# rCore **Repository Path**: neoming/r-core ## Basic Information - **Project Name**: rCore - **Description**: 动手学rCore - **Primary Language**: Rust - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-16 - **Last Updated**: 2022-02-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 完成状况 ## 第一章:应用程序与基本执行环境 - [x] 应用程序执行环境与平台支持 - [x] 移除标准库依赖 - [x] 内核第一条指令 - [x] 为内核支持函数调用 - [x] 基于SBI服务完成输出和关机 - [x] 练习 ## 第二章:批处理系统 - [x] 特权级机制 - [x] 实现应用程序