Project Name:	GRUB for DOS
Definition:	A GRUB build for DOS with extension for disk drive emulation.
Current Version:	0.1.0.1
			(NOTE: 0.1.x is a development series, i.e., unstable,
			So be careful to use it!!)
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 inside Windows.

		Currently runs on MS-DOS 3.30, 4.0, 5.0, 6.0, 6.20. 6.21, 6.22,
			7.0(Win95), 7.10(Win98), 8.0(WinME/NT/2000/XP), and
			FreeDOS(build 2029).

		Currently could not return to DOS after GRUB.EXE was started.

Copyright(C):	Tinybit(tinybit@163.net)

License:	GNU GPL(see file COPYING)

		source available as a diff patch to the grub-0.93 release.
		Compile the patched grub-0.93 on Linux, and the grub.exe
		file will be created.

WARRANTY:	NO WARRANTY(see file COPYING)
		
TO DO:		Build for running on other DOS versions.

Usage:
		GRUB --config-file=FILE
		
		The FILE, for example, can be (hd0,0)/boot/grub/menu.lst
		
		In CONFIG.SYS, you cannot use the "--config-file=" option,
		because DOS turn the command line to upper case before it
		transfers arguments to CONFIG.SYS commands.
		
		GRUB
		
		In CONFIG.SYS, you have to use this format, i.e., no options.
		
		In CONFIG.SYS, the line looks like:
		
			install=grub.exe
			install=c:\some\where\grub.exe
		
		if no options present, 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.

Important Note: Since FreeDOS build 2030 saved a wrong BIOS interrupt vector
		table, it cannot be supported by GRUB.EXE :-(

		Hope this be fixed soon by FreeDOS maintainers.

		
