Setup kernel stack; but process is failing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user