From 385d90e4df325e0b59701fc875ad4d401c8840d2 Mon Sep 17 00:00:00 2001 From: haozhuoD <2567769508@qq.com> Date: Tue, 6 Jul 2021 02:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=89=E5=A4=A9=EF=BC=8C=E5=8A=A0?= =?UTF-8?q?=E6=B2=B9=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 7.5day_3.md | 8 ++++++++ 7.5day_3_666.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 7.5day_3.md create mode 100644 7.5day_3_666.md diff --git a/7.5day_3.md b/7.5day_3.md new file mode 100644 index 0000000..76c423e --- /dev/null +++ b/7.5day_3.md @@ -0,0 +1,8 @@ +## 7.5 daily report + +- #### 学习OS课程:第四讲内存层次、第五讲非连续内存分配 + +- #### 搭建OS实验环境,使用win10 + wsl2 。已完成wsl2的配置(明天可搭建完毕) + +- #### 在[超过 88 道练习,任点 - exercisms.io 快速练习 (llever.com)](http://llever.com/exercism-rust-zh/index.html)写了几道题(时间紧任务重,明天还得多刷题熟悉语言) + diff --git a/7.5day_3_666.md b/7.5day_3_666.md new file mode 100644 index 0000000..d9ddf96 --- /dev/null +++ b/7.5day_3_666.md @@ -0,0 +1,30 @@ +## 7.5 daily report + +### OS内容整理: + +1. 让CPU能响应中断,建立中断机制 + +2. 建立中断服务例程 + +3. 保存恢复现场 + + - 主要分两步先硬后软。 + - ![image-20210705193656876](C:\Users\好帅一男的\AppData\Roaming\Typora\typora-user-images\image-20210705193656876.png) + - ![image-20210705193705916](C:\Users\好帅一男的\AppData\Roaming\Typora\typora-user-images\image-20210705193705916.png) + +4. 中断执行过程 + + - ![image-20210705194019935](C:\Users\好帅一男的\AppData\Roaming\Typora\typora-user-images\image-20210705194019935.png) + +5. 系统调用 + + - ![image-20210705195134668](C:\Users\好帅一男的\AppData\Roaming\Typora\typora-user-images\image-20210705195134668.png) + + + + + +## 内存管理 + +- 地址空间和地址生成 +- 连续内存分配 \ No newline at end of file -- GitLab