Files
XunilOS/build_doomgeneric.sh
T
csd4ni3l 85e0d45d3c Add correct framebuffer mapping, so Doom works again, remove unneded
code, add cooperative scheduling on syscalls determined by the
reschedule flag, make serial console automatically clear and be a single
render, make process_scancodes push to all processes, add a user-facing
framebuffer to be mapped, automatically swap buffers inside timer
interrupt, update all submodules
2026-05-11 19:09:20 +02:00

7 lines
178 B
Bash

bash build_libxunil.sh
cd user/apps/doomgeneric/doomgeneric
rm -r ./build
make LD=/usr/bin/ld -j16 -f Makefile.xunil
cp doomgeneric ../../../../assets/doomgeneric
cd ../../../..