mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 12:44:24 +02:00
6ebc6ada09
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
5 lines
102 B
Makefile
5 lines
102 B
Makefile
export KARCH ?= aarch64
|
|
export OUTPUT ?= kernel
|
|
export MEMORY ?= 1G
|
|
export TIMER_FREQUENCY_HZ ?= 1000
|