(Note : My classes end around December 18, so I'll be able to write tons more
code after the semester's over...)

0.00.3.x -> 0.00.4.x (and beyond...)
(projected for 0.00.4 and 0.00.5...)

	- Bootloader MUST be rewritten to work with genuine XT's - aparently
 	  XT's don't like the standard Linux one.  That could be tricky...
	- 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/16-DPMI to protected mode within the kernel)
	- System call handlers will be written.
	- (Priority 1?) I plan to write documentation describing how I want
	  the Linux/16 code to work.  This will probably be in MS Word 5.0/Mac
	  format and/or RTF.  I expect to have this written around Christmas. 
	- Just before 1'st public release, we need a mailing list.

0.00.3.2->pre0.00.3.3 

	- DOS loader written (hopefully :)
	- Modifications made to bootloader+arch/i86/kernel/system.c to make
          a DOS loader's job a lot easier...
	- To this end, many reorganizations in the init code were done.  Watch
 	  out for falling bits :)

0.00.3.1->0.00.3.2 (unreleased)
	- BCC library code integrated into kernel source in the arch/i86 tree 

0.00.3.0->0.00.3.1

	- Development name changed to Linux/16.
	- Some minor code cleanups...
	- In arch/i86/kernel/system.c, the setup_regs procedure became hand-
	  tuned assembly (saving 30 bytes.)

0.00.2.4->0.00.3.0

	- Fork code written and debugged - this cleans up init/main.c a lot.
	 (^^^^^^^^^ that was a *lot* of work :)

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.	

