Unify process_alloc() and process_realloc() with PROCESS_ALLOC_MODE_REALLOC bit
[moveable_pool.git] / o.sh
1 #!/bin/sh
2
3 echo "generate test script"
4 ./process_test_gen 16 248 4096 -16 16 true >process_test.txt
5
6 echo "run test script"
7 ./process_test_run 16 64 192 8 384 384 <process_test.txt
8 #rm -f fs.bin
9 ## need 1536 x 0.5 kbyte for 192 x 4 = 768 kbytes, plus 1 x 0.5 kbyte root dir
10 #./mkfs fs.bin 63 1600
11 #./process_test_run 16 64 fs.bin 8 384 384 <process_test.txt