• Home
Name Date Size #Lines LOC

..--

docs/03-May-2024-21,67617,696

grub/03-May-2024-2,0081,502

lib/03-May-2024-2,7681,839

netboot/03-May-2024-30,57319,719

stage1/03-May-2024-1,037621

stage2/03-May-2024-33,42922,419

util/03-May-2024-3,0112,171

AUTHORSD03-May-20242 KiB5535

Android.mkD03-May-20245.5 KiB194109

BUGSD03-May-2024182 84

COPYINGD03-May-202417.6 KiB341281

ChangeLogD03-May-2024324 KiB9,0767,276

CleanSpec.mkD03-May-20242.2 KiB500

INSTALLD03-May-20249.4 KiB267193

MAINTENANCED03-May-20242.8 KiB6154

MODULE_LICENSE_GPLD03-May-20240

Makefile.amD03-May-2024173 53

Makefile.inD03-May-202419.1 KiB606531

NEWSD03-May-202426.1 KiB559478

READMED03-May-20241 KiB2418

THANKSD03-May-20244.6 KiB124121

TODOD03-May-20243.5 KiB10367

acinclude.m4D03-May-202410.3 KiB367315

aclocal.m4D03-May-202439.1 KiB1,062916

android.lstD03-May-20240

compileD03-May-20243.6 KiB14379

config.guessD03-May-202442.4 KiB1,4541,257

config.hD03-May-20242.9 KiB10828

config.h.inD03-May-20242.7 KiB10771

config.logD03-May-202433.9 KiB958934

config.statusD03-May-202440.7 KiB1,2491,020

config.subD03-May-202430.7 KiB1,5671,426

configureD03-May-2024222.7 KiB7,6406,179

configure.acD03-May-202419.9 KiB671558

depcompD03-May-202414.8 KiB523330

install-shD03-May-20249 KiB324189

missingD03-May-202410.3 KiB354266

mkinstalldirsD03-May-20243.3 KiB151102

stamp-h1D03-May-202423 21

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