Home | History | Annotate | only in /external/grub
Up to higher level directory
NameDateSize
acinclude.m403-Jun-201410.3K
aclocal.m403-Jun-201439.1K
android.lst03-Jun-20140
Android.mk03-Jun-20145.5K
AUTHORS03-Jun-20142K
BUGS03-Jun-2014182
ChangeLog03-Jun-2014324K
CleanSpec.mk03-Jun-20142.2K
compile03-Jun-20143.6K
config.guess03-Jun-201442.4K
config.h03-Jun-20142.9K
config.h.in03-Jun-20142.7K
config.log03-Jun-201433.9K
config.status03-Jun-201440.7K
config.sub03-Jun-201430.7K
configure03-Jun-2014222.7K
configure.ac03-Jun-201419.9K
COPYING03-Jun-201417.6K
depcomp03-Jun-201414.8K
docs/03-Jun-2014
grub/03-Jun-2014
INSTALL03-Jun-20149.4K
install-sh03-Jun-20149K
lib/03-Jun-2014
MAINTENANCE03-Jun-20142.8K
Makefile.am03-Jun-2014173
Makefile.in03-Jun-201419.1K
missing03-Jun-201410.3K
mkinstalldirs03-Jun-20143.3K
MODULE_LICENSE_GPL03-Jun-20140
netboot/03-Jun-2014
NEWS03-Jun-201426.1K
README03-Jun-20141K
stage1/03-Jun-2014
stage2/03-Jun-2014
stamp-h103-Jun-201423
THANKS03-Jun-20144.6K
TODO03-Jun-20143.5K
util/03-Jun-2014

README

      1 This is GNU GRUB, the GRand Unified Bootloader.  GRUB is intended to
      2 provide important bootloader features that are missing from typical
      3 personal 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 
     13 See the file NEWS for a description of recent changes to GRUB.
     14 
     15 If you are interested in the network support, see the file
     16 README.netboot under the directory netboot.
     17 
     18 See the file INSTALL for instructions on how to build and install the
     19 GRUB data and program files. See the GRUB manual for details about
     20 using GRUB as your boot loader. Type "info grub" in the shell prompt.
     21 
     22 Please visit the official web page of GNU GRUB, for more information.
     23 The URL is <http://www.gnu.org/software/grub/grub.html>.
     24