OS
文章平均质量分 84
Ryu眼神不太好
耳朵也不太好
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[Mit6.S081] Page Table笔记
Lecture 4 Page Table Isolation memory address spaces page tables(hardware support) every app has its own map(page table) perpage(4KB, 4096 = 2^12 -> offset = 12) virtual address(64) = {EXT(25) + index(27) + offset(12)} RISC-V physical address(5原创 2021-11-30 12:42:18 · 470 阅读 · 0 评论 -
[mit 6.S081]Lecture 3 OS Organization and System Calls笔记
Lecture 3 OS Organization and System Calls UNIX interface abstract the hardware resources process: instead CPU exec: instead of memory file: instead of disk block OS should be defensive app cannot crash the OS app cannot break out of its isolation原创 2021-11-15 17:52:38 · 279 阅读 · 0 评论 -
[mit 6.S081]Lecture1 Introduction And Example笔记
Lecture 1. Introduction And Example 课堂板书 OS Design Hands-on experience(xv 6) OS purposes abstract hardware multiplex isolation sharing security performance range of uses OS organization cpu、ram、disk、network user space: text editor(vi)、complier(CC)、sh原创 2021-10-31 10:08:26 · 282 阅读 · 0 评论
分享