Dump the memory map from limine.
Also adds the ability to print formatted messages.
This commit is contained in:
parent
9fc1aa15ef
commit
b3f8cb9003
7 changed files with 644 additions and 15 deletions
|
|
@ -1,4 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
void dbgln(const char* str);
|
||||
void panic(const char* str);
|
||||
#include <stdarg.h>
|
||||
|
||||
void dbgln(const char* str, ...);
|
||||
void panic(const char* str, ...);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue