No description
Find a file
okuji 005098fb1b 2006-06-24 Yoshinori K. Okuji <okuji@enbug.org>
* docs/grub.texi: Changed the license term to the GNU Free
        Documentation License 1.2.

        * docs/multiboot.texi: Reformatted to show the license term
        and the version number explicitly.

        * docs/fdl.texi: New file.

        * docs/Makefile.am (grub_TEXINFOS): Added fdl.texi.
2006-06-24 14:40:02 +00:00
docs 2006-06-24 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-24 14:40:02 +00:00
grub * grub/main.c (main): Make sure the boot drive number doesn't 2006-05-05 21:43:46 +00:00
lib 2006-06-24 Robert Millan <robertmh@gnu.org> 2006-06-24 14:27:29 +00:00
netboot 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
stage1 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
stage2 * stage2/stage2.c (run_menu): Fix "savedefault" to save only top 2006-05-05 22:06:31 +00:00
util Fixes for kernel of FreeBSD: 2006-04-20 13:46:46 +00:00
.cvsignore Add autom4te.cache 2004-04-23 13:25:15 +00:00
acinclude.m4 2004-04-22 Jeroen Dekkers <jeroen@dekkers.cx> 2004-04-23 13:43:40 +00:00
aclocal.m4 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
AUTHORS 2004-03-27 Yoshinori K. Okuji <okuji@enbug.org> 2004-03-27 17:02:54 +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 2006-06-24 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-24 14:40:02 +00:00
compile 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
config.guess 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
config.h.in Regenerated 2004-04-23 13:49:16 +00:00
config.sub 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
configure 2006-06-24 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-24 14:40:02 +00:00
configure.ac 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
COPYING Autoconf/Automake jumbo patches 1999-03-01 19:12:32 +00:00
depcomp 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
INSTALL 2004-05-14 Yoshinori K. Okuji <okuji@enbug.org> 2004-05-14 20:16:55 +00:00
install-sh 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
MAINTENANCE Added a notice in the beginning. 2004-01-11 09:40:49 +00:00
Makefile.am 2004-04-22 Jeroen Dekkers <jeroen@dekkers.cx> 2004-04-23 13:43:40 +00:00
Makefile.in 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
missing 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
mkinstalldirs 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +00:00
NEWS 2005-05-08 Yoshinori K. Okuji <okuji@enbug.org> 2005-05-08 02:51:53 +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 2006-03-21 Yoshinori K. Okuji <okuji@enbug.org> 2006-03-21 20:51:58 +00:00
TODO Updated. 2004-01-12 10:43:41 +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>.