modified some syscall code in rlibc, fs stuff

This commit is contained in:
2026-06-29 17:00:07 -05:00
parent 97357f3170
commit 432d160b7a
285 changed files with 4223 additions and 3957 deletions

View File

@@ -17,6 +17,7 @@ typedef struct {
process_state_t state;
uint32_t sleep;
void* next;
uint32_t heap_end;
} __attribute__((packed)) process_t;
#endif