mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-16 20:22:26 +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
|