remove old term support + PSFv1 font

This commit is contained in:
2026-03-05 09:10:06 +01:00
parent b9f55d89f6
commit c8a72244b1
9 changed files with 64 additions and 191 deletions

View File

@@ -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();
}