diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-27 11:41:40 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-27 11:41:40 +0200 |
| commit | 2b194b83286424408694bd9b230b816736fd6c5f (patch) | |
| tree | e35834b8989158825d96285aae40e9fecd34c856 /README.md | |
| parent | 13dd8822cf60ad30fb346bbb0dfa6875e3abd46a (diff) | |
added simple binary font data
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 ------ |
