Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mpouyam/luup
- Owner: mpouyam
- License: mit
- Created: 2023-09-21T13:59:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T16:15:28.000Z (about 1 year ago)
- Last Synced: 2024-11-11T08:50:58.765Z (2 months ago)
- Topics: operating-system, os, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.