Improved kernel's loading function

This commit is contained in:
ice-bit
2020-08-17 17:57:06 +02:00
parent 500ef112b9
commit 50dc3ab1c7
5 changed files with 30 additions and 153 deletions

View File

@@ -14,7 +14,6 @@
#include "mem/kheap.h"
#include "shell/shell.h"
#include "libc/stdio.h"
#include "libc/multiboot.h"
#include "libc/assert.h"
#include <stdint.h>
@@ -59,4 +58,4 @@ void kernel_main() {
iceos_ascii_logo();
init_prompt(); // Initialize frame buffer
}
}