Files
XunilOS/build_doomgeneric.sh
T
csd4ni3l 56c5da0742 Improve aarch64 support by building everything for both archictectures,
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
2026-05-22 22:18:42 +02:00

7 lines
170 B
Bash

bash build_libxunil.sh
cd user/apps/doomgeneric/doomgeneric
rm -r ./build
make -j16 -f Makefile.xunil
cp doomgeneric ../../../../assets/$KARCH/doomgeneric
cd ../../../..