Create README.md

This commit is contained in:
mii443
2025-06-25 18:25:27 +09:00
committed by GitHub
parent bd96723361
commit 5fc850e3a4

22
README.md Normal file
View 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
```