mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 12:44:24 +02:00
7070b53355
build_and_run script, fix build.rs sometimes using the wrong architecture, add badapple ELF and change default font size to 1 for it to work, improve framebuffer errors, remove unnecessary commands from make and improve debug filtering
5 lines
101 B
Makefile
5 lines
101 B
Makefile
export KARCH ?= x86_64
|
|
export OUTPUT ?= kernel
|
|
export MEMORY ?= 4G
|
|
export TIMER_FREQUENCY_HZ ?= 1000
|