Archive for April, 2008

Restructure complete

Sunday, April 6th, 2008

I 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/

Repository restructure

Thursday, April 3rd, 2008

I’m busy restructuring the repository, albeit rather slowly.  I’m improving the layout, and changing the build process.  Rather than a two-step build with TASM, I’ll be using a one-step assemble with Brass.  (Thanks, Ben!)

 Additionally, I’ll be changing the repository over to SVN, rather than the nicely dated CVS, eh?


Hosted by SourceForge.net Logo