-
Notifications
You must be signed in to change notification settings - Fork 2
Virtual file system
Fabien Bavent edited this page Sep 3, 2019
·
2 revisions
The kernel allows to create a lot of different files but most of them have similiar behaviour. These common behaviours are implemented as standalone utilities module that should compile without knowledge of the VFS.
We have implemented:
- Pipe
src/files/pipe.c - Block
src/files/blk.c - Framebuffer
src/files/gfx.c - Window
src/files/wmgr.c(interface need to be clarified yet!)
All documentation for KoraOS is licensed under creative commons (CC BY-NC 4.0)