abhinavmpandey08 / enee447project5_hw_template_Shuangqi_sessions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project 5

Readings

Places that require your implementaion

How to test your code

  • To test timer-interrupt-induced context switch:
    • uncomment the part for testing timer-interrupt context switch here
  • To test svc-interrupt-induced context switch:
    • uncomment the part for testing svc-interrupt context switch here
    • start a thread in shell (for example do_blinker) and see if they are running simultaneously.
      • read p5.pdf to learn how to start a thread in shell

How is the first thread started

Context switch triggered by timer interrupt

Context swtich triggered by SVC call

About


Languages

Language:C 80.2%Language:Assembly 10.1%Language:C++ 8.5%Language:Makefile 1.2%