在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):rcore-os/rCore开源软件地址(OpenSource Url):https://github.com/rcore-os/rCore开源编程语言(OpenSource Language):Rust 86.3%开源软件介绍(OpenSource Introduction):rCoreRust version of THU uCore OS Plus. Going to be the next generation teaching operating system. Supported architectures and boards:
What's includedrCore has the following features:
BuildingEnvironment
Setup on Linux or macOS: $ rustup component add rust-src llvm-tools-preview Or use Docker container: $ docker run -it -v $PWD:$PWD -w $PWD wangrunji0408/rcore How to run$ git clone https://github.com/rcore-os/rCore.git --recursive
$ cd rCore/user
$ make sfsimg PREBUILT=1 ARCH=x86_64
$ cd ../kernel
$ make run ARCH=x86_64 LOG=info See Makefile for more usages. Maintainers
HistoryThis is a project of THU courses:
Reports and Dev docs (in Chinese) It's based on BlogOS , a demo project in the excellent tutorial Writing an OS in Rust (First Edition). LicenseThe source code is dual-licensed under MIT or the Apache License (Version 2.0). |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论