Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 3.84 KB

README.md

File metadata and controls

75 lines (40 loc) · 3.84 KB

ORUST Operating System

alt text

This is a baremetal operating system that can boot off of a USB stick on any BIOS-compatible machine, which is pretty amazing. I'm going to be running the Operating System using QEMU instead of booting a physical machine. Just to keep things simple. If you have questions, visit Discussions or open an issue.

How to Install and Use.

Visit the Installation Manual for guidance on how to Install and use Orust

Where is the code?

The code for each post lives in separate sections. This makes it possible to see the intermediate state after each post.

The code for the latest post is available here..

You can find the branch for each post by following the (source code) link in the Post list below. The branches are named post-XX where XX is the post number, for example post-03 for the VGA Text Mode post or post-07 for the Hardware Interrupts post. For build instructions, see the Readme of the respective branch.

Posts

The goal of this project is to provide step-by-step tutorials in individual blog posts. We currently have the following set of posts:

Bare Bones:

. A Freestanding Rust Binary (source code)

. A Minimal Rust Kernel (source code)

. VGA Text Mode (source code)

. Testing (source code)

Interrupts:

. CPU Exceptions (source code)

. Double Faults (source code)

. Hardware Interrupts (source code)

Memory Management:

. Introduction to Paging (source code)

. Paging Implementation (source code)

. Heap Allocation (source code)

. Allocator Designs (source code)

Multitasking:

. Async/Await (source code)

First Edition Posts

The current version of the blog is already the second edition. The first edition is outdated and no longer maintained, but might still be useful. The posts of the first edition are:

. First Edition (source code)

License

This project, with exception of the blog/content folder, is licensed under either of

. Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)

. MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)

at your option.