Skip to content

Commit

Permalink
print slots for extra boot info pages
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h committed Aug 13, 2023
1 parent 3cb047b commit 8bb324f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libsel4debug/src/bootinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ void debug_print_bootinfo(seL4_BootInfo *info)
print_slot_reg_info("Empty slots: ", &info->empty);
print_slot_reg_info("sharedFrames: ", &info->sharedFrames);
print_slot_reg_info("userImageFrames: ", &info->userImageFrames);
print_slot_reg_info("extraBootInfo: ", &info->extraBIPages);
print_slot_reg_info("userImagePaging: ", &info->userImagePaging);
print_slot_reg_info("untypeds: ", &info->untyped);
printf("Initial thread domain: %"SEL4_PRIu_word"\n",
Expand Down

0 comments on commit 8bb324f

Please sign in to comment.