diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,7 +10,7 @@ This is a simple and useless "operating system", with very basic features, sorry. It is the fruit of my fundamental explorations of the x86 architectures, 32-bit protected mode, interrupt handling, memory management, the floppy disk controller, networking as well as -a couple of other things. +VESA and a couple of other things.  @@ -34,6 +34,7 @@ All features are only very rudiemntary and buggy. * PCI bus scanning * Physical memory manager * Floppy disk driver +* VESA TODOS ----- @@ -46,6 +47,8 @@ Some things I would like to add someday: * virtual memory managment / paging * user space / ELF binaries support * multitasking +* mouse +* simple window manager Issues ------ |
