kernel: implement support for magenta_debug over serial

This commit is contained in:
2026-06-06 17:51:44 +01:00
parent eb15d2ffa3
commit c425d6e389
7 changed files with 216 additions and 2 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ extern char __pstart[], __pend[];
void print_kernel_banner(void)
{
printk("Magenta version " KERNEL_VERSION);
printk(KERNEL_NAME " version " KERNEL_VERSION);
}
static void hang(void)