《操作系统》的实验代码。
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 

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.