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

[第 47 期] 一个从0至1的操作系统 #326

Open
CasterWx opened this issue Mar 4, 2019 · 0 comments
Open

[第 47 期] 一个从0至1的操作系统 #326

CasterWx opened this issue Mar 4, 2019 · 0 comments

Comments

@CasterWx
Copy link

CasterWx commented Mar 4, 2019

https://github.com/CasterWx/AntzOS

AntzOS是一个在完成系统引导后便开始随心所欲设计的操作系统,例如在任务调度方面,没有采取Linux2.6之后的"完全公平调度算法",而是一个为了设计方便直接在时钟中随机调度的算法。系统的显卡操作是作者在多媒体课上的灵光一现而直接使用的根据图片的RGB写显存,虽然目前终端是黑白色的,但依旧可以在其中显示彩色图片,支持24位色图像。系统可直接载入U盘,开机时U盘启动并使用AntzOS系统。

1
2

@ruanyf ruanyf changed the title 一个从0至1的操作系统 [第 47 期] 一个从0至1的操作系统 Mar 5, 2019
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

No branches or pull requests

1 participant