summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-31 18:39:36 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-31 18:39:36 +0200
commit5c89be3b8485669faa8c4b488b6ba4659ff7bff9 (patch)
tree1e5d29ec665d7b0a88e8cdbe7b76492be0adc0c3 /README.md
parent2b03c0e3ffb9cda7ace97c26175c568f92510533 (diff)
added new tasks to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca60c9e..81a2aec 100644
--- a/README.md
+++ b/README.md
@@ -68,6 +68,8 @@ Some things I would like to add someday:
* alternatively grub as bootloader
* implement a real shell (in user mode)
* 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!
Issues
------
@@ -139,6 +141,7 @@ REFERENCES
* http://wiki.osdev.org/Virtual_8086_Mode
* 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
* man syscalls (posix syscalls?)