DepthOS
DepthOS copied to clipboard
Stable, flexible and very simple in use OS, which doesn't restrict you
- [x] Initrd (custom format) - [ ] Ext2 - [x] read files - [x] read directories - [ ] write files - [ ] create directories - [ ]...
Currently sys_fork just copies the directory recursively, which is not efficient, if we're talking on OS scale. The solution for this would be implementation of COW pages, but to implement...
Build issues
Hello :) Tried to build it on 64-bit Linux with latest gcc-12 and found a few issues. - [ ] in ```drivers/depthos/keyboard.h:182``` you want ```typedef void (*keyboard_event_handler_t)(struct keyboard_event);```. Current gcc...