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

@@ -40,6 +40,7 @@ void idle();
void debug_stack_trace(unsigned int max_frames);
const char* debug_find_symbol(uintptr_t rip, uintptr_t* offset);
void boot_mem_display();
#define assert(check) do { if(!(check)) hcf(); } while(0)