mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Stability improvements
This commit is contained in:
@@ -35,6 +35,9 @@ typedef struct process {
|
||||
|
||||
void *fds[MAX_PROCESS_FDS];
|
||||
|
||||
void *kernel_stack_alloc; // Original pointer from kmalloc for freeing
|
||||
void *user_stack_alloc; // Original pointer from kmalloc for freeing
|
||||
|
||||
struct process *next;
|
||||
} process_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user