No description
Find a file
2000-03-18 22:44:41 +00:00
debian merge prepare_0_5_94. 2000-03-18 22:44:41 +00:00
docs added a new chapter for the netboot. 2000-02-26 19:13:44 +00:00
grub merge prepare_0_5_94. 2000-03-18 22:44:41 +00:00
lib heavily rewrite the netboot support. 2000-02-07 06:26:45 +00:00
netboot merge prepare_0_5_94. 2000-03-18 22:44:41 +00:00
stage1 use _llseek even if glibc2.0 under Linux, add a new option --disable-lba-support-bitmap-check into configure. 2000-02-07 21:21:52 +00:00
stage2 merge prepare_0_5_94. 2000-03-18 22:44:41 +00:00
util heavily rewrite the netboot support. 2000-02-07 06:26:45 +00:00
acconfig.h use _llseek even if glibc2.0 under Linux, add a new option --disable-lba-support-bitmap-check into configure. 2000-02-07 21:21:52 +00:00
acinclude.m4 add a workaround for some BIOSes into stage1, remove our own rult to produce info files. 1999-10-26 03:44:30 +00:00
aclocal.m4 add a workaround for some BIOSes into stage1, remove our own rult to produce info files. 1999-10-26 03:44:30 +00:00
AUTHORS Added new authors 2000-03-06 16:01:57 +00:00
BUGS add long filename support into FAT, fix a typo in configure. 2000-02-18 04:34:42 +00:00
ChangeLog merge prepare_0_5_94. 2000-03-18 22:44:41 +00:00
config.guess Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
config.h.in use _llseek even if glibc2.0 under Linux, add a new option --disable-lba-support-bitmap-check into configure. 2000-02-07 21:21:52 +00:00
config.sub Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
configure merge prepare_0_5_94. 2000-03-18 22:44:41 +00:00
configure.in add some checks into make_saved_active and remove 3c59x.c. 2000-02-18 08:19:33 +00:00
COPYING Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
INSTALL merge prepare_0_5_94. 2000-03-18 22:44:41 +00:00
install-sh Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
Makefile.am add mbchk. 1999-10-18 12:36:27 +00:00
Makefile.in heavily rewrite the netboot support. 2000-02-07 06:26:45 +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 merge prepare_0_5_94. 2000-03-18 22:44:41 +00:00
README merge prepare_0_5_94. 2000-03-18 22:44:41 +00:00
stamp-h.in modify the implement of the maintainer mode. 1999-09-13 13:32:31 +00:00
THANKS add graphics support into the Multiboot Specification. 2000-02-11 00:25:48 +00:00
TODO add some new commands to the stage2 for the network support. 2000-02-09 21:14:33 +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.

If you are interested in the network support, see the file
README.netboot under the directory netboot.

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. Type "info grub" in the shell prompt.

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 ideas, please send electronic mail to the
GRUB mailing list <bug-grub@gnu.org>.

When you encounter any problem or bug, please submit it to
<bug-grub@gnu.org> with information about your computer and what you did
as much as possible. For example, your operating system and the
geometries of your drives are very important.

When you enhance/fix GRUB, please send the patch to <bug-grub@gnu.org>.
Do not forget to write your changes to ChangeLog; That helps us to
understand your changes correctly. And it is preferable that your patch
is the unified format. Just append `-u' option to the command `diff'.

NOTE: you should stick to the GNU Coding Standards. Look at the URL
<http://www.gnu.org/prep/standards_toc.html> to understand it.

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@subversions.gnu.org:/home/cvs', module `grub'.
Just hit enter when CVS prompts you for a password.
See <http://www.gnu.org/software/devel.html#CVS> for more details.

  IMPORTANT SIZE LIMITS:

  - 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.