mirror of
https://git.proxmox.com/git/grub2
synced 2026-03-28 12:36:22 +00:00
* include/grub/i386/linux.h (GRUB_VIDEO_TYPE_TEXT): New macro.
* loader/i386/linux.c [__i386__] (grub_linux_boot): Simplify inline
assembly in final jump, using register constraints.
(grub_linux_boot): For text mode, initialize `have_vga' using
GRUB_VIDEO_TYPE_TEXT rather than 0 (this changes its value to 1).
Initialize `video_cursor_x' and `video_cursor_y' as late as possible,
right before the final jump.
Set `video_mode' to 0x3.
Document initialization of `video_page', `video_mode' and
`video_ega_bx'.
|
||
|---|---|---|
| .. | ||
| efi | ||
| ieee1275 | ||
| pc | ||
| bsd32.c | ||
| bsd64.c | ||
| bsd_helper.S | ||
| bsd_pagetable.c | ||
| bsd_trampoline.S | ||
| bsd.c | ||
| bsdXX.c | ||
| linux_trampoline.S | ||
| linux.c | ||
| multiboot_elfxx.c | ||
| multiboot_helper.S | ||
| multiboot.c | ||
| xnu_helper.S | ||
| xnu.c | ||