mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 13:44:25 +02:00
85e0d45d3c
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
7 lines
178 B
Bash
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 ../../../..
|