mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 11:44:24 +02:00
5f4154bd24
events and move parsing code to libxunil, and add mouse support again by using them, remove unneeded graphics and console output code, merge build files to a rust app builder, make framebuffer a driver and remove the graphics folder, add shell as an app in VFS
5 lines
101 B
Makefile
5 lines
101 B
Makefile
export KARCH ?= x86_64
|
|
export OUTPUT ?= kernel
|
|
export MEMORY ?= 1G
|
|
export TIMER_FREQUENCY_HZ ?= 1000
|