20 asm volatile (
"movl %0, %%esp; int $0x30" : :
"g" (p));
21 fail (
"should have called exit(67)");
void * get_boundary_area(void)
Returns the beginning of a page.
void fail(const char *format,...)
void test_main(void)
Invokes a system call with one byte of the system call's argument on a separate page from the rest of...
@ SYS_EXIT
Terminate this process.