Files
blog_os/README.md
Philipp Oppermann b256db89c4 Add a Readme
2019-01-27 17:05:28 +01:00

865 B

Blog OS (A Freestanding Rust Binary)

Build Status

This repository contains the source code for the A Freestanding Rust Binary post of the Writing an OS in Rust series.

Check out the master branch for more information.

Building

You need a nightly Rust compiler. To build the project on Linux, run:

cargo rustc -- -Z pre-link-arg=-nostartfiles

The entry point and the build command differ slightly on macOS and Windows. See the post for more information.

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).