1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 08:06:17 +04:00
Rust version of THU uCore OS. Linux compatible.
Go to file
2017-11-19 10:39:13 +01:00
src Print kernel ELF sections 2017-11-19 10:39:13 +01:00
.gitignore Add target directory to .gitignore 2017-11-19 10:30:36 +01:00
.travis.yml Add travis config file 2017-05-12 21:31:16 +02:00
Cargo.toml Add dependency on multiboot2 crate 2017-11-19 10:39:13 +01:00
Makefile Use --gc-sections to remove unused program sections 2017-11-19 10:30:36 +01:00
README.md Update Readme for “Allocating Frames” post 2017-11-19 10:39:13 +01: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

Blog OS (Allocating Frames)

Build Status

This repository contains the source code for the Allocating Frames post of the Writing an OS in Rust series.

Check out the master branch for more information.

Building

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

Please file an issue if you have any problems.

License

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