Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加帧缓冲区抽象并实现vesafb的驱动 #483

Merged
merged 10 commits into from
Jan 1, 2024

Conversation

fslongjin
Copy link
Member

@fslongjin fslongjin commented Dec 31, 2023

更改

  • 添加bootparams对象
  • 修正由于bus的driver、device强弱引用关系 不正确从而导致对象被释放的bug
  • 添加vesafb的驱动
  • 实现framebuffer抽象层
  • 为通用帧缓冲区抽象实现sysfs的属性
  • 修改设备号DeviceNumber的定义
  • 仿照linux,添加initcall,并在第一个内核线程中,调用他们。

TODO

把通用帧缓冲区注册到devfs,使得用户程序能够通过mmap等方法操作它。

@fslongjin fslongjin requested a review from YJwu2023 December 31, 2023 17:15
@fslongjin fslongjin merged commit c566df4 into DragonOS-Community:master Jan 1, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant