nl
This commit is contained in:
@@ -13,13 +13,13 @@ void entry(uint32_t magic, multiboot_info_t* info)
|
|||||||
{
|
{
|
||||||
if (magic != 0x2BADB002)
|
if (magic != 0x2BADB002)
|
||||||
{
|
{
|
||||||
printf("Multiboot magic does not match");
|
printf("Multiboot magic does not match\n");
|
||||||
panic();
|
panic();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (info == NULL)
|
if (info == NULL)
|
||||||
{
|
{
|
||||||
printf("Multiboot info is NULL");
|
printf("Multiboot info is NULL\n");
|
||||||
panic();
|
panic();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user