Implementation of an iNode based filesystem in Linux. The filesystem lives in ram, but it’s accessible to all processes using ioctl calls.
https://github.com/luiscarrascob/CS552-ramdisk-kernel
You must be logged in to post a comment.
Ramdisk Filesystem
Implementation of an iNode based filesystem in Linux. The filesystem lives in ram, but it’s accessible to all processes using ioctl calls.
https://github.com/luiscarrascob/CS552-ramdisk-kernel