Setup kernel stack; but process is failing

This commit is contained in:
2026-02-17 23:01:32 +01:00
parent 458ba375f3
commit ac7216d84a
15 changed files with 136 additions and 21 deletions

View File

@@ -30,6 +30,7 @@ enum ErrorCodes
void panic(struct cpu_status_t* ctx, const char* str);
void hcf();
void idle();
#define assert(check) do { if(!(check)) hcf(); } while(0)
struct boot_context