From cb77883f4cfd895adeef8b359d31fdf3d9fc2576 Mon Sep 17 00:00:00 2001 From: zxq5 Date: Sat, 22 Feb 2025 01:06:27 +0000 Subject: [PATCH] done --- .gitmodules | 9 +++++++++ lib/lib_ascii | 1 + lib/lib_framebuffer | 1 + lib/lib_serial | 1 + 4 files changed, 12 insertions(+) create mode 160000 lib/lib_ascii create mode 160000 lib/lib_framebuffer create mode 160000 lib/lib_serial diff --git a/.gitmodules b/.gitmodules index 215210b..de08738 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,12 @@ [submodule "lib/lib_application"] path = lib/lib_application url = https://git.zxq5.dev/OsDev/FoundryOS-lib_application.git +[submodule "lib/lib_ascii"] + path = lib/lib_ascii + url = https://git.zxq5.dev/OsDev/FoundryOS-lib_ascii.git +[submodule "lib/lib_framebuffer"] + path = lib/lib_framebuffer + url = https://git.zxq5.dev/OsDev/FoundryOS-lib_framebuffer.git +[submodule "lib/lib_serial"] + path = lib/lib_serial + url = https://git.zxq5.dev/OsDev/FoundryOS-lib_serial.git diff --git a/lib/lib_ascii b/lib/lib_ascii new file mode 160000 index 0000000..fefe217 --- /dev/null +++ b/lib/lib_ascii @@ -0,0 +1 @@ +Subproject commit fefe217980e5535bfb9de4de1dbc84db3def93ae diff --git a/lib/lib_framebuffer b/lib/lib_framebuffer new file mode 160000 index 0000000..c515b89 --- /dev/null +++ b/lib/lib_framebuffer @@ -0,0 +1 @@ +Subproject commit c515b8913625728924cef92993cb65aa03e2b1c5 diff --git a/lib/lib_serial b/lib/lib_serial new file mode 160000 index 0000000..92032eb --- /dev/null +++ b/lib/lib_serial @@ -0,0 +1 @@ +Subproject commit 92032eb5b400fe1afd851dfd613e6d98f04eda40