//tests the mmap call in sys.cqct @include @include addr = mmap(args[0]); printf("mapped address ismapped: %d\n",ismapped((char*)addr)); addr = mmap(args[0],'x); printf("mapped address with execute ismapped: %d\n",ismapped((char*)addr)); //TODO: test the writable flag