Files
XunilOS/config.mk
T
csd4ni3l 2a73c3aeb4 Add a config.mk file where global variables can be modified, add aarch64
interrupts with IRQ and syscalls, make phys_to_virt checked, recreate
stack on aarch64, make serial console finally line wrap and have max
height correctly, add U64Buf for when i need number debug, rename mouse
and keyboard files to kmi and merge them, add non-working pl050 support
2026-05-16 23:43:13 +02:00

5 lines
104 B
Makefile

export KARCH ?= aarch64
export OUTPUT ?= kernel
export MEMORY ?= 512M
export TIMER_FREQUENCY_HZ ?= 1000