OSKIT 0.50  July 12, 1996
	First version released to the public.

OSKIT 0.60  September 1, 1996
	Significant changes from above, publically distributed.

OSKIT 0.95  June 29, 1998
	Huge changes and additions.
	Distributed to a few sites, but not widely.

OSKIT 0.96  December 18, 1998
	Modest changes from above, publically distributed.

OSKIT 0.97  January 15, 1999
	Many thread library fixes and improvements. CPU inheritance
	scheduling is much more stable, as is the generic threads code.

	Restructuring of the minimal C library and FreeBSD C libraries. The
	syscall to COM layer was split out into a separate library (see the
	posix directory). Both C libraries now use the posix library for the
	COM layer calls.

	Fixes to the FreeBSD ISA device drivers. Now operational, and can be
	used to provide a proper console TTY device that does cooked input.
	See the example program console_tty.c in examples/x86/extended,
	which demonstrates how to initialize a console TTY device and have
	the FreeBSD C library make use of it.  (was patch1)

	Changes to how boot options are handled; OSKit programs no longer
	see booting-options, such as "-h" or "-d", in argv.  These are now
	stored in the oskit_bootargv array.  This is to make porting Unix
	programs to the OSKit easier since they do not need to have special
	OSKit code to tweak argv.  Syntax is documented at the end of the
	Intro chapter.

	Small stuff, including:
	-Changes to support Kaffe.
 	-Add a #define for _OSKIT_VERSION in oskit/version.h.
	-Some new files in preparation for importing secure filesystem and
	 networking components.
	-Doc arg syntax for mk*image scripts, in their comments.

	Various bug fixes, including:
	-Fixed remote GDB code so function calls from GDB work correctly.
	-Linux ext2fs fixes
	-lmm assert fix
	-fix sleep record leak in linux/dev
	-mklinuximage upgraded to match other mk* scripts
	-Bad linuxboot.bin.good replaced with good uuencoded linuxboot.bin.uue.
