1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00
Rust version of THU uCore OS. Linux compatible.
Go to file
2018-06-20 11:08:47 +08:00
crate Replace AreaFrameAllocator by BitAllocator. Set opt-level=1 to avoid stack overflow. 2018-06-03 19:29:11 +08:00
docker Rewrite README. Add docker. 2018-04-02 15:28:32 +08:00
docs Update report 2018-06-15 11:50:51 +08:00
macOS-env Add homebrew files for macOS 2018-04-03 14:49:26 +08:00
src Use multiboot2 to locate RSDT 2018-06-20 11:08:47 +08:00
user Add ucore & xv6-x86_64 user program img file. 2018-05-21 22:49:22 +08:00
.gitignore Generate vector.asm by build.rs. 2018-05-20 23:56:41 +08:00
.travis.yml Try to fix travis 2018-05-20 22:49:27 +08:00
build.rs Generate vector.asm by build.rs. 2018-05-20 23:56:41 +08:00
Cargo.toml Use uart_16550 crate 2018-06-20 00:24:07 +08:00
Makefile Add IDE driver. No longer link img. 2018-05-24 00:25:27 +08:00
README.md Add final report & log 2018-05-25 22:15:37 +08:00
status.md Update report 2018-06-15 11:50:51 +08:00
x86_64-blog_os.json Set the panic strategy to abort to fix _Unwind_Resume errors 2017-11-19 10:30:36 +01:00
Xargo.toml Add a dependency on the alloc crate 2017-11-19 14:20:45 +01:00

RustOS for x86_64 SMP

Build Status

A project of THU OS2018 spring.

Project Wiki

MidReport

FinalReport

The goal is to write a mini OS in Rust with multicore supporting.

It will start from the post of the Writing an OS in Rust series. Then reimplement xv6-x86_64 in Rust style.

Building

You need to have nasm, grub-mkrescue, xorriso, qemu, a nightly Rust compiler, and xargo installed. Then you can run it using make run.

A docker image is available and recommanded. Read this for details.

License

The source code is dual-licensed under MIT or the Apache License (Version 2.0).