From 47d7e8e4527c663dd1a0c04a4ea5624589464895 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 31 Aug 2018 11:49:07 +0200 Subject: various improvmenets * added debugging symbols to nasm output * started implementing an unified interrupt interface * moved smp entry point to kernel image! --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') 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) -- cgit v1.2.3