Newer
Older
ubixos-old / TODO
$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

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


$Log$
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