Home | History | Annotate | only in /external/grub
Up to higher level directory
NameDateSize
acinclude.m431-Jul-201010.3K
aclocal.m431-Jul-201039.1K
android.lst31-Jul-20100
Android.mk31-Jul-20105.3K
AUTHORS31-Jul-20102K
BUGS31-Jul-2010182
ChangeLog31-Jul-2010324K
CleanSpec.mk31-Jul-20102.2K
compile31-Jul-20103.6K
config.guess31-Jul-201042.4K
config.h31-Jul-20102.9K
config.h.in31-Jul-20102.7K
config.log31-Jul-201033.9K
config.status31-Jul-201040.7K
config.sub31-Jul-201030.7K
configure31-Jul-2010222.7K
configure.ac31-Jul-201019.9K
COPYING31-Jul-201017.6K
depcomp31-Jul-201014.8K
docs/31-Jul-2010
grub/31-Jul-2010
INSTALL31-Jul-20109.4K
install-sh31-Jul-20109K
lib/31-Jul-2010
MAINTENANCE31-Jul-20102.8K
Makefile.am31-Jul-2010173
Makefile.in31-Jul-201019.1K
missing31-Jul-201010.3K
mkinstalldirs31-Jul-20103.3K
MODULE_LICENSE_GPL31-Jul-20100
netboot/31-Jul-2010
NEWS31-Jul-201026.1K
README31-Jul-20101K
stage1/31-Jul-2010
stage2/31-Jul-2010
stamp-h131-Jul-201023
THANKS31-Jul-20104.6K
TODO31-Jul-20103.5K
util/31-Jul-2010

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