1
0
Fork 0
riscv64-cartesi
server 2021-11-16 20:07:01 -07:00
parent 7577e70a4e
commit 7686146253
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ cd ..
# Copy newly built stockfish for cartesi disk image:
cp -p src/stockfish cartesi/img/stockfish
# Make 64 megabyte ext2 disk image with stockfish and shell script
# Make 50 megabyte ext2 disk image with stockfish and shell script
genext2fs -b 51200 -d cartesi/img cartesi/stockfish.ext2
```