-
Notifications
You must be signed in to change notification settings - Fork 11
Implement Filesystem and Block for MemDisk #9
Open
Description
The goal of this task is to create the Memory disk (MemDisk) implementation at the Block device and Filesystem levels like FAT12. The contents could be dropped (written) to other connected block device.
Disk could be used for temporary data from running tasks under the kernel.