Home | History | Annotate | only in /external/grub
Up to higher level directory
NameDateSize
acinclude.m413-Nov-201210.3K
aclocal.m413-Nov-201239.1K
android.lst13-Nov-20120
Android.mk13-Nov-20125.5K
AUTHORS13-Nov-20122K
BUGS13-Nov-2012182
ChangeLog13-Nov-2012324K
CleanSpec.mk13-Nov-20122.2K
compile13-Nov-20123.6K
config.guess13-Nov-201242.4K
config.h13-Nov-20122.9K
config.h.in13-Nov-20122.7K
config.log13-Nov-201233.9K
config.status13-Nov-201240.7K
config.sub13-Nov-201230.7K
configure13-Nov-2012222.7K
configure.ac13-Nov-201219.9K
COPYING13-Nov-201217.6K
depcomp13-Nov-201214.8K
docs/13-Nov-2012
grub/13-Nov-2012
INSTALL13-Nov-20129.4K
install-sh13-Nov-20129K
lib/13-Nov-2012
MAINTENANCE13-Nov-20122.8K
Makefile.am13-Nov-2012173
Makefile.in13-Nov-201219.1K
missing13-Nov-201210.3K
mkinstalldirs13-Nov-20123.3K
MODULE_LICENSE_GPL13-Nov-20120
netboot/13-Nov-2012
NEWS13-Nov-201226.1K
README13-Nov-20121K
stage1/13-Nov-2012
stage2/13-Nov-2012
stamp-h113-Nov-201223
THANKS13-Nov-20124.6K
TODO13-Nov-20123.5K
util/13-Nov-2012

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