forked from xamidev/pepperOS
remove old term support + PSFv1 font
This commit is contained in:
@@ -70,13 +70,6 @@ void flanterm_free_wrapper(void* ptr, size_t size)
|
||||
kfree(ptr);
|
||||
}
|
||||
|
||||
void boot_mem_display()
|
||||
{
|
||||
memmap_display(boot_ctx.mmap);
|
||||
hhdm_display(boot_ctx.hhdm);
|
||||
DEBUG("kernel: phys_base=0x%p virt_base=0x%p", boot_ctx.kaddr->physical_base, boot_ctx.kaddr->virtual_base);
|
||||
}
|
||||
|
||||
extern uintptr_t kheap_start;
|
||||
|
||||
// This is our entry point
|
||||
@@ -139,6 +132,6 @@ void kmain()
|
||||
|
||||
keyboard_init(FR);
|
||||
|
||||
printf(PEPPEROS_SPLASH);
|
||||
kputs(PEPPEROS_SPLASH);
|
||||
idle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user