@ -10,7 +10,7 @@ LDFLAGS = -Wl,--oformat=binary -ffreestanding -nostdlib -shared -Ttext 0x1000 -
# VM/Debug settings
VM = qemu-system-x86_64
VMFLAGS = -usb
VMFLAGS = -serial stdio
# Do not touch these.
@ -65,6 +65,7 @@ void kernel_init() {
clear_screen();
print_kernel_motd();
print_kernel_stats();
char* buf;
uint i = 0;
@ -76,5 +77,4 @@ void kernel_init() {
printalign(buf, 0x0f, MIDDLE);
++i;
}
//print_kernel_stats();