$Id$ IMPORTANT FIRST THINGS TO DO Kernel Modules - Start on this for drivers and the like ld.so loader - Share the ld.so read only pages to all applications find out why ld.so includes all of the libc.so Bring in ufs to kernel Set up an installer Make sure libc works Get gcc running Make VI work Make bash/tcsh work Make GDB work Make ld work Make ftp work Make smb work Make SATA work Make NIC work Less Important Convert system calls to messages Finish up standard c library Make VMM 64Bit Finish PCI system Improve Driver Model RouteNG $Log$ Revision 1.6 2004/09/29 16:16:15 reddawg Now you're getting like adam Revision 1.5 2004/09/29 08:46:15 reddawg ld.so: make it mmaped to everyone who is dynamic instead of a new instance for each Revision 1.4 2004/09/20 07:33:10 reddawg Start of kernel modules will make it much more flexable - These modules can be either in kernel threads or system services... Revision 1.3 2004/07/15 12:10:57 reddawg Updated things todo Revision 1.2 2004/07/09 02:50:36 reddawg no message Revision 1.1 2004/07/08 12:28:29 reddawg TODO List