kern
diff src/main.c @ 52:fa65b4f45366
picking this up again, let's fix it
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 07 Aug 2011 06:42:00 +0300 |
parents | f65b348780e3 |
children | 0fe6eef16335 |
line diff
1.1 --- a/src/main.c Mon Aug 01 06:45:29 2011 +0300 1.2 +++ b/src/main.c Sun Aug 07 06:42:00 2011 +0300 1.3 @@ -39,11 +39,10 @@ 1.4 init_timer(); 1.5 init_rtc(); 1.6 1.7 - /* initialization complete, enable interrupts */ 1.8 - enable_intr(); 1.9 - 1.10 + /* create the first process and switch to it */ 1.11 init_proc(); 1.12 1.13 + /* XXX unreachable */ 1.14 1.15 for(;;) { 1.16 halt_cpu();