Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mengning authored May 6, 2020
1 parent 5670eb3 commit 390e367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ qemu-system-x86_64 -kernel arch/x86/boot/bzImage

## your own OS kernel example code

* mypcb.h、mymain.c和myinterrupt.c实现了一个简单的时间片轮转调度进程的精简内核,如下为进程上下文切换的关键代码:
* mypcb.h、mymain.c和myinterrupt.c实现了一个简单的时间片轮转调度进程的精简内核,如下为进程上下文切换的关键代码[视频讲解](https://mp.weixin.qq.com/s/SzpN1BNty5aPDZhNdCO5yA):
```
printk(KERN_NOTICE ">>>switch %d to %d<<<\n",prev->pid,next->pid);
/* switch to next process */
Expand Down

0 comments on commit 390e367

Please sign in to comment.