mirror of
https://github.com/drasko/codezero.git
synced 2026-03-01 02:03:29 +01:00
Added a clone() test to test0.
This commit is contained in:
@@ -62,6 +62,9 @@ void main(void)
|
||||
printf("-- FAILED --\n");
|
||||
}
|
||||
|
||||
printf("Testing clone syscall...\n");
|
||||
clonetest();
|
||||
|
||||
while (1)
|
||||
wait_pager(0);
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user