Commit a6f22a6b authored by zrh's avatar zrh
Browse files

why can't it enter?

parent a427ea3a
No related merge requests found
Showing with 6 additions and 3 deletions
+6 -3
......@@ -12,9 +12,12 @@ static longtest libctest_dy[];
void test_busybox(){
dev(2,1,0);
dup(0);
dup(0);
// dev(2,1,0);
// dup(0);
// dup(0);
open("/dev/console", O_RDWR);
dup(0);
dup(0);
int status,pid = fork();
int i;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment