diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-31 18:39:36 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-31 18:39:36 +0200 |
| commit | 5c89be3b8485669faa8c4b488b6ba4659ff7bff9 (patch) | |
| tree | 1e5d29ec665d7b0a88e8cdbe7b76492be0adc0c3 /README.md | |
| parent | 2b03c0e3ffb9cda7ace97c26175c568f92510533 (diff) | |
added new tasks to README
Diffstat (limited to 'README.md')
| -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?) |
