PA4
  • 2024-11-16pa4 多道程序和nemu运行RT-thread
    首先看一下讲义里提到的yieldos,这个os里面只有两道程序切换的模拟内容,只要做过pa3就很容易理解:#defineSTACK_SIZE(4096*8)typedefunion{uint8_tstack[STACK_SIZE];struct{Context*cp;};}PCB;staticPCBpcb[2],pcb_boot,*current=&pcb_boot;static