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

@@ -109,7 +109,7 @@ void* p_alloc_frame() {
return 0;
}
static void p_free_frame(void* addr) {
void p_free_frame(void* addr) {
mark_free((uint32_t)addr);
}