Among other things, Tanenbaum’s rejoinder contained the following: I still maintain the point that designing a monolithic kernel in 1991 is a fundamental error.
而另一边,谭邦宁是如此反驳道:我仍然认为在1991年设计一个宏内核简直就是错得体无完肤!
2
stext is the kernel entry point, which means that the code under this section is the first to execute when the kernel boots up.
stext 是内核入口点,这意味着在内核引导时将首先执行这一节下的代码。
3
The kernel will stop at this point when the ISR schedules the tasklet/bottom half.