modified some syscall code in rlibc, fs stuff
This commit is contained in:
@@ -17,6 +17,7 @@ typedef struct {
|
||||
process_state_t state;
|
||||
uint32_t sleep;
|
||||
void* next;
|
||||
uint32_t heap_end;
|
||||
} __attribute__((packed)) process_t;
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user