diff --git a/src/sys/init/Makefile b/src/sys/init/Makefile index bc3b916..c3c2d99 100644 --- a/src/sys/init/Makefile +++ b/src/sys/init/Makefile @@ -1,4 +1,4 @@ -# (C) 2002 The UbixOS Project +# (C) 2002-2004 The UbixOS Project # $Id$ # Include Global 'Source' Options diff --git a/src/sys/init/main.c b/src/sys/init/main.c index 9599a40..ce7f392 100644 --- a/src/sys/init/main.c +++ b/src/sys/init/main.c @@ -37,7 +37,6 @@ #include #include #include -#include /***************************************************************************************** Desc: The Kernels Descriptor table: @@ -87,7 +86,6 @@ /* Modify src/sys/include/ubixos/init.h to add a startup routine */ for (i=0x0;ifreePages); kprintf("MemoryMap: [0x%X]\n",vmmMemoryMap); @@ -131,230 +120,5 @@ } /*** - $Log$ - Revision 1.86 2004/09/16 22:35:28 reddawg - Demo Release - - Revision 1.85 2004/09/14 21:51:24 reddawg - Debug info - - Revision 1.84 2004/09/11 12:26:07 reddawg - We now initialize all needed daemons - - Revision 1.83 2004/09/11 12:11:11 reddawg - Cleaning up the VFS more changes to follow... - - Revision 1.82 2004/09/07 21:54:38 reddawg - ok reverted back to old scheduling for now.... - - Revision 1.81 2004/09/07 20:58:35 reddawg - time to roll back i can't think straight by friday - - Revision 1.80 2004/09/06 15:13:25 reddawg - Last commit before FreeBSD 6.0 - - Revision 1.79 2004/08/25 22:02:41 reddawg - task switching - We now are using software switching to be consistant with the rest of the world because all of this open source freaks gave me a hard time about something I liked. There doesn't seem to be any gain in performance but it is working fine and flawlessly - - Revision 1.78 2004/08/24 23:33:45 reddawg - Fixed - - Revision 1.77 2004/08/24 05:24:37 reddawg - TCA Is A BONER!!!! - - Revision 1.76 2004/08/21 23:47:50 reddawg - *** empty log message *** - - Revision 1.75 2004/08/21 20:06:28 reddawg - ok check out exec.c - - Revision 1.74 2004/08/21 17:36:57 reddawg - updates: converted to software task switching however it is not working yet - - Revision 1.73 2004/08/15 00:33:02 reddawg - Wow the ide driver works again - - Revision 1.72 2004/08/14 21:56:44 reddawg - Added initialized byte to the device system to make it easy to add child devices which use parent hardware. - - Revision 1.71 2004/08/14 11:23:02 reddawg - Changes - - Revision 1.70 2004/08/09 12:58:05 reddawg - let me know when you got the surce - - Revision 1.69 2004/08/06 22:43:04 reddawg - ok - - Revision 1.68 2004/08/04 08:17:57 reddawg - tty: we have primative ttys try f1-f5 so it is easier to use and debug - ubixos - - Revision 1.67 2004/08/03 18:31:19 reddawg - virtual terms - - Revision 1.66 2004/08/03 00:05:52 reddawg - com cvs comi comi cvs comiits sc sfix fb bug - - Revision 1.65 2004/07/29 21:32:16 reddawg - My quick lunchs breaks worth of updates.... - - Revision 1.64 2004/07/28 00:17:05 reddawg - Major: - Disconnected page 0x0 from the system... Unfortunately this broke many things - all of which have been fixed. This was good because nothing deferences NULL - any more. - - Things affected: - malloc,kmalloc,getfreepage,getfreevirtualpage,pagefault,fork,exec,ld,ld.so,exec,file - - Revision 1.63 2004/07/27 12:02:01 reddawg - chg: fixed marks bug readFile did a lookup which is why it looked like it was loopping so much - - Revision 1.62 2004/07/23 09:10:06 reddawg - ubixfs: cleaned up some functions played with the caching a bit - vfs: renamed a bunch of functions - cleaned up a few misc bugs - - Revision 1.61 2004/07/21 23:05:05 reddawg - last round of fixed - main.c: removed kernel stack - start.S: added kernel stack thanks to tip off from BJ about .comm - init.h: re-enabled ipStack - - Revision 1.60 2004/07/21 22:01:24 reddawg - Fixed - - Revision 1.59 2004/07/21 21:37:04 reddawg - Changed startup code - - Revision 1.58 2004/07/20 19:43:37 reddawg - *** empty log message *** - - 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 - paging: added assert() - - Revision 1.55 2004/07/17 03:38:38 reddawg - Going to laptop to finish up - - Revision 1.54 2004/07/17 02:38:31 reddawg - Fixed a few problems - - Revision 1.53 2004/07/14 12:49:42 reddawg - Fixed a typo missing a > on #include int static_constructors(void) @@ -18,3 +47,7 @@ return 0; } + +/*** + END + ***/