Lab:System calls
2024-08-31
用户空间的应用程序调用 trace 函数。这个函数的原型定义在 user/user.h 中:
643 字
|
3 分钟
Lab:page tables
2024-08-31
解决方式:
1602 字
|
8 分钟
Lec06:Isolation & system call entry!exit (Robert)
2024-08-19
每当
16175 字
|
81 分钟
Lec04:Page tables (Frans)
2024-07-31
<font style="color:#000000;background-color:#FBDE28;">创造虚拟内存的一个出发点是通过它实现隔离性</font>
6394 字
|
32 分钟
Lec05:Calling conventions and stack frames RISC-V (TA)
2024-07-31
<font style="color:#000000;background-color:#FBDE28;">RISC-V中的RISC是精简指令集(Reduced Instruction Set Computer)</font>****<font style="color:#000000;">的意思,</font>
3175 字
|
16 分钟
Lec03:OS Organization and System Calls (Frans)
2024-07-11
<font style="color:#000000;">如果没有操作系统隔离性,会怎么样?</font>
2290 字
|
11 分钟
Lec01:Introduction and Examples (Robert)
2024-06-06
|535
1803 字
|
9 分钟
Cover Image of the Post