feat: vmm_vmap/ioremap/iounmap to make MMIO more flexible and easy
[lunaix-os.git] / docs / README_en.md
index c602fc3f2e3bc14ccc6dfc4af5439ebc96ca6eda..73ca4e9c7cd68139e8293e757015b16a02a73c55 100644 (file)
@@ -29,7 +29,7 @@ The following list presents all features it does have in current stage.
 + User Space
 + Signal
 + PCI 3.0
-+ PCIe 2.0 (WIP)
++ PCIe 1.1 (WIP)
 
 ## Project Structure
 
@@ -58,6 +58,10 @@ The following list also enumerated such materials the author has used:
 + 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
+
+**DISCLAIMER: All rights of PCI-related specification is reserved by PCI-SIG. It is provided ONLY for learning purpose. Any commercial use should purchase a copy from PCI-SIG**
 
 #### Textbook
 + *Computer System - A Programmer's Perspective Third Edition* (Bryant, R & O'Hallaron, D), a.k.a. CS:APP