mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 12:44:24 +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
3 lines
104 B
Bash
3 lines
104 B
Bash
cd user/libxunil
|
|
cargo build --target $KARCH-unknown-none --release --config profile.release.debug=true
|