mirror of
https://github.com/psankar/simplefs.git
synced 2025-07-23 22:15:03 +02:00
A simple filesystem to understand things. This is a Work In Progress. Do not use this yet. The source files are licensed under Creative Commons Zero License. More information at: http://creativecommons.org/publicdomain/zero/1.0/ Full license text at: http://creativecommons.org/publicdomain/zero/1.0/legalcode To compile: ------------ install linux kernel sources and run make from the checkedout directory. To test: --------- ~/src/simplefs> make ~/src/simplefs> dd bs=4096 count=100 if=/dev/zero of=image 100+0 records in 100+0 records out 409600 bytes (410 kB) copied, 0.00175839 s, 233 MB/s ~/src/simplefs> ./mkfs-simplefs image Super block written succesfully ~/src/simplefs>
Description
Languages
C
92.7%
Shell
6.5%
Makefile
0.8%