Added line to print character to screen after initializing

This commit is contained in:
2021-04-12 15:52:32 -05:00
parent 8d784364f8
commit cb7df05625

View File

@@ -238,4 +238,5 @@ int initialize(void *multiboot_info)
load_module(&kernel, &boot_info.modules[i]);
}
// TODO: enter first process
putchar('&');
}