mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-06-02 13:44:25 +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
16 lines
534 B
Plaintext
16 lines
534 B
Plaintext
[submodule "user/apps/doomgeneric"]
|
|
path = user/apps/doomgeneric
|
|
url = git@github.com:xunilGroup/doomgeneric-xunil.git
|
|
[submodule "user/libxunil"]
|
|
path = user/libxunil
|
|
url = https://github.com/XunilGroup/libxunil.git
|
|
[submodule "user/init"]
|
|
path = user/init
|
|
url = git@github.com:XunilGroup/xunil-init.git
|
|
[submodule "user/apps/badapple"]
|
|
path = user/apps/badapple
|
|
url = https://github.com/XunilGroup/xunil_badapple.git
|
|
[submodule "user/apps/shell"]
|
|
path = user/apps/shell
|
|
url = https://github.com/XunilGroup/xunil_shell.git
|