-
Notifications
You must be signed in to change notification settings - Fork 34
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
编写操作系统原型 #43
Comments
不如首先用八卦替代二进制吧。 |
@kenpusney 在下对八卦不是很了解. 看起来八卦的阴阳和二进制是同一思想吧. |
我計劃編寫一個函數式的中文的操作系統 |
@zaoqi 非常期待! 请问可以先分享些具体思路吗? 如打算针对何种环境(硬件/模拟器)等等? |
@nobodxbodon 我將先在Javascript上實現,然後在各種硬件上實現 |
@zaoqi 具体是要怎么做? |
操作系统的功能主要有:进程管理、内存管理、文件系统、网络通讯、安全机制、用户界面、驱动程序 |
我倒是觉得,前苏联的平衡三进制比八卦更实用,而且更兼容六十进制。 |
如有兴趣/进展或发现相关项目(国人开发的操作系统习作应有不少, 如https://github.com/TakefiveInteractive/TedkOS , 但中文命名尚未发现) , 请重开此贴. |
在写这个回复的时候想到如何用最小的代价用中文命名编写代码, 实现一个操作系统原型, 以迈出第一步. 最好是易于参与开发, 不需特定硬件环境. 短期目标是用于学习和实验.
看到基于Java的操作系统发展史, 开始颇兴奋, 但后发现ARM已经在2011后不支持byte code.
即便如此, 仍先挖个坑, 以便有兴趣者探讨. 也可以汇聚一些中文开发者开源的操作系统原型.
The text was updated successfully, but these errors were encountered: