yuval-k / blog_os

Writing an OS in Rust

Home Page:http://os.phil-opp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Writing an OS in Rust

http://os.phil-opp.com

License:Apache License 2.0


Languages

Language:Rust 59.7%Language:CSS 16.6%Language:HTML 8.9%Language:Assembly 8.7%Language:Shell 2.4%Language:Makefile 2.1%Language:Python 0.9%Language:JavaScript 0.7%