New Stuff
I have just posted a massive commit today. Well, it wasn’t that huge, but I have put a lot of work into it. The first thing that’s different is in Seashell - I’m trying to get it to process arguments and then pass it to the function called, but that’s not working too great. Counting the number of arguments works (except that it disregards quotes), but it can’t put the arguments in string arrays…
But, the least work went into the main code. If you have the whole SVN tree (not just trunk), you’ll notice that there are two more directories - documents and utilities.I started a user manual in LaTeX, which is coming along (it’s formatted for A5, for two-up printing into a book). Also, in Utilities, there’s a ramdisk creator that (although it’s very, very basic at the moment), will take the arguments that you put into it, and create an SoS compatible ramdisk. It’s a proprietary file format at the moment, but later I’ll probably use something like Simple File System (SFS), to support more complex file handling (like directories)