- README.md
- test.sh
- myfs.h
- myfs.c
- Makefile
- freeBSD 11.2
- $ make
- Then a folder named
mountpoint
will be created. - Enter the folder to use the file system.
- $ make test
- Run
test.sh
to 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
debug
to see what's happening.