1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 08:26:17 +04:00
rCore/docs/2_OSLab/g2/raspi3.md

18 lines
326 B
Markdown
Raw Normal View History

2018-12-26 19:56:00 +04:00
# Rust OS 在 Raspberry Pi 3 上的移植
计54 贾越凯 2015011335
计54 寇明阳 2015011318
计55 孔彦 2015011349
## 目录
* [概述](overview.md)
* [环境配置](environment.md)
* [启动](boot.md)
* [中断](interrupt.md)
2018-12-26 19:56:00 +04:00
* [内存管理](memory.md)
* [上下文切换](context.md)
* [设备驱动](drivers.md)