remove old term support + PSFv1 font
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user