摘要: 实验指导书:https://learningos.github.io/ucore_os_webdocs/lab4/lab4_3_1_lab_steps.html 优秀的博客:https://kiprey.github.io/2020/08/uCore-4/ 内核线程管理 关键结构: struct p 阅读全文
posted @ 2023-01-22 20:44 stu--wy 阅读(39) 评论(0) 推荐(0)
摘要: 优秀的博客:https://kiprey.github.io/2020/08/uCore-3/ 实验指导书:https://learningos.github.io/ucore_os_webdocs/lab3.html 虚拟内存管理 关键的一些结构: struct vma_struct { // t 阅读全文
posted @ 2023-01-22 20:31 stu--wy 阅读(29) 评论(0) 推荐(0)
摘要: 优秀的博客:https://kiprey.github.io/2020/08/uCore-2/ 实验书:https://learningos.github.io/ucore_os_webdocs/lab1/lab1_2_1_exercise.html 物理内存管理 启动分页 lab2做的就是物理内存 阅读全文
posted @ 2023-01-22 20:23 stu--wy 阅读(65) 评论(0) 推荐(0)