bors[bot] ed06b77864 Merge #417
417: Separate Writer::write_string and fmt::Write::write_str methods r=phil-opp a=phil-opp

Avoids confusion by using different names for the two methods (and keeping them both) instead of naming both `write_str` as before.
2018-03-14 14:39:59 +00:00
2018-03-14 14:39:59 +00:00
2018-02-10 18:03:34 +01:00
2017-04-19 12:50:47 +02:00
2018-01-19 14:49:04 +01:00

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.

Description
Languages
HTML 96.5%
SCSS 1.5%
CSS 1.2%
JavaScript 0.4%
Python 0.2%