summaryrefslogtreecommitdiffstats
path: root/src/userprog/start_pfs.sh
blob: 26b9eb90d33a083d7d8b6971896513e75f60a72a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
make -j12
cd build
pintos-mkdisk fs.dsk 800
dd if=/dev/urandom of=random bs=1 count=100
pintos --qemu -v -- -f -q
pintos --qemu -v -p random -a random --  -q
pintos --qemu -v -p ../../examples/pfs -a pfs --  -q
pintos --qemu -v -p ../../examples/pfs_writer -a pfs_writer --  -q
pintos --qemu -v -p ../../examples/pfs_reader -a pfs_reader --  -q
pintos --qemu -v -- -q run pfs