Name Date Size #Lines LOC

..12-Jul-2022-

docs/H14-Feb-2021-

grub/H14-Feb-2021-

lib/H14-Feb-2021-

netboot/H14-Feb-2021-

stage1/H14-Feb-2021-

stage2/H17-Apr-2023-

util/H14-Feb-2021-

AUTHORSH A D14-Feb-20212.3 KiB6441

AUTHORS.descripH A D14-Feb-202114 21

BUGSH A D14-Feb-2021182 84

COPYINGH A D14-Feb-202117.6 KiB341281

COPYING.descripH A D14-Feb-202114 21

ChangeLogH A D14-Feb-2021329.1 KiB9,2357,397

INSTALLH A D14-Feb-20219.4 KiB267193

MAINTENANCEH A D14-Feb-20212.8 KiB6154

Makefile.amH A D14-Feb-2021173 53

Makefile.inH A D14-Feb-202119.1 KiB606531

Makefile.solarisH A D14-Feb-20211.2 KiB5627

Makefile.solaris.defsH A D14-Feb-20212.7 KiB9375

NEWSH A D14-Feb-202126.4 KiB566484

READMEH A D14-Feb-20211 KiB2418

THANKSH A D14-Feb-20214.6 KiB124121

TODOH A D14-Feb-20213.5 KiB10367

acinclude.m4H A D14-Feb-202110.3 KiB367315

aclocal.m4H A D14-Feb-202139.1 KiB1,062916

compileH A D14-Feb-20213.6 KiB14379

config.guessH A D14-Feb-202142.4 KiB1,4541,257

config.hH A D14-Feb-20212.9 KiB10828

config.h.inH A D14-Feb-20212.7 KiB10771

config.status.solarisH A D14-Feb-202140.5 KiB1,2531,026

config.subH A D14-Feb-202130.7 KiB1,5671,426

configureH A D14-Feb-2021220.1 KiB7,5546,116

configure.acH A D14-Feb-202117.9 KiB606501

depcompH A D14-Feb-202114.8 KiB523330

install-shH A D14-Feb-20219 KiB324189

missingH A D14-Feb-202110.3 KiB354266

mkinstalldirsH A D14-Feb-20213.3 KiB151102

stamp-h.inH A D14-Feb-202110 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