mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-09-26 19:17:13 +00:00
6 lines
186 B
Bash
Executable File
6 lines
186 B
Bash
Executable File
cd "$(dirname "$0")"
|
|
cd ".."
|
|
|
|
cargo build --target aarch64-unknown-none
|
|
llvm-objcopy -O binary ../target/aarch64-unknown-none/debug/nova ../target/aarch64-unknown-none/debug/kernel8.img
|