Remove unused imports, merge ps2 and virtio to both use linux input

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
This commit is contained in:
csd4ni3l
2026-05-28 18:51:03 +02:00
parent 6ebc6ada09
commit 5f4154bd24
38 changed files with 336 additions and 830 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export KARCH ?= aarch64
export KARCH ?= x86_64
export OUTPUT ?= kernel
export MEMORY ?= 1G
export TIMER_FREQUENCY_HZ ?= 1000