]> git.ipfire.org Git - thirdparty/grub.git/commit
2010-01-14 Robert Millan <rmh.grub@aybabtu.com>
authorRobert Millan <rmh@aybabtu.com>
Thu, 14 Jan 2010 21:08:31 +0000 (21:08 +0000)
committerRobert Millan <rmh@aybabtu.com>
Thu, 14 Jan 2010 21:08:31 +0000 (21:08 +0000)
commit0a46429a55ee7701dfb450ac648b1d1a07e6287c
tree5d835a35ca0163a142c677bfd232fdf51f5d7b74
parentd6f93a661cf5b57ac70cf0263e25727484a81b11
2010-01-14  Robert Millan  <rmh.grub@aybabtu.com>

* include/grub/i386/loader.h (grub_linux16_boot): Renamed to ...
(grub_linux16_real_boot): ... this.
* kern/i386/loader.S: Likewise.
* loader/i386/pc/linux.c: Include `<grub/video.h>' and `<grub/mm.h>'.
(grub_linux16_boot): New function.  Switches to text mode and calls
grub_linux16_real_boot().

* loader/i386/bsd.c: Include `<grub/video.h>'.
(grub_freebsd_boot, grub_openbsd_boot, grub_netbsd_boot): Switch to
text mode before calling grub_unix_real_boot().

* loader/i386/multiboot.c: Include `<grub/video.h>'.
(grub_multiboot_boot): Switch to text mode before calling
grub_relocator32_boot().

* loader/i386/pc/chainloader.c: Include `<grub/video.h>'.
(grub_chainloader_boot): Switch to text mode before calling
grub_chainloader_real_boot().
ChangeLog
include/grub/i386/loader.h
kern/i386/loader.S
loader/i386/bsd.c
loader/i386/multiboot.c
loader/i386/pc/chainloader.c
loader/i386/pc/linux.c