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

关于设计方面的闲聊 #23

Open
bobcao3 opened this issue Aug 30, 2016 · 1 comment
Open

关于设计方面的闲聊 #23

bobcao3 opened this issue Aug 30, 2016 · 1 comment

Comments

@bobcao3
Copy link
Member

bobcao3 commented Aug 30, 2016

有几个设计要讨论下:

  1. 要做线程么?
    还是做用户空间线程或者说直接把进程轻量化进行调度?
  2. 要去尽量地冲着posix标准去吗?还是优先做出也许是只有这个系统有的原语集?
  3. 要设计内核模块装载吗?(虽然我不想设计这个,我宁愿把能装载的模块丢进进程里
  4. 最终这个内核会发展到多大?还是遵循KISS原则能实现微内核的功能就好?
@bobcao3
Copy link
Member Author

bobcao3 commented Aug 30, 2016

1->我喜欢搞轻量化进程,反正线程是迟早要做的。。
2->感觉那个标准好麻烦,先搞出自己能用的再搞类似gluecode的东西吧
3->我喜欢微内核!
4->我喜欢微内核!

这是我的一些看法->_->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant