DepthOS icon indicating copy to clipboard operation
DepthOS copied to clipboard

Stable, flexible and very simple in use OS, which doesn't restrict you

Results 4 DepthOS issues
Sort by recently updated
recently updated
newest added

- [x] Initrd (custom format) - [ ] Ext2 - [x] read files - [x] read directories - [ ] write files - [ ] create directories - [ ]...

feature
roadmap

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...

enhancement
optim

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...