feature: vbe is enabled, drivers for vbe tbd

This commit is contained in:
2024-12-03 13:29:36 +01:00
parent 30d22b3334
commit 2a281522cf
7 changed files with 107 additions and 43 deletions

View File

@ -8,7 +8,7 @@
extern uint32_t page_table1[1024];
void kpanic(const char *format, ...)
__attribute__((noreturn)) void kpanic(const char *format, ...)
{
va_list va;