Project Name:	GRUB for DOS
Definition:	A GRUB build for DOS
Current Version:	0.0.1
Author:		Tinybit(tinybit@163.net)

File Format:	DOS EXE executable
Purpose:	Launch GRUB boot loader from within DOS
Circumstanced Use:	in CONFIG.SYS or AUTOEXEC.BAT
Ability:	Boot any installed operating system on your PC
Limitations:	GRUB.EXE only runs in real mode DOS. It cannot run from a DOS BOX of Windows.
		Currently runs on MS-DOS 7.1 (i.e., the DOS for Win98).
		Currently could not return to DOS after running GRUB.EXE
License:	GNU GPL(see file COPYING)
		But currently no source code available, because the code was generated using a debugger.
		You can get the source by de-assemble the 2nd sector of the GRUB.EXE file.
		That is to say, no more than 512 binary bytes correspond to the source code for this project.
		The 1st sector of GRUB.EXE is the EXE header.
		All the rest sectors (i.e., from the 3rd sector to the end of the file)
		make up of the pre_stage2 file coming with the GRUB 0.93 distribution.
		You need to compile GRUB, e.g., on Linux, in order for you to get the binary pre_stage2 file.
WARRANTY:	NO WARRANTY(see file COPYING)
		
TO DO:		Build for running on FreeDOS and other MS-DOS versions.

Usage:
		GRUB
		
		Currently no arguments are recognised. It simply uses
			(hd0,0)/boot/grub/menu.lst
		as the configure file, if it exists.
		The partition (hd0,0) can be a Windows partition or a Linux
		partition, or any other partition type supported by GRUB.
