5. Summary
System call entry/exit is far more complex than function call.
系统调用进入/退出比函数调用复杂得多.
Much of the complexity is due to the requirement for isolation and the desire for simple and fast hardware mechanisms.
大部分的复杂性是由于对隔离的要求以及对简单快速的硬件机制的需求.
6. References
[1] (Read) xv6-book: xv6: a simple, Unix-like teaching operating system
[2] (Read) Lecture note: 6.1810 2022 Lecture 6: System Call Entry/Exit
[3] (Read) Yanyan's Wiki: 操作系统: 设计与实现 (2022 春季学期)
[4] (Video) MIT Course: MIT 6 S081 Fall 2020 Lecture 6 Isolation & System Call Entry Exit
[5] (Video) NJU Course: 南京大学2022操作系统-设计与实现
[6] (Lab) MIT Lab: Xv6, a simple Unix-like teaching operating system
[7] (Code) Latest xv6: xv6-riscv