Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yihonglei/mimosaos
Simple OS
https://github.com/yihonglei/mimosaos
asm c kernel linux operating-system
Last synced: about 2 months ago
JSON representation
Simple OS
- Host: GitHub
- URL: https://github.com/yihonglei/mimosaos
- Owner: yihonglei
- License: apache-2.0
- Created: 2023-07-17T05:56:37.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-30T11:23:02.000Z (5 months ago)
- Last Synced: 2024-07-30T14:36:42.237Z (5 months ago)
- Topics: asm, c, kernel, linux, operating-system
- Language: C
- Homepage:
- Size: 62.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 一、概述
Linux-0.11 源码注释,并增加网络模块等.# 二、代码结构
## boot
## init
## kernel
### 1) blk_drv
### 2) chr_drv
### 3)math## mm
## fs
## lib
## include
### 1) asm
### 2) linux
### 3) sys
## tools# 三、文档说明