Sat Aug 17 18:58:36 1996  David Mosberger-Tang  <davidm@azstarnet.com>

	* disk.c (get_boot_device): New function.  If it guesses wrong,
	explicitly specify bootdevice= via commandline.
	(get_options): Add support for bootdevice= and bootfile= options
	to enable Red Hat installation.

	* sdisklabel/library.c (overlaplabel): FORCE is now a bitset.
	If bit i is set, overlaps with partition i+1 are allowed.
	* sdisklabel/sdisklabel.c (set_partition): Update accordingly.

	* sdisklabel/swriteboot.c (main): Make 1 be the first partition
 	(not 0) to be consistent with Linux kernel numbering.  Make
 	force_overlap a bitset so we can force more than one overlapping
 	partition.

	* disk.c (load_kernel): If kernel load fails, drop into
 	interactive mode.

	* fs/ext2.c (ext2_iget): Make OFFSET a long, not an int so we can
 	boot from a partition that starts at an offset > 2GB.

Fri May 10 16:48:25 1996  David Mosberger-Tang  <davidm@koppel.cs.arizona.edu>

	* main.c: split out disk booting into disk.c and netbooting into
	net.c.

Fairly recently:
	* Network booting support added by Dave Larson
	  <dlarson@cs.arizona.edu>

A long time ago:
 	* Default commandline argument handling by Michael Schwingen 
	  <rincewind@discworld.oche.de>

A very long time ago:
	* Filesystem support added by David Mosberger <davidm@cs.arizona.edu>
