Home | History | Annotate | only in /external/grub
Up to higher level directory
NameDateSize
acinclude.m415-Nov-201110.3K
aclocal.m415-Nov-201139.1K
android.lst15-Nov-20110
Android.mk15-Nov-20115.3K
AUTHORS15-Nov-20112K
BUGS15-Nov-2011182
ChangeLog15-Nov-2011324K
CleanSpec.mk15-Nov-20112.2K
compile15-Nov-20113.6K
config.guess15-Nov-201142.4K
config.h15-Nov-20112.9K
config.h.in15-Nov-20112.7K
config.log15-Nov-201133.9K
config.status15-Nov-201140.7K
config.sub15-Nov-201130.7K
configure15-Nov-2011222.7K
configure.ac15-Nov-201119.9K
COPYING15-Nov-201117.6K
depcomp15-Nov-201114.8K
docs/15-Nov-2011
grub/15-Nov-2011
INSTALL15-Nov-20119.4K
install-sh15-Nov-20119K
lib/15-Nov-2011
MAINTENANCE15-Nov-20112.8K
Makefile.am15-Nov-2011173
Makefile.in15-Nov-201119.1K
missing15-Nov-201110.3K
mkinstalldirs15-Nov-20113.3K
MODULE_LICENSE_GPL15-Nov-20110
netboot/15-Nov-2011
NEWS15-Nov-201126.1K
README15-Nov-20111K
stage1/15-Nov-2011
stage2/15-Nov-2011
stamp-h115-Nov-201123
THANKS15-Nov-20114.6K
TODO15-Nov-20113.5K
util/15-Nov-2011

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