summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-31 11:49:07 +0200
committerMiguel <m.i@gmx.at>2018-08-31 11:49:07 +0200
commit47d7e8e4527c663dd1a0c04a4ea5624589464895 (patch)
treed6d5ef82f1089a9ab058b27c427c1463db0fae60 /README.md
parent4404fa9b3d98646f942e32146722a9d0a68edc13 (diff)
various improvmenets
* added debugging symbols to nasm output * started implementing an unified interrupt interface * moved smp entry point to kernel image!
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index fe383a0..44d1fc4 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,8 @@ Fetures are under this line are currently disabled / not developed:
Todos
-----
+* check 16bit stack alignment before all calls from asm
+* put boot code for application processors in kernel image
* Porting (ncurses, gcc, binutils, vim, apache...)
* Support some TTY standard (xterm)