《操作系统》的实验代码。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
221 B

  1. #README
  2. Try below command
  3. ```
  4. gcc -g -m32 -I. lab0_ex4.c 2>&1|tee make.log
  5. ```
  6. If you get gcc's error, try to read make.log and fix the bugs.
  7. If gcc successed, then you will get a.out.
  8. Try to answer below question.