No description
Find a file
proski 3ef17a2ebf 2009-06-16 Pavel Roskin <proski@gnu.org>
* boot/i386/pc/boot.S: Remove root_drive.  Assert offset of
	boot_drive_check by using GRUB_BOOT_MACHINE_DRIVE_CHECK.  Don't
	save %dx, we only need %dl and we never change it.
	* boot/i386/pc/cdboot.S: Don't set the root drive.
	* boot/i386/pc/pxeboot.S: Likewise.
	* include/grub/i386/pc/boot.h: Remove
	GRUB_BOOT_MACHINE_ROOT_DRIVE, adjust
	GRUB_BOOT_MACHINE_DRIVE_CHECK.
	* include/grub/i386/pc/kernel.h: Remove grub_root_drive.
	* kern/i386/pc/init.c (make_install_device): Remove references
	to grub_root_drive.
	* kern/i386/pc/startup.S: Likewise.
	* util/i386/pc/grub-setup.c (setup): Don't set root_drive.
2009-06-15 23:25:38 +00:00
boot 2009-06-16 Pavel Roskin <proski@gnu.org> 2009-06-15 23:25:38 +00:00
bus
commands 2009-06-16 Vladimir Serbinenko <phcoder@gmail.com> 2009-06-15 22:57:39 +00:00
conf 2009-06-16 Vladimir Serbinenko <phcoder@gmail.com> 2009-06-15 22:57:39 +00:00
disk 2009-06-11 Pavel Roskin <proski@gnu.org> 2009-06-11 22:14:54 +00:00
docs
efiemu
font
fs 2009-06-11 Giuseppe Caizzone <acaizzo@gmail.com> 2009-06-11 19:32:13 +00:00
hello
hook
include 2009-06-16 Pavel Roskin <proski@gnu.org> 2009-06-15 23:25:38 +00:00
io 2009-06-10 Pavel Roskin <proski@gnu.org> 2009-06-11 01:06:39 +00:00
kern 2009-06-16 Pavel Roskin <proski@gnu.org> 2009-06-15 23:25:38 +00:00
lib 2009-06-11 Vladimir Serbinenko <phcoder@gmail.com> 2009-06-11 16:13:39 +00:00
loader 2009-06-13 Vladimir Serbinenko <phcoder@gmail.com> 2009-06-13 21:09:11 +00:00
mmap
normal
partmap
parttool
script 2009-06-15 Vladimir Serbinenko <phcoder@gmail.com> 2009-06-15 21:06:58 +00:00
term 2009-06-11 Pavel Roskin <proski@gnu.org> 2009-06-11 16:17:45 +00:00
util 2009-06-16 Pavel Roskin <proski@gnu.org> 2009-06-15 23:25:38 +00:00
video
aclocal.m4
AUTHORS
autogen.sh
ChangeLog 2009-06-16 Pavel Roskin <proski@gnu.org> 2009-06-15 23:25:38 +00:00
config.guess
config.sub
configure.ac 2009-06-16 Pavel Roskin <proski@gnu.org> 2009-06-15 22:45:17 +00:00
COPYING
gencmdlist.sh
gendistlist.sh
genfslist.sh
genhandlerlist.sh
geninit.sh
geninitheader.sh
genkernsyms.sh.in
genmk.rb
genmoddep.awk
genmodsrc.sh
genpartmaplist.sh
genparttoollist.sh
gensymlist.sh.in
INSTALL
install-sh
Makefile.in 2009-06-12 Pavel Roskin <proski@gnu.org> 2009-06-12 20:11:19 +00:00
mkinstalldirs
NEWS
README
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.