diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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?) |
