Added line to print character to screen after initializing
This commit is contained in:
@@ -238,4 +238,5 @@ int initialize(void *multiboot_info)
|
|||||||
load_module(&kernel, &boot_info.modules[i]);
|
load_module(&kernel, &boot_info.modules[i]);
|
||||||
}
|
}
|
||||||
// TODO: enter first process
|
// TODO: enter first process
|
||||||
|
putchar('&');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user