minix/test/safecopy
2012-10-10 19:12:42 +02:00
..
down minor fixes for safecopy & safemap tests 2012-10-10 19:12:42 +02:00
grantor.c
inc.h
Makefile minor fixes for safecopy & safemap tests 2012-10-10 19:12:42 +02:00
README
requestor.c
run minor fixes for safecopy & safemap tests 2012-10-10 19:12:42 +02:00
system.conf

Test Program for Safecopy with or without COW

How to run
==========

Test safecopy with COW:
  1. Set USE_COW_SAFECOPY to 1 in /usr/src/kernel/system/do_safecopy.c
  2. Type `make run` to prepare and run test.
  3. When done testing, type `make clean` to clean up.

Test safecopy without COW:
  1. Set USE_COW_SAFECOPY to 0 in /usr/src/kernel/system/do_safecopy.c
  2. Type `make run` to prepare and run test.
  3. When done testing, type `make clean` to clean up.

If you want to modify the test buffer size:
  1. Modify TEST_PAGE_NUM in inc.h
  2. Modify TEST_PAGE_SHIFT in inc.h