diff --git a/src/sys/init/main.c b/src/sys/init/main.c index b562378..62dd107 100644 --- a/src/sys/init/main.c +++ b/src/sys/init/main.c @@ -92,7 +92,6 @@ clearScreen(); /* Do A Clear Screen Just To Make The TEXT Buffer Nice And Empty */ /* Modify src/sys/include/ubixos/init.h to add a startup routine */ - for (i=0x0;ifreePages); kprintf("MemoryMap: [0x%X]\n",vmmMemoryMap); kprintf("Starting Os\n"); - //lookup("/COPYRIGHT"); irqEnable(0x0); sched(); return(0x0); @@ -171,8 +163,10 @@ } /*** - $Log$ + Revision 1.57 2004/07/19 02:08:28 reddawg + Cleaned out the rest of debuging code also temporarily disabled the ip stack to improve boot time + Revision 1.56 2004/07/17 15:54:52 reddawg kmalloc: added assert() bioscall: fixed some potential problem by not making 16bit code