summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-07 11:57:16 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-07 11:57:16 +0200
commit03b54c5ab504e8a9abafaf60c7b4fed4f8629ea6 (patch)
treed79fab50d5f5aeeed5f50c57a65a6d297ede3fec /doc
parentaa85f2aaf27d79af277867fc7ca4168f1bb117c0 (diff)
downloadabaos-03b54c5ab504e8a9abafaf60c7b4fed4f8629ea6.tar.gz
abaos-03b54c5ab504e8a9abafaf60c7b4fed4f8629ea6.tar.bz2
added 32-bit port functions
started to add PCI functions (for now read/write only) added help menu in boot kernel input mode
Diffstat (limited to 'doc')
-rw-r--r--doc/LINKS.TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO
index b61fd98..66aa777 100644
--- a/doc/LINKS.TODO
+++ b/doc/LINKS.TODO
@@ -50,3 +50,12 @@ https://www.lowlevel.eu/wiki/Keyboard_Controller
PIT:
http://wiki.osdev.org/Programmable_Interval_Timer
+
+PCI:
+http://wiki.osdev.org/PCI
+https://www.lowlevel.eu/wiki/Peripheral_Component_Interconnect
+http://www.ics.uci.edu/~harris/ics216/pci/PCI_22.pdf
+
+assembly:
+NASM
+FASM