No description
Find a file
2002-10-10 01:26:16 +00:00
docs 2002-10-06 Yoshinori K. Okuji <okuji@enbug.org> 2002-10-05 23:20:15 +00:00
grub Changed highlight state code for hercules, console and serial. 2002-08-22 05:59:55 +00:00
lib 2002-05-20 Yoshinori K. Okuji <okuji@enbug.org> 2002-05-20 11:48:03 +00:00
netboot 2002-06-12 Yoshinori K. Okuji <okuji@enbug.org> 2002-06-12 08:58:21 +00:00
stage1 2001-12-30 Yoshinori K. Okuji <okuji@gnu.org> 2001-12-30 08:23:16 +00:00
stage2 - Added missing space to --force-lba option 2002-10-10 01:26:16 +00:00
util 2002-06-12 Yoshinori K. Okuji <okuji@enbug.org> 2002-06-12 08:39:50 +00:00
.cvsignore Add stamp-h1 2001-11-08 20:37:03 +00:00
acconfig.h add a new option, --disable-auto-linux-mem-opt, into configure. 2001-02-27 15:24:48 +00:00
acinclude.m4 Merge changes in 0.90. 2001-07-13 08:02:04 +00:00
aclocal.m4 Update to Automake 1.5 2001-10-15 04:49:50 +00:00
AUTHORS Update what Jason Thomas did. 2002-09-03 19:05:48 +00:00
BUGS BUGS doesn't have information any longer, because we use the BTS on 2002-05-28 22:23:03 +00:00
ChangeLog - Added missing space to --force-lba option 2002-10-10 01:26:16 +00:00
compile JFS and XFS support is added. 2001-10-27 16:04:25 +00:00
config.guess 2002-04-29 Yoshinori K. Okuji <okuji@enbug.org> 2002-04-29 00:19:34 +00:00
config.h.in Update the link to binutils. 2002-04-15 22:09:16 +00:00
config.sub 2002-04-29 Yoshinori K. Okuji <okuji@enbug.org> 2002-04-29 00:19:34 +00:00
configure 2002-10-06 Yoshinori K. Okuji <okuji@enbug.org> 2002-10-05 23:20:15 +00:00
configure.in 2002-10-06 Yoshinori K. Okuji <okuji@enbug.org> 2002-10-05 23:20:15 +00:00
COPYING Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
depcomp Use automake-1.4h instead of our own version. Some required changes are made. 2001-07-04 07:33:48 +00:00
INSTALL Fix terminology and add more comments about automake. 2002-04-04 00:35:40 +00:00
install-sh Use automake-1.4h instead of our own version. Some required changes are made. 2001-07-04 07:33:48 +00:00
MAINTENANCE Write several notes for maintainers. 2002-06-24 12:17:41 +00:00
Makefile.am 2002-07-01 Yoshinori K. Okuji <okuji@enbug.org> 2002-07-01 14:28:53 +00:00
Makefile.in 2002-07-01 Yoshinori K. Okuji <okuji@enbug.org> 2002-07-01 14:28:53 +00:00
missing Use automake-1.4h instead of our own version. Some required changes are made. 2001-07-04 07:33:48 +00:00
mkinstalldirs Use automake-1.4h instead of our own version. Some required changes are made. 2001-07-04 07:33:48 +00:00
NEWS 2002-07-12 Yoshinori K. Okuji <okuji@enbug.org> 2002-07-12 09:55:55 +00:00
README Simplify the file README, and update NEWS. 2002-05-30 20:21:30 +00:00
stamp-h.in modify the implement of the maintainer mode. 1999-09-13 13:32:31 +00:00
THANKS 2002-10-06 Yoshinori K. Okuji <okuji@enbug.org> 2002-10-05 23:36:25 +00:00
TODO Add NetBSD support into grub-install. 2001-12-29 18:53:30 +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, ReiserFS, JFS and XFS, BSD ufs,
    MS-DOS FAT16 and FAT32, Minix fs, and VSTa 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 boot loader. Type "info grub" in the shell prompt.

Please visit the official web page of GNU GRUB, for more information.
The URL is <http://www.gnu.org/software/grub/grub.html>.