# GLOS-BaseOn-rCore **Repository Path**: qi_xmu/GLOS-BaseOn-rCore ## Basic Information - **Project Name**: GLOS-BaseOn-rCore - **Description**: 基于rCore的一个riscv的系统内核,基于fat32文件系统。 - **Primary Language**: Rust - **License**: GPL-3.0 - **Default Branch**: glos - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-04 - **Last Updated**: 2022-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # GLOS Base On rCore ## 开发环境配置 所需工具链 - riscv64 gcc - qemu模拟器 - rust riscv64开发环境 具体环境配置可以参考[rcore](https://learningos.github.io/rCore-Tutorial-Guide-2022S/0setup-devel-env.html) ## 项目介绍 glos项目基于rCore-Tutorial-v3的基础上进行开发,目前只是完成了fat32文件系统的部分移植。 可以按照批处理方式运行应用程序。 ## 项目计划 - 首先完善操作系统的各个功能。 - 进程管理 - 信号