mirror of
https://github.com/tailix/libkernaux.git
synced 2024-11-13 11:04:27 -05:00
Print more tag types
This commit is contained in:
parent
8e587e04fd
commit
9f2925be53
1 changed files with 7 additions and 0 deletions
|
@ -146,5 +146,12 @@ void KernAux_Multiboot2_TagBase_print(
|
|||
print(" sub_partition: %u\n", tag_bbd->sub_partition);
|
||||
}
|
||||
break;
|
||||
case KERNAUX_MULTIBOOT2_TAGTYPE_IMAGE_LOAD_BASE_PHYS_ADDR:
|
||||
print(
|
||||
" load base addr: %u\n",
|
||||
((struct KernAux_Multiboot2_Tag_ImageLoadBasePhysAddr*)tag_base)->
|
||||
load_base_addr
|
||||
);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue