20 asm volatile (
"movl %0, %%esp; int $0x30" : :
"g" (p));
21 fail (
"should have called exit(42)");
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 the system call number and its argument on separate pages.
@ SYS_EXIT
Terminate this process.