- README.md
- test.sh
- myfs.h
- myfs.c
- Makefile
- freeBSD 11.2
- $ make
- Then a folder named
mountpointwill be created. - Enter the folder to use the file system.
- $ make test
- Run
test.shto test the performance of the file system.
- Open
myfs.h, you will see two macros
#define BLOCK_SIZE 512
#define BLOCK_NUMBER 0x00100000- Change these numbers and recompile.
- Open
debugto see what's happening.