Files
XunilOS/build_and_run.sh
T
csd4ni3l 6ebc6ada09 Increase kernel stack size to 2mb, move from cooperative to timer
preemption based scheduling, add correct save_lock on aarch64, add
simple IPC (read, write, manage), and simple and unsecure SHM, add
per-process kernel stacks, add copy_cstr_to_user, always use run_next
for aarch64, remove primitives from the kernel
2026-05-26 09:53:59 +02:00

8 lines
146 B
Bash

export KARCH=aarch64
bash build_libxunil.sh
bash build_init.sh
bash build_doomgeneric.sh
bash build_helloworld.sh
bash build_badapple.sh
make run