PMM: init (find biggest usable region)

This commit is contained in:
2025-12-31 12:02:41 +01:00
parent 8f5e2eae3e
commit 05a862e97a
7 changed files with 99 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ enum ErrorCodes
#include "io/serial/serial.h"
#include "io/term/printf.h"
#define DEBUG(log, ...) fctprintf((void*)&skputc, 0, "debug: [%s]: " log "\n", __FILE__, ##__VA_ARGS__)
#define DEBUG(log, ...) fctprintf((void*)&skputc, 0, "debug: [%s]: " log "\r\n", __FILE__, ##__VA_ARGS__)
// printf("debug: [%s]: " log "\n", __FILE__, ##__VA_ARGS__);
#endif