summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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?)