Rename things to ush for brevity. Add Tree system.

This commit is contained in:
Michael Mikovsky
2026-02-09 10:27:15 -07:00
parent ebeaa29d5b
commit 2a18639d84
86 changed files with 368 additions and 419 deletions
+6 -2
View File
@@ -5,9 +5,9 @@
# -Z build-std-features= \
# --profile minimize -p unshell-payload -- $@
cargo build --profile minimize -p unshell-payload
cargo build --profile minimize -p ush-payload $@
export BINARY=./target/minimize/unshell-payload
export BINARY=./target/minimize/ush-payload
declare -a headers=(
".gnu_debuglink" # - Debug information link
@@ -54,3 +54,7 @@ do
strip --remove-section="$section" $BINARY
echo "Removed section header $section"
done
echo "## STARTING "
$BINARY