開源操作系統項目

uCore OS Labs是用於清華大學計算機系本科操作系統課程的教學試驗內容

https://github.com/embedded-learning-group/ucore

C 語言實現的輕量級、高性能事件通知庫。基於事件驅動,支持多種 I/O 多路複用技術:epoll、poll、select、kqueue 等。libevent 就是這些系統基礎庫的統一封裝,提供更高級的 API 並解決跨平臺的問題

https://github.com/libevent/libevent

SimpleKernel

提供了各個階段完成度不同的內核,你可以從自己喜歡的地方開始。

https://github.com/Simple-XX/SimpleKernel

os-tutorial

https://github.com/cfenollosa/os-tutorial

KCP - A Fast and Reliable ARQ Protocol

https://github.com/skywind3000/kcp

Let's Build a Simple Database

https://github.com/cstack/db_tutorial

 https://cstack.github.io/db_tutorial/

C 語言資源大全中文版

https://github.com/mm1994uestc/awesome-c-cn

免費的編程中文書籍索引

https://github.com/justjavac/free-programming-books-zh_CN

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章