1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-23 00:16:17 +04:00
Rust version of THU uCore OS. Linux compatible.
Go to file
2017-11-19 14:20:45 +01:00
src Refactor: Move memory initialization to memory::init function 2017-11-19 14:20:45 +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 a dependency on the x86_64 crate 2017-11-19 11:42:16 +01:00
Makefile Use --gc-sections to remove unused program sections 2017-11-19 10:30:36 +01:00
README.md Update Readme for “Kernel Heap” post 2017-11-19 14:20:45 +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
Xargo.toml Add a dependency on the alloc crate 2017-11-19 14:20:45 +01:00

Blog OS (Kernel Heap)

Build Status

This repository contains the source code for the Kernel Heap 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).