mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 12:44:24 +02:00
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:
+5
-4
@@ -1,7 +1,8 @@
|
||||
export KARCH=aarch64
|
||||
bash build_libxunil.sh
|
||||
bash build_init.sh
|
||||
export KARCH=x86_64
|
||||
bash build_rust_app.sh libxunil
|
||||
bash build_rust_app.sh init
|
||||
bash build_doomgeneric.sh
|
||||
bash build_helloworld.sh
|
||||
bash build_badapple.sh
|
||||
bash build_rust_app.sh badapple
|
||||
bash build_rust_app.sh shell
|
||||
make run
|
||||
|
||||
Reference in New Issue
Block a user