mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 12:44:24 +02:00
56c5da0742
remove incorrect timer frequency set, fix interrupt handler not restoring stack ptr, handle both user and kernel aborts, remove aarch64 ps2 support, fix ELF code mapped as code making it unwritable, add assets.rs to handle both arches automatically, make PS2 x86_64 compatible with linux keycodes, always try printing kernel panic to serial
5 lines
102 B
Makefile
5 lines
102 B
Makefile
export KARCH ?= aarch64
|
|
export OUTPUT ?= kernel
|
|
export MEMORY ?= 1G
|
|
export TIMER_FREQUENCY_HZ ?= 1000
|