文件名称:fluxOS:从头开始构建的小型操作系统
文件大小:20KB
文件格式:ZIP
更新时间:2024-02-25 04:10:20
operating-system educational OperatingsystemC++
fluxOS:从头开始构建的小型操作系统
【文件预览】:
fluxOS-master
----.gitignore(248B)
----src()
--------com()
--------core()
--------loader.s(553B)
--------drivers()
--------stdlib()
--------linker.ld(392B)
--------main.cpp(2KB)
----LICENSE.md(1KB)
----.travis.yml(483B)
----include()
--------com()
--------core()
--------stdlib.h(967B)
--------stdbool.h(109B)
--------ctype.h(43B)
--------stdint.h(328B)
--------drivers()
--------stdio.h(213B)
--------string.h(1KB)
----makefile(2KB)