NameDateSize

..14-Feb-20134 KiB

acinclude.m414-Feb-201310.3 KiB

aclocal.m414-Feb-201339.1 KiB

android.lst14-Feb-20130

Android.mk14-Feb-20135.5 KiB

AUTHORS14-Feb-20132 KiB

BUGS14-Feb-2013182

ChangeLog14-Feb-2013324 KiB

CleanSpec.mk14-Feb-20132.2 KiB

compile14-Feb-20133.6 KiB

config.guess14-Feb-201342.4 KiB

config.h14-Feb-20132.9 KiB

config.h.in14-Feb-20132.7 KiB

config.log14-Feb-201333.9 KiB

config.status14-Feb-201340.7 KiB

config.sub14-Feb-201330.7 KiB

configure14-Feb-2013222.7 KiB

configure.ac14-Feb-201319.9 KiB

COPYING14-Feb-201317.6 KiB

depcomp14-Feb-201314.8 KiB

docs/14-Feb-20134 KiB

grub/14-Feb-20134 KiB

INSTALL14-Feb-20139.4 KiB

install-sh14-Feb-20139 KiB

lib/14-Feb-20134 KiB

MAINTENANCE14-Feb-20132.8 KiB

Makefile.am14-Feb-2013173

Makefile.in14-Feb-201319.1 KiB

missing14-Feb-201310.3 KiB

mkinstalldirs14-Feb-20133.3 KiB

MODULE_LICENSE_GPL14-Feb-20130

netboot/14-Feb-20134 KiB

NEWS14-Feb-201326.1 KiB

README14-Feb-20131 KiB

stage1/14-Feb-20134 KiB

stage2/14-Feb-20134 KiB

stamp-h114-Feb-201323

THANKS14-Feb-20134.6 KiB

TODO14-Feb-20133.5 KiB

util/14-Feb-20134 KiB

README

1This is GNU GRUB, the GRand Unified Bootloader.  GRUB is intended to
2provide important bootloader features that are missing from typical
3personal computer BIOSes:
4
5  - provides fully-featured command line and graphical interfaces
6  - recognizes fdisk partitions and BSD disklabels
7  - can dynamically read Linux ext2fs, ReiserFS, JFS and XFS, BSD ufs,
8    MS-DOS FAT16 and FAT32, Minix fs, and VSTa fs filesystems, plus
9    hardcoded blocklists
10  - can boot Multiboot-compliant kernels (such as GNU Mach), as well
11    as standard Linux and *BSD kernels
12
13See the file NEWS for a description of recent changes to GRUB.
14
15If you are interested in the network support, see the file
16README.netboot under the directory netboot.
17
18See the file INSTALL for instructions on how to build and install the
19GRUB data and program files. See the GRUB manual for details about
20using GRUB as your boot loader. Type "info grub" in the shell prompt.
21
22Please visit the official web page of GNU GRUB, for more information.
23The URL is <http://www.gnu.org/software/grub/grub.html>.
24