mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-07 17:32:45 -04:00
Reorder logging
This commit is contained in:
parent
163e775fc8
commit
186e75ff44
1 changed files with 2 additions and 2 deletions
|
@ -19,11 +19,11 @@ void main(
|
|||
panic("Multiboot 2 magic number is invalid");
|
||||
}
|
||||
|
||||
KernAux_Multiboot2_print(multiboot2_info, printf);
|
||||
|
||||
if (!KernAux_Multiboot2_is_valid(multiboot2_info)) {
|
||||
panic("Multiboot 2 info is invalid");
|
||||
}
|
||||
|
||||
KernAux_Multiboot2_print(multiboot2_info, printf);
|
||||
}
|
||||
|
||||
void halt()
|
||||
|
|
Loading…
Add table
Reference in a new issue