folder reorganization.

This commit is contained in:
Matt Knoop
2025-12-04 09:48:10 -07:00
parent 3a77b4a3cd
commit 191a3c9568
19 changed files with 172 additions and 104 deletions

10
scripts/build_everything.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/bash
set -e
dir=$(dirname "$0")
echo $dir
cd $dir
./build_kernel.sh
./build_filesystem.sh
sudo ./create_image.sh