diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,9 +2,10 @@ an experimental, work-in-progress, microkernel based on some of my ideas for privilege separation. ## third party code used -* `src/user/lib/elf.h` from [adachristine](https://github.com/adachristine/sophia/tree/main/api/elf) -* `src/user/lib/vendor/getopt` from [skeeto](https://github.com/skeeto/getopt) -* `src/user/lib/vendor/dlmalloc` from [Doug Lea](https://gee.cs.oswego.edu/dl/html/malloc.html) +* `src/libc/elf.h` from [adachristine](https://github.com/adachristine/sophia/tree/main/api/elf) +* `src/libc/vendor/getopt` from [skeeto](https://github.com/skeeto/getopt) +* `src/libc/vendor/dlmalloc` from [Doug Lea](https://gee.cs.oswego.edu/dl/html/malloc.html) +* `src/libk/include/bits/limits.h` based on [heatd](https://github.com/heatd/)'s code * `src/kernel/arch/amd64/3rdparty/multiboot2.h` from the FSF ## build dependencies |