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:31:00 +01:00
src Implement the new_line method 2017-11-19 10:31:00 +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 Use volatile writes for printing to screen 2017-11-19 10:31:00 +01:00
Makefile Use --gc-sections to remove unused program sections 2017-11-19 10:30:36 +01:00
README.md Update Readme for “Printing to Screen” post 2017-11-19 10:30:48 +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 (Printing To Screen)

Build Status

This repository contains the source code for the Printing To Screen 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).