Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-26 | user/libc: make FILE an opaque type | dzwdz | |
2022-07-26 | user/libc: fread, fwrite, fclose | dzwdz | |
2022-07-26 | user: posix-compatible FILE* opening | dzwdz | |
2022-07-26 | user: move the POSIX-y stuff to the proper header files | dzwdz | |
2022-07-26 | shared: move some headers from shared/ to camellia/ | dzwdz | |
2022-07-23 | user_bootstrap: pass the initrd in an argument to init's main | dzwdz | |
2022-07-23 | init: compile as an elf | dzwdz | |
2022-07-20 | user/elf: free memory not belonging to the elf when jumping to it | dzwdz | |
2022-07-20 | syscall/execbuf: EXECBUF_JMP | dzwdz | |
2022-07-18 | user/elf: find free space for PIEs | dzwdz | |
2022-07-18 | user: basic elf relocations, PIE support | dzwdz | |
2022-07-18 | user: a super primitive ELF loader | dzwdz | |
holy shit. this was simpler than i expected it to be |