9 lines
140 B
C
9 lines
140 B
C
#include "syscall.h"
|
|
main()
|
|
{
|
|
ForkExec("../test/userpages0");
|
|
ForkExec("../test/userpages0");
|
|
// while(1);
|
|
ThreadExit();
|
|
}
|
|
|