mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 12:44:24 +02:00
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
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
bash build_libxunil.sh
|
||||
cd user/apps/doomgeneric/doomgeneric
|
||||
rm -r ./build
|
||||
make -j16 -f Makefile.xunil
|
||||
make LD=/usr/bin/ld -j16 -f Makefile.xunil
|
||||
cp doomgeneric ../../../../assets/doomgeneric
|
||||
cd ../../../..
|
||||
|
||||
Reference in New Issue
Block a user