No description
Find a file
robertmh 47bf09a4ed 2008-01-15 Christian Franke <franke@computer.org>
* util/grub-emu.c: Replace <argp.h> by <getopt.h>.
        (argp_program_version): Remove variable.
        (argp_program_bug_address): Likewise.
        (options): Convert from struct argp_option to struct option.
        (struct arguments): Remove.
        (parse_opt): Remove.
        (usage): New function.
        (main): Replace struct args members by simple variables.
        Replace argp_parse() by getopt_long().
        Add switch to evaluate options.
        Add missing "(...)" around root_dev in prefix string.
2008-01-15 11:49:22 +00:00
boot/i386/pc
commands
conf
disk * disk/ieee1275/ofdisk.c (grub_ofdisk_open): Don't use 2008-01-14 04:16:20 +00:00
font
fs 2008-01-12 Yoshinori K. Okuji <okuji@enbug.org> 2008-01-12 00:51:34 +00:00
hello
include 2008-01-12 Robert Millan <rmh@aybabtu.com> 2008-01-12 15:11:57 +00:00
io
kern 2008-01-14 Robert Millan <rmh@aybabtu.com> 2008-01-14 14:30:59 +00:00
loader 2008-01-08 Robert Millan <rmh@aybabtu.com> 2008-01-08 11:38:18 +00:00
normal
partmap
term
util 2008-01-15 Christian Franke <franke@computer.org> 2008-01-15 11:49:22 +00:00
video
.cvsignore
aclocal.m4
AUTHORS
autogen.sh
ChangeLog 2008-01-15 Christian Franke <franke@computer.org> 2008-01-15 11:49:22 +00:00
config.guess
config.h.in
config.sub
configure
configure.ac
COPYING
DISTLIST
gencmdlist.sh
gendistlist.sh
genfslist.sh
geninit.sh
geninitheader.sh
genkernsyms.sh.in
genmk.rb
genmoddep.awk
genmodsrc.sh
gensymlist.sh.in
INSTALL
install-sh
Makefile.in
mkinstalldirs
NEWS
README
stamp-h.in
THANKS
TODO

This is GRUB 2, the second version of the GRand Unified Bootloader.
GRUB 2 is rewritten from scratch to make GNU GRUB cleaner, safer, more
robust, more powerful, and more portable.

See the file NEWS for a description of recent changes to GRUB 2.

See the file INSTALL for instructions on how to build and install the
GRUB 2 data and program files.

Please visit the official web page of GRUB 2, for more information.
The URL is <http://www.gnu.org/software/grub/grub.html>.

For now, there is not much documentation yet. Please look at the GRUB
Wiki <http://grub.enbug.org> for testing procedures.