Added a clone() test to test0.

This commit is contained in:
Bahadir Balban
2008-11-10 12:51:01 +02:00
parent a96a8bb6d9
commit 9a9b8d2701
3 changed files with 46 additions and 0 deletions

View File

@@ -62,6 +62,9 @@ void main(void)
printf("-- FAILED --\n");
}
printf("Testing clone syscall...\n");
clonetest();
while (1)
wait_pager(0);
#if 0