Go to file
bean 6e09b8b72e 2009-02-24 Bean <bean123ch@gmail.com>
* configure.ac: Check for -mcmodel=large in x86_64 target.

	* include/grub/efi/api.h (efi_call_10): New macro.
	(efi_wrap_10): New function.

	* include/grub/efi/pe32.h (GRUB_PE32_REL_BASE_HIGH): New macro.
	(GRUB_PE32_REL_BASED_HIGH): Likewise.
	(GRUB_PE32_REL_BASED_LOW): Likewise.
	(GRUB_PE32_REL_BASED_HIGHLOW): Likewise.
	(GRUB_PE32_REL_BASED_HIGHADJ): Likewise.
	(GRUB_PE32_REL_BASED_MIPS_JMPADDR): Likewise.
	(GRUB_PE32_REL_BASED_SECTION): Likewise.
	(GRUB_PE32_REL_BASED_REL): Likewise.
	(GRUB_PE32_REL_BASED_IA64_IMM64): Likewise.
	(GRUB_PE32_REL_BASED_DIR64): Likewise.
	(GRUB_PE32_REL_BASED_HIGH3ADJ): Likewise.

	* kern/x86_64/dl.c (grub_arch_dl_relocate_symbols): Fixed relocation
	issue.

	* kern/x86_64/efi/callwrap.S (efi_wrap_6): Bug fix.
	(efi_wrap_10): New function.

	* kern/x86_64/efi/startup.S (codestart): Use relative addressing.

	* loader/efi/appleloader.c (devpath_5): Add support for late 2008
	MB/MBP model (NV chipset).
	(devdata_devs): Add devpath_5 to the list.

	* load/i386/efi/linux.c (video_base): Remove variable.
	(RGB_MASK): New macro.
	(RGB_MAGIC): Likewise.
	(LINE_MIN): Likewise.
	(LINE_MAX): Likewise.
	(FBTEST_STEP): Likewise.
	(FBTEST_COUNT): Likewise.
	(fb_list): New variable.
	(grub_find_video_card): Remove function.
	(find_framebuf): New function.
	(grub_linux_setup_video): Use find_framebuf to get frame buffer and
	line length.

	* util/i386/efi/grub-mkimage.c (grub_reloc_section): Fix relocation
	problem for x86_64.
2009-02-24 13:19:46 +00:00
boot/i386/pc 2009-01-10 Robert Millan <rmh@aybabtu.com> 2009-01-10 13:07:44 +00:00
bus 2009-02-08 Marco Gerards <marco@gnu.org> 2009-02-08 17:58:32 +00:00
commands 2009-02-14 Christian Franke <franke@computer.org> 2009-02-14 17:26:35 +00:00
conf 2009-02-21 Robert Millan <rmh@aybabtu.com> 2009-02-21 14:55:06 +00:00
disk 2009-02-14 Christian Franke <franke@computer.org> 2009-02-14 12:57:55 +00:00
docs 2008-08-13 Robert Millan <rmh@aybabtu.com> 2008-08-13 16:59:12 +00:00
font 2009-01-19 Vesa Jääskeläinen <chaac@nic.fi> 2009-01-19 17:09:53 +00:00
fs 2009-02-14 Felix Zielcke <fzielcke@z-51.de> 2009-02-14 14:38:50 +00:00
hello 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
hook 2008-08-15 Bean <bean123ch@gmail.com> 2008-08-15 15:39:02 +00:00
include 2009-02-24 Bean <bean123ch@gmail.com> 2009-02-24 13:19:46 +00:00
io 2008-08-01 Bean <bean123ch@gmail.com> 2008-08-01 04:06:55 +00:00
kern 2009-02-24 Bean <bean123ch@gmail.com> 2009-02-24 13:19:46 +00:00
lib 2009-02-02 Christian Franke <franke@computer.org> 2009-02-02 19:43:14 +00:00
loader 2009-02-24 Bean <bean123ch@gmail.com> 2009-02-24 13:19:46 +00:00
normal 2009-02-13 Colin D Bennett <colin@gibibit.com> 2009-02-13 20:06:27 +00:00
partmap 2009-01-10 Robert Millan <rmh@aybabtu.com> 2009-01-10 13:07:44 +00:00
term 2009-02-21 Robert Millan <rmh@aybabtu.com> 2009-02-21 14:55:06 +00:00
util 2009-02-24 Bean <bean123ch@gmail.com> 2009-02-24 13:19:46 +00:00
video 2009-02-05 Vesa Jääskeläinen <chaac@nic.fi> 2009-02-05 18:28:58 +00:00
AUTHORS 2005-09-03 Yoshinori K. Okuji <okuji@enbug.org> 2005-09-03 16:54:27 +00:00
COPYING 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
ChangeLog 2009-02-24 Bean <bean123ch@gmail.com> 2009-02-24 13:19:46 +00:00
DISTLIST 2009-02-21 Robert Millan <rmh@aybabtu.com> 2009-02-21 14:55:06 +00:00
INSTALL 2009-02-01 Felix Zielcke <fzielcke@z-51.de> 2009-02-01 16:17:32 +00:00
Makefile.in 2009-02-08 Robert Millan <rmh@aybabtu.com> 2009-02-08 19:59:32 +00:00
NEWS 2008-09-29 Felix Zielcke <fzielcke@z-51.de> 2008-09-29 15:50:27 +00:00
README Update the URL of the wiki. 2006-04-02 08:59:23 +00:00
THANKS 2007-09-03 Yoshinori K. Okuji <okuji@enbug.org> 2007-09-03 20:33:20 +00:00
TODO 2008-01-07 Robert Millan <rmh@aybabtu.com> 2008-01-07 19:21:34 +00:00
aclocal.m4 008-09-21 Felix Zielcke <fzielcke@z-51.de> 2008-09-21 17:38:33 +00:00
autogen.sh 2008-09-21 Felix Zielcke <fzielcke@z-51.de> 2008-09-21 16:39:28 +00:00
config.guess 2009-01-19 Robert Millan <rmh@aybabtu.com> 2009-01-19 12:33:07 +00:00
config.h.in 2009-02-08 Marco Gerards <marco@gnu.org> 2009-02-08 17:58:32 +00:00
config.sub 2009-01-19 Robert Millan <rmh@aybabtu.com> 2009-01-19 12:33:07 +00:00
configure 2009-02-24 Bean <bean123ch@gmail.com> 2009-02-24 13:19:46 +00:00
configure.ac 2009-02-24 Bean <bean123ch@gmail.com> 2009-02-24 13:19:46 +00:00
gencmdlist.sh 2005-03-18 Yoshinori K. Okuji <okuji@enbug.org> 2005-03-18 18:16:26 +00:00
gendistlist.sh 2009-02-14 Christian Franke <franke@computer.org> 2009-02-14 16:02:12 +00:00
genfslist.sh 2009-01-10 Robert Millan <rmh@aybabtu.com> 2009-01-10 13:07:44 +00:00
geninit.sh 2007-07-22 Robert Millan <rmh@aybabtu.com> 2007-07-22 19:17:27 +00:00
geninitheader.sh 2007-07-22 Robert Millan <rmh@aybabtu.com> 2007-07-22 19:17:27 +00:00
genkernsyms.sh.in 2009-01-10 Robert Millan <rmh@aybabtu.com> 2009-01-10 13:07:44 +00:00
genmk.rb 2008-11-01 Robert Millan <rmh@aybabtu.com> 2008-11-01 17:44:47 +00:00
genmoddep.awk 2006-05-29 Yoshinori K. Okuji <okuji@enbug.org> 2006-05-28 23:01:43 +00:00
genmodsrc.sh 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
genpartmaplist.sh 2008-08-22 Bean <bean123ch@gmail.com> 2008-08-23 14:20:45 +00:00
gensymlist.sh.in 2009-01-10 Robert Millan <rmh@aybabtu.com> 2009-01-10 13:07:44 +00:00
install-sh 2008-03-01 Yoshinori K. Okuji <okuji@enbug.org> 2008-03-01 17:27:51 +00:00
mkinstalldirs 2006-06-04 Yoshinori K. Okuji <okuji@enbug.org> 2006-06-04 12:59:19 +00:00
stamp-h.in Initial revision 2002-12-27 08:53:07 +00:00

README

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.