Restructure complete
Sunday, April 6th, 2008I finished restructuring the repository today, and switched it over to subversion, which I’ve discovered kicks the pants off CVS.
The vital system routines (initialization, syscalls, etc) are now in the kernel subdirectory. Everything there is the OS stuff that goes on page 0 and 1C/1D. The MUI subdirectory is the contents of pages 1-3- the Master UI. Stuff like math libraries, and general functionality (like an RPN math application) will live here. Finally there’s the 3pOSLoad branch, which is currently a WIP loader for unsigned OSes.
You can check it out at http://lifos.svn.sourceforge.net/viewvc/lifos/