Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mpouyam/luup

Minimal Operation System In Rust
https://github.com/mpouyam/luup

operating-system os rust rust-lang

Last synced: 16 days ago
JSON representation

Minimal Operation System In Rust

Awesome Lists containing this project

README

        


LUUP Logo

Description
------------
`Operation System Written in Rust Language`

Instructions
------------

1. Install [Rust Nightly](http://www.rust-lang.org/install.html)

2. Install [QEMU](https://www.qemu.org/download)

3. For running `bootimage` and building the bootloader, you need to have the `llvm-tools-preview` rustup component installed. You can do so by executing `rustup component add llvm-tools-preview`

4. Clone the [LUUP](https://github.com/mpf0007/LUUP) source code .

5. Run `cargo bootimage ` to build bootable disk image.