build system refresh
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#include "lib/font.h"
|
||||
#include "multiboot.h"
|
||||
#include "interrupts.h"
|
||||
#include "gdt.h"
|
||||
@@ -166,20 +165,16 @@ void kmain(multiboot_info* mbi) {
|
||||
|
||||
dev->mnt = devfs;
|
||||
kprintf("mounted devfs\n");
|
||||
|
||||
console_init();
|
||||
kprintf("kernel console initialized\n");
|
||||
|
||||
int font_loaded = set_console_font("/fonts/kernel_font.psf");
|
||||
|
||||
int font_loaded = set_console_font("/usr/fonts/kernel_font.psf");
|
||||
if (!font_loaded) {
|
||||
kprintf("failed to load console font\n");
|
||||
}
|
||||
console_init();
|
||||
|
||||
kprintf("console font set\n");
|
||||
kprintf("kernel console initialized\n");
|
||||
kprintf("basic initializations complete. check serial for details\n");
|
||||
|
||||
kprintf("starting rockos\n");
|
||||
load_root_program("/bin/vga_text_term.elf");
|
||||
|
||||
kprintf("kernel going to sleep...\n");
|
||||
load_root_program("/usr/bin/rockterm");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user