gets the memory map from GRUB
This commit is contained in:
@ -13,3 +13,9 @@ void abort(void) {
|
||||
while (1) { }
|
||||
__builtin_unreachable();
|
||||
}
|
||||
|
||||
void panic(const char* str)
|
||||
{
|
||||
printf("%s\n", str);
|
||||
abort();
|
||||
}
|
||||
|
Reference in New Issue
Block a user