Skip to content

Commit

Permalink
fixup! feat(kernel): switch to multiboot2
Browse files Browse the repository at this point in the history
  • Loading branch information
d4ilyrun committed Jun 13, 2024
1 parent e4d64be commit 5a2648c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/memory/pmm.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static bool pmm_initialize_bitmap(struct multiboot_info *mbt)

log_dbg("PMM",
"Start Addr: " LOG_FMT_64 " | Length: " LOG_FMT_64
" | Size: " LOG_FMT_32 " | Type: %s",
" | Type: %s",
entry->addr, entry->len,
(entry->type == 0x1) ? "AVAILABLE" : "UNAVAILABLE");

Expand Down

0 comments on commit 5a2648c

Please sign in to comment.