《操作系统》的实验代码。
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

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.