diff --git a/TODO b/TODO index 99b92cd..a90a4e0 100644 --- a/TODO +++ b/TODO @@ -4,6 +4,7 @@ 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 @@ -29,6 +30,9 @@ $Log$ +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...