mirror of
https://github.com/mii443/nel_os.git
synced 2025-08-22 16:15:38 +00:00
Create README.md
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# nel_os
|
||||||
|
|
||||||
|
## Required Tools
|
||||||
|
|
||||||
|
- rustup
|
||||||
|
- cargo
|
||||||
|
- qemu-system-x86_64
|
||||||
|
|
||||||
|
## Build Requirements
|
||||||
|
|
||||||
|
```sh
|
||||||
|
rustup default nightly
|
||||||
|
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
|
||||||
|
rustup component add llvm-tools-preview
|
||||||
|
cargo install bootimage
|
||||||
|
```
|
||||||
|
|
||||||
|
## Running
|
||||||
|
|
||||||
|
```sh
|
||||||
|
cargo run --release
|
||||||
|
```
|
Reference in New Issue
Block a user