mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 13:44:25 +02:00
56c5da0742
remove incorrect timer frequency set, fix interrupt handler not restoring stack ptr, handle both user and kernel aborts, remove aarch64 ps2 support, fix ELF code mapped as code making it unwritable, add assets.rs to handle both arches automatically, make PS2 x86_64 compatible with linux keycodes, always try printing kernel panic to serial
6 lines
202 B
Bash
6 lines
202 B
Bash
bash build_libxunil.sh
|
|
cd user/init
|
|
cargo build --target $KARCH-unknown-none --release --config profile.release.debug=true
|
|
cp ./target/$KARCH-unknown-none/release/init ../../assets/$KARCH/init
|
|
cd ../..
|