blob: e4c4b8a9ef7cec38b5f003b595c71bf6bf32fcd4 (
plain)
1
2
3
4
5
6
7
8
|
# camellia
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/kernel/arch/amd64/3rdparty/multiboot2.h` from the FSF
|