Replace Unix shell boot with direct Qt6 GUI kernel interface

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-02 01:27:55 +00:00
parent 37e973883d
commit 95b9967fde
2 changed files with 13 additions and 2 deletions

View File

@@ -6,7 +6,14 @@ set -e
apt-get update
apt-get install -y \
gcc \
g++ \
make \
cmake \
qt6-base-dev \
qt6-base-dev-tools \
libqt6core6 \
libqt6gui6 \
libqt6widgets6 \
dosfstools \
mtools \
e2fsprogs \