No description
Find a file
1999-09-05 05:54:33 +00:00
debian new options, --disable-ext2fs, --disable-fat and --disable-ffs 1999-08-13 14:52:37 +00:00
docs improve the examples in menu.lst. fix a bug about password. add --disable-gunzip option. 1999-09-04 03:19:11 +00:00
grub use setjmp/longjmp for the function stop. 1999-09-01 00:06:16 +00:00
stage1 The internal of the command handling is heavily modified, and a new command help is added. 1999-09-05 05:54:33 +00:00
stage2 The internal of the command handling is heavily modified, and a new command help is added. 1999-09-05 05:54:33 +00:00
acinclude.m4 support both of binutils 2.9.1.0.x and 2.9.5.0.x 1999-08-05 09:42:15 +00:00
aclocal.m4 support both of binutils 2.9.1.0.x and 2.9.5.0.x 1999-08-05 09:42:15 +00:00
AUTHORS Final touches for release. 1999-07-26 22:58:10 +00:00
BUGS remove the entry that stage1.5 does not work in the file BUGS 1999-07-14 08:02:56 +00:00
ChangeLog The internal of the command handling is heavily modified, and a new command help is added. 1999-09-05 05:54:33 +00:00
config.guess Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
config.sub Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
configure improve the examples in menu.lst. fix a bug about password. add --disable-gunzip option. 1999-09-04 03:19:11 +00:00
configure.in improve the examples in menu.lst. fix a bug about password. add --disable-gunzip option. 1999-09-04 03:19:11 +00:00
COPYING Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
INSTALL Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
install-sh Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
Makefile.am update help2man 1999-06-24 16:37:20 +00:00
Makefile.in new options, --disable-ext2fs, --disable-fat and --disable-ffs 1999-08-13 14:52:37 +00:00
missing Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
mkinstalldirs Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
NEWS The internal of the command handling is heavily modified, and a new command help is added. 1999-09-05 05:54:33 +00:00
README add minix fs support. use the name "the grub shell" instead of "the stage2 emulator". 1999-08-26 09:42:57 +00:00
THANKS fix the elf loading. 1999-09-04 01:09:14 +00:00
TODO add hide and unhide commands. add additional minix fs support. some code cleanups. 1999-08-29 16:23:12 +00:00

This is GNU GRUB, the GRand Unified Bootloader.  GRUB is intended to
provide important bootloader features that are missing from typical
personal computer BIOSes:

  - provides fully-featured command line and graphical interfaces
  - recognizes fdisk partitions and BSD disklabels
  - can dynamically read Linux ext2fs, BSD ufs, MS-DOS FAT16 and FAT32,
    and Minix fs filesystems, plus hardcoded blocklists
  - can boot Multiboot-compliant kernels (such as GNU Mach), as well
    as standard Linux and BSD kernels

See the file NEWS for a description of recent changes to GRUB.


You need recent developmental environment to build GRUB. We recommend
you use the following utilities:

* binutils 2.9.1.0.23 and later (Do not use early 2.9.1.0.x!)

  Binutils has changed the behavior of 16bit assembler between 2.9.1
and 2.9.1.0.x, and we support only 2.9.1.0.x. It is available from
ftp.XX.kernel.org (XX is the country code, such as `jp').


These below are required when you develop GRUB or when you get it from
the CVS:

* autoconf 19990301 and later

  Autoconf 2.13 has a bug that can't handle any macro with arguments,
so you need to get the later version from the CVS. See
http://sourceware.cygnus.com/autoconf/ for more information.

* automake 19990620 and later

  The new feature, per-executable flags, is requred, so you need to get
an unreleased version from the CVS. See
http://sourceware.cygnus.com/automake/ for more information.


See the file INSTALL for instructions on how to build and install the
GRUB data and program files.  See the GRUB manual for details about
using GRUB as your bootloader.

GNU GRUB has a page on the web. See:

	http://www.gnu.org/software/grub/grub.en.html (English)
	http://www.gnu.org/software/grub/grub.ja.html (Japanese)

If you have any suggestions or bug reports, please send electronic
mail to the GRUB mailing list <bug-grub@gnu.org>.

DEVELOPERS: to subscribe to the mailing list, send e-mail to
<bug-grub-request@gnu.org>.  You can get the latest GRUB CVS tree from
`:pserver:anoncvs@anoncvs.gnu.org:/gd/gnu/anoncvsroot', module `grub'.
Just hit enter when CVS prompts you for a password.

  IMPORTANT SIZE LIMITS:

  - For the various stage2's, if they are being loaded from a block-list
    in the stage1, then be sure your blocklist is big enough.  The
    automated install will generally do this for you, it's just when
    dropping it on a raw floppy, you get the default compiled in, which
    is 512 * 90 disk sectors, or 46080 bytes.

  - For the FFS stage1.5, if you want to fit into the "bootloader" area
    of an FFS partition, it cannot be larger than 512 * 14 disk sectors,
    or 7168 bytes.