diff --git a/src/x86/quark_x86.c b/src/x86/quark_x86.c index 84f1c55..9d5207c 100644 --- a/src/x86/quark_x86.c +++ b/src/x86/quark_x86.c @@ -238,4 +238,5 @@ int initialize(void *multiboot_info) load_module(&kernel, &boot_info.modules[i]); } // TODO: enter first process + putchar('&'); }