C userspace programs
This commit is contained in:
@ -14,7 +14,6 @@
|
||||
#define PROC_MAX 0x100 // max amount of processes
|
||||
|
||||
typedef struct {
|
||||
uint64_t fsbase;
|
||||
IntrStackFrame trapframe;
|
||||
uint8_t *kstack;
|
||||
PgTable *cr3;
|
||||
|
Reference in New Issue
Block a user