Merge branch 'sata-ahci-dev'
[lunaix-os.git] / docs / README_en.md
index ca44ea925a8a31b71da9dcbc5228d735de562d73..b853e0eb11896a149e91cf65fc1c55990d13b137 100644 (file)
@@ -28,6 +28,9 @@ The following list presents all features it does have in current stage.
 + 17 commonly used POSIX syscall([See Appendix 1](#appendix1))
 + User Space
 + Signal
++ PCI 3.0
++ PCIe 1.1 (WIP)
++ Serial ATA AHCI (WIP)
 
 ## Project Structure
 
@@ -55,6 +58,13 @@ The following list also enumerated such materials the author has used:
 + 82093AA I/O Advanced Programmable Controller (IOAPIC) (Datasheet)
 + 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
++ Serial ATA - Advanced Host Controller Interface (AHCI), Revision 1.3.1
++ Serial ATA: HIgh Speed Serialized AT Attachment, Revision 3.2
+
+**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
@@ -65,6 +75,7 @@ The following list also enumerated such materials the author has used:
 + [OSDev](https://wiki.osdev.org/Main_Page) - For material gathering.
 + [FreeVGA](http://www.osdever.net/FreeVGA/home.htm) - For VGA references.
 + GNU CC & LD online documentation.
++ [PCI Lookup](https://www.pcilookup.com/) - For device look up
 
 #### Others
 + Linux Manual - For learning the system call behavior on real machine.