《操作系统》的实验代码。
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12 строки
246 B

9 лет назад
  1. #
  2. Try below command
  3. ```
  4. echo "compile and watch the syscalls from lab1-ex1"
  5. gcc -o lab1-ex1.exe lab1-ex1.c
  6. strace -c ./lab1-ex1.exe
  7. echo "watch the interrupts in linux"
  8. more /proc/interrupts
  9. ```
  10. Try to analysis the means of these output log.