Skip to content

Virtual file system

Fabien Bavent edited this page Sep 3, 2019 · 2 revisions

Virtual File System

Files

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!)

Inodes

Devices

Volumes

Others

Clone this wiki locally