aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/kernel.c')
-rw-r--r--src/kernel/kernel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kernel/kernel.c b/src/kernel/kernel.c
index 70f9d60..3bef5c6 100644
--- a/src/kernel/kernel.c
+++ b/src/kernel/kernel.c
@@ -34,6 +34,9 @@ void kernel_main() {
// Get hardware information
get_smbios();
+ // Booting process complete - emulate newline key
+ vesa_keyboard_char('\n');
+
// Setup initial ramdisk
/*assert(mboot_ptr->mods_count > 0);
uint32_t initrd_location = *((uint32_t *) mboot_ptr->mods_addr);