Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-02 | util: remove libsl `die` | turret | |
potential copyright violations?? doesnt matter anyway since i'm going to implement my own panic soon which should address the downfalls of a generic `die` | |||
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) |