First steps: getting memory map from Limine request and looking at it
This commit is contained in:
@@ -13,9 +13,7 @@ enum ErrorCodes
|
||||
#include "io/serial/serial.h"
|
||||
#include "io/term/printf.h"
|
||||
|
||||
// Still lacks print formatting...
|
||||
#define DEBUG(log, ...) \
|
||||
printf("debug: [%s]: " log "\n", __FILE__, ##__VA_ARGS__); \
|
||||
fctprintf((void*)&skputc, 0, "debug: [%s]: %s\n", __FILE__, log)
|
||||
#define DEBUG(log, ...) fctprintf((void*)&skputc, 0, "debug: [%s]: " log "\n", __FILE__, ##__VA_ARGS__)
|
||||
|
||||
// printf("debug: [%s]: " log "\n", __FILE__, ##__VA_ARGS__);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user