summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-08-27 11:41:40 +0200
committerMichal Idziorek <m.i@gmx.at>2014-08-27 11:41:40 +0200
commit2b194b83286424408694bd9b230b816736fd6c5f (patch)
treee35834b8989158825d96285aae40e9fecd34c856 /README.md
parent13dd8822cf60ad30fb346bbb0dfa6875e3abd46a (diff)
added simple binary font data
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 99e5d97..6c508ba 100644
--- a/README.md
+++ b/README.md
@@ -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.
![Screenshot of FoolOS](/screenshots/foolos.png?raw=true "FoolOs Kernel")
@@ -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
------