https://github.com/icexin/fanos
A toy os implemention
https://github.com/icexin/fanos
Last synced: 4 months ago
JSON representation
A toy os implemention
- Host: GitHub
- URL: https://github.com/icexin/fanos
- Owner: icexin
- Created: 2015-08-01T10:35:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T10:51:49.000Z (over 6 years ago)
- Last Synced: 2024-12-31T05:28:57.711Z (6 months ago)
- Language: C
- Homepage:
- Size: 1.2 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 对内核的探索
实现了如下功能:
- 简单的分时多任务
- 系统调用
- 基于段式的内存管理
- 串口的读取
- 简单的文件读取
- 终端的模拟
- 执行可执行文件# 实现
- 使用grub1作为引导程序
- 磁盘使用minix文件系统,放在images下面
- ramfs.img是内存的文件系统,只读的