From 5c89be3b8485669faa8c4b488b6ba4659ff7bff9 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Sun, 31 Aug 2014 18:39:36 +0200 Subject: added new tasks to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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?) -- cgit v1.2.3