You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			|  | 3 years ago | |
|---|---|---|
| pictures | 4 years ago | |
| resources | 4 years ago | |
| LICENSE.txt | 4 years ago | |
| README.zh-CN.md | 3 years ago | |
| chapter1_riscv.md | 4 years ago | |
| chapter2_installation.md | 4 years ago | |
| chapter3_traps.md | 3 years ago | |
| chapter4_memory.md | 4 years ago | |
| chapter5_process.md | 4 years ago | |
| chapter6_device.md | 4 years ago | |
| preliminary.md | 5 years ago | |
		
			
				
				README.zh-CN.md
			
		
		
	
	基于RISC-V代理内核的操作系统课程实验与课程设计
PPT及视频内容(操作系统部分)可通过百度网盘下载,提取码:66a3
- 3.1 实验1的基础知识
- 3.2 lab1_1 系统调用
- 3.3 lab1_2 异常处理
- 3.4 lab1_3(外部)中断
- 3.5 lab1_challenge1 打印用户程序调用栈(难度:★★★☆☆)
- 3.6 lab1_challenge2 打印异常代码行(难度:★★★☆☆)
- 4.1 实验2的基础知识
- 4.2 lab2_1 虚实地址转换
- 4.3 lab2_2 简单内存分配和回收
- 4.4 lab2_3 缺页异常
- 4.5 lab2_challenge1 复杂缺页异常(难度:★☆☆☆☆)
- 4.6 lab2_challenge2 堆空间管理(难度:★★★★☆)