summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-31 22:21:33 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-31 22:21:33 +0200
commit7dbd68c8a35e8aa36c26f4191b83dce01147f5e8 (patch)
tree2e9e6fd0bf827421519007429448da7950c40a2f
parent67f1b1d25d931c06c8f98e2c2de05fa29003e6ab (diff)
Added Todo and Reference
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b38991c..f6ad3ea 100644
--- a/README.md
+++ b/README.md
@@ -70,6 +70,7 @@ Some things I would like to add someday:
* kernel should run in high memory (~3gb) virutal mem. why? except v86 tasks?
* let processors sleep if there is no work
* switch from PIC to APIC!
+* use ACPI instead of MP spec.
Issues
------
@@ -143,7 +144,8 @@ REFERENCES
* http://pdos.csail.mit.edu/6.828/2011/xv6.html
* http://www.nongnu.org/ext2-doc/
* http://www.osdever.net/tutorials/view/multiprocessing-support-for-hobby-oses-explained
-
+* http://wiki.xomb.org/index.php?title=ACPI_Tables
+* http://forum.osdev.org/viewtopic.php?f=1&t=10944
* man syscalls (posix syscalls?)