git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
feat: vmm_vmap/ioremap/iounmap to make MMIO more flexible and easy
[lunaix-os.git]
/
README.md
diff --git
a/README.md
b/README.md
index 1575b3c69e3c6db197a9d1fa123606fed2a0770c..d2664f6cbf7251f7232bdbcc915171502789257c 100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-25,7
+25,8
@@
LunaixOS - 一个简单的,详细的,POSIX兼容的(但愿!),带有
+ 17个常见的Linux/POSIX系统调用([附录1](#appendix1))
+ 用户模式
+ 信号机制
+ 17个常见的Linux/POSIX系统调用([附录1](#appendix1))
+ 用户模式
+ 信号机制
-+ PCI 3.0 (WIP)
++ PCI 3.0
++ PCIe 1.1 (WIP)
## 目录结构
## 目录结构
@@
-54,6
+55,10
@@
LunaixOS - 一个简单的,详细的,POSIX兼容的(但愿!),带有
+ MC146818A (Datasheet)
+ Intel 500 Series Chipset Family Platform Controller Hub (Datasheet - Volume 2)
+ PCI Local Bus Specification, Revision 3.0
+ MC146818A (Datasheet)
+ Intel 500 Series Chipset Family Platform Controller Hub (Datasheet - Volume 2)
+ PCI Local Bus Specification, Revision 3.0
++ PCI Express Base Specification, Revision 1.1
++ PCI Firmware Specification, Revision 3.0
+
+**免责声明:PCI相关的标准最终解释权归PCI-SIG所有。此处提供的副本仅供个人学习使用。任何商用目的须向PCI-SIG购买。**
#### 理论书籍
+ *Computer System - A Programmer's Perspective Third Edition (CS:APP)* (Bryant, R & O'Hallaron, D)
#### 理论书籍
+ *Computer System - A Programmer's Perspective Third Edition (CS:APP)* (Bryant, R & O'Hallaron, D)