diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -60,18 +60,16 @@ Some things I would like to add someday: * e1000 driver * drivers to read/write usb sticks * networking stack / webserver -* user space / ring3 / ELF binaries support +* user space / ring3 / ELF binaries support * mouse support * simple window manager -* support multiple processors! * 64-bit support * 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! +* switch from PIC to APIC!(?) * use ACPI instead of MP spec. -* install idt for second processor! Issues ------ @@ -80,7 +78,7 @@ Issues * the first ~4mb of physical mem are reserved by mem manager (hardcoded) * bootloader loads only 52 sectors of kernel into mem. ~25KB! * size of bitmap to track free blocks of physical memory is hardcoded to max. -* Assumed suport for Vesa mode 0x114 with linear addressing! +* Assumed suport for VESA mode 0x114 with linear addressing! * My Acer Aspire seems to lack MP tables, switch to ACPI * virtual box enables VT-x for MP, which makes FoolOS hang on VM init. |
