Resync changelog
This commit is contained in:
parent
3a7c36977a
commit
fe9381dd00
1 changed files with 8 additions and 1 deletions
|
@ -4,13 +4,20 @@
|
|||
|
||||
* conf/i386.rmk (multiboot2_mod_SOURCES): Replace
|
||||
loader/i386/multiboot_mbi.c with loader/i386/multiboot_mbi2.c.
|
||||
Remove loader/multiboot_loader.c.
|
||||
* include/grub/i386/multiboot.h (grub_multiboot_real_boot): Removed.
|
||||
(grub_multiboot2_real_boot): Likewise.
|
||||
* include/grub/multiboot.h (grub_multiboot_set_accepts_video): Removed.
|
||||
(grub_get_multiboot_mmap_len): New proto.
|
||||
(grub_get_multiboot_mmap_count): New proto.
|
||||
(grub_fill_multiboot_mmap): Likewise.
|
||||
(grub_multiboot_set_video_mode): Likewise.
|
||||
(grub_multiboot_fill_vbe_info_real): Likewise.
|
||||
(grub_multiboot_set_console): Likewise.
|
||||
(grub_multiboot_load): Likewise.
|
||||
(grub_multiboot_load_elf): Likewise.
|
||||
(GRUB_MULTIBOOT_CONSOLE_EGA_TEXT): New definition.
|
||||
(GRUB_MULTIBOOT_CONSOLE_FRAMEBUFFER): Likewise.
|
||||
* include/multiboot.h: Resynced with specification.
|
||||
* include/multiboot2.h: Resynced with specification.
|
||||
* loader/i386/multiboot_mbi.c (DEFAULT_VIDEO_MODE): Moved from here...
|
||||
* loader/i386/multiboot.c (DEFAULT_VIDEO_MODE): ... here.
|
||||
|
|
Loading…
Reference in a new issue