Files
blog_os/README.md
Philipp Oppermann b7b9097557 Update Readme for “Handling Exceptions” post (#307)
* Update Readme for “Handling Exceptions” post

* Fix typo
2017-04-03 09:54:44 +02:00

3.2 KiB

Blog OS

Build Status Join the chat at https://gitter.im/phil-opp/blog_os

This repository contains the source code for the Writing an OS in Rust series at os.phil-opp.com.

Bare Bones

Memory Management

Exceptions

Additional Resources

Building

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

Please file an issue if you run into any problems.

License

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