mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-14 09:32:09 +00:00
![]() * conf/i386-coreboot.rmk (multiboot_mod_SOURCES): Add loader/i386/multiboot_mbi.c. (multiboot2_mod_SOURCES): Likewise. * conf/i386-pc.rmk (multiboot_mod_SOURCES): Likewise. (multiboot2_mod_SOURCES): Likewise. * include/grub/multiboot.h (grub_multiboot_get_mbi_size): New proto. (grub_multiboot_make_mbi): Likewise. (grub_multiboot_free_mbi): Likewise. (grub_multiboot_init_mbi): Likewise. (grub_multiboot_add_module): Likewise. (grub_multiboot_set_bootdev): Likewise. * loader/i386/multiboot.c (mbi): Removed. (mbi_dest): Likewise. (alloc_mbi): New variable. (grub_multiboot_payload_size): Removed. All users updated. (grub_multiboot_pure_size): New variable. (grub_multiboot_boot): Use grub_multiboot_make_mbi. (grub_multiboot_unload): Use grub_multiboot_free_mbi. (grub_get_multiboot_mmap_len): Moved to loader/i386/multiboot_mbi.c. (grub_fill_multiboot_mmap): Likewise. (grub_multiboot_get_bootdev): Likewise. (grub_multiboot): Use multiboot_mbi functions. * loader/i386/multiboot_mbi.c: New file. |
||
---|---|---|
boot | ||
bus | ||
commands | ||
conf | ||
disk | ||
docs | ||
efiemu | ||
font | ||
fs | ||
gettext | ||
gnulib | ||
hello | ||
hook | ||
include | ||
io | ||
kern | ||
lib | ||
loader | ||
mmap | ||
normal | ||
partmap | ||
parttool | ||
po | ||
script | ||
term | ||
util | ||
video | ||
.bzrignore | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
config.rpath | ||
configure.ac | ||
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 | ||
genterminallist.sh | ||
genvideolist.sh | ||
INSTALL | ||
Makefile.in | ||
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.