Remove building with NOCRYPTO option
[minix.git] / minix / tests / safecopy / README
blobbc5da67030c66aef2a3a1660087b2dad74c550dc
1 Test Program for Safecopy with or without COW
3 How to run
4 ==========
6 Test safecopy with COW:
7   1. Set USE_COW_SAFECOPY to 1 in /usr/src/kernel/system/do_safecopy.c
8   2. Type `make run` to prepare and run test.
9   3. When done testing, type `make clean` to clean up.
11 Test safecopy without COW:
12   1. Set USE_COW_SAFECOPY to 0 in /usr/src/kernel/system/do_safecopy.c
13   2. Type `make run` to prepare and run test.
14   3. When done testing, type `make clean` to clean up.
16 If you want to modify the test buffer size:
17   1. Modify TEST_PAGE_NUM in inc.h
18   2. Modify TEST_PAGE_SHIFT in inc.h