0.00.2.x -> 0.00.3.x (and beyond...)
(projected for 0.00.3 and .4 : )

	- Fork routine written - init/main.c will use fork() instead of 
	manually loading the tasks (except for the scheduler, which will
	be handled by arch-level init code)
	- MMS (Memory Manager Switch) will be fleshed out and written for 
	  real mode (DPMI+EMS to follow)
	- Real-mode DOS loading code will be written (DPMI init code will move
	  Linux/MT-DPMI16 to protected mode within the kernel)
	- System call handlers will be written.

0.00.2.1->0.00.2.4

(Too many to mention all of 'em!)
	- Save/load task cleaned up a lot...
	- Wrote the core of the scheduler (and made it work :)
	- Context switching from C code via schedule() - simulates int 0x80.
	- Tons of bugs fixed along the way (and added, I'm sure :)
	- SVGA startup code removed, saving tons of space.  Other code should
	go too, but getting rid of SVGA console mode switching took out 75%
	of setup.s when assembled.

0.00.2->0.00.2.1

Various code cleanups :
	Register loading in init/main.c using a predefined pregisters...
	CURRENT and NEXT changed from __pregisters to __ptask to reflect 
	assembly code (and relocated).
	1-liner in save_task fixed.	

