Improved kernel's loading function
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user