mirror of
https://github.com/tailix/libkernaux.git
synced 2025-02-17 15:45:32 -05:00
Display reserved field
This commit is contained in:
parent
87503099d8
commit
8607858df7
2 changed files with 2 additions and 0 deletions
|
@ -173,6 +173,7 @@ void KernAux_Multiboot2_TagBase_print(
|
|||
print(" framebuffer height: %u\n", tag_fb->framebuffer_height);
|
||||
print(" framebuffer bpp: %u\n", tag_fb->framebuffer_bpp);
|
||||
print(" framebuffer type: %u\n", tag_fb->framebuffer_type);
|
||||
print(" reserved1: %u\n", tag_fb->reserved1);
|
||||
}
|
||||
break;
|
||||
case KERNAUX_MULTIBOOT2_TAGTYPE_ELF_SYMBOLS:
|
||||
|
|
|
@ -60,6 +60,7 @@ static const char output[] =
|
|||
" framebuffer height: 25\n"
|
||||
" framebuffer bpp: 16\n"
|
||||
" framebuffer type: 2\n"
|
||||
" reserved1: 0\n"
|
||||
"Multiboot 2 tag\n"
|
||||
" type: 14 (ACPI old RSDP)\n"
|
||||
" size: 28\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue