From 9fafc0e4937b039d67031e09843af12e9049cd73 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 22 Oct 2014 21:58:39 +0200 Subject: urgent todos --- README.md | 4 ++++ kernel/kernel.c | 8 -------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 669c90d..517d76b 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ Todos * set dependancies in the makefile properly! * User space +* ELF binaries +* reenable virtual memory! +* reenable SMP and MULTITASKING! +* implement more syscalls: fork, execv * E1000 driver * Networking stack diff --git a/kernel/kernel.c b/kernel/kernel.c index 42a2da2..4539c90 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -183,14 +183,6 @@ void kernel_main(uint32_t initial_stack, int mp) //floppy_init(); //#endif - // - // "Shell" - // - // Will process input from the keyboard but will be completely - // redesigned soon. TODO!! - // - //shell_init(); - // // Initialize Multitasking // -- cgit v1.2.3