NameDateSize

..21-Nov-20124 KiB

acinclude.m421-Nov-201210.3 KiB

aclocal.m421-Nov-201239.1 KiB

android.lst21-Nov-20120

Android.mk21-Nov-20125.5 KiB

AUTHORS21-Nov-20122 KiB

BUGS21-Nov-2012182

ChangeLog21-Nov-2012324 KiB

CleanSpec.mk21-Nov-20122.2 KiB

compile21-Nov-20123.6 KiB

config.guess21-Nov-201242.4 KiB

config.h21-Nov-20122.9 KiB

config.h.in21-Nov-20122.7 KiB

config.log21-Nov-201233.9 KiB

config.status21-Nov-201240.7 KiB

config.sub21-Nov-201230.7 KiB

configure21-Nov-2012222.7 KiB

configure.ac21-Nov-201219.9 KiB

COPYING21-Nov-201217.6 KiB

depcomp21-Nov-201214.8 KiB

docs/21-Nov-20124 KiB

grub/21-Nov-20124 KiB

INSTALL21-Nov-20129.4 KiB

install-sh21-Nov-20129 KiB

lib/21-Nov-20124 KiB

MAINTENANCE21-Nov-20122.8 KiB

Makefile.am21-Nov-2012173

Makefile.in21-Nov-201219.1 KiB

missing21-Nov-201210.3 KiB

mkinstalldirs21-Nov-20123.3 KiB

MODULE_LICENSE_GPL21-Nov-20120

netboot/21-Nov-20124 KiB

NEWS21-Nov-201226.1 KiB

README21-Nov-20121 KiB

stage1/21-Nov-20124 KiB

stage2/21-Nov-20124 KiB

stamp-h121-Nov-201223

THANKS21-Nov-20124.6 KiB

TODO21-Nov-20123.5 KiB

util/21-Nov-20124 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