feat: ported debug logging

This commit is contained in:
2023-09-27 22:26:50 +02:00
parent 7411fb55ea
commit 0567926814
10 changed files with 342 additions and 11 deletions

View File

@@ -5,7 +5,7 @@
#include <yak/platform/generic/platform.h>
void platform_init() {
printf("Init X86_64");
printf("Init X86_64\n");
}
void __attribute__((noreturn)) halt_forever() {