《操作系统》的实验代码。
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

221 B

#README Try below command

gcc -g -m32 -I. lab0_ex4.c 2>&1|tee make.log

If you get gcc's error, try to read make.log and fix the bugs.

If gcc successed, then you will get a.out.

Try to answer below question.