Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-18 | init: minor optimisations | turret | |
move spin locks to dedicated function so we can minimise repetition of code. now uses more C and less assembly. init.c uses 8192 * 512 as a maximum even if the stack rlimit is larger | |||
2023-12-18 | build: link against libcurl | turret | |
2023-11-19 | Initial commit | turret | |
- create subsystem system using clone syscall, shared memory, shared file descriptors - printk-like logging facility (TODO: console loglevel) - initcall system (like linux kernel) TODO: determine license factors: linker.ld, linux kernel licensing (some ideas are more liberally taken rather than paraphrased) |