mirror of
https://github.com/mii443/nel_os.git
synced 2025-12-03 03:08:25 +00:00
25 lines
373 B
Markdown
25 lines
373 B
Markdown
UEFI ver → [nel_os_uefi](https://github.com/mii443/nel_os_uefi)
|
|
|
|
# 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
|
|
```
|