iloveos
Simply copying libfuse.
Branching Rules
- Fork the main branch and work on your own branch.
- Test before initiating a Pull Request.
- Get approved to get merged.
Quick Start
configure and build code
make build directory
mkdir -p build && cd build
cmake ..
make # cmake --build . is same
run test
./build/test/run_tests
Description
Learn to implement a custom filesystem using FUSE (Filesystem in USEr space). This is migrated from https://github.com/SuperconductZB/iloveos
Languages
C++
96.2%
CMake
2.1%
C
1.7%