These are just some simple tests to verify that the process_vm_readv and process_vm_writev
system calls are working. Intended to serve as a simple way for kernel arch maintainers to verify
that they are working on their platform and are not exhaustive test of functionality.

Compiling
---------

You may need to create #define's for your the process_vm_readv and process_vm_writev
syscall numbers in process_vm.h

After that, just type make.

Running the tests
-----------------

There are three tests that can be run, each of them sets up a target process and then
displays what further command to run

setup_process_readv_simple
setup_process_readv_iovec
setup_process_writev

