Skip to content

Commit e4c583b

Browse files
committed
2 parents 36d4c64 + be1309c commit e4c583b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

baremetal.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ export OUTPUT_DIR="$EXEC_DIR/sys"
1010
# this allows the user to build their own apps and have
1111
# them installed in the BMFS
1212
if [ "x$APPS" = x ]; then
13-
APPS="hello.app sysinfo.app systest.app uitest.app mouse.app"
13+
APPS="hello.app sysinfo.app systest.app"
1414
if [ "$(uname)" != "Darwin" ]; then
15-
APPS="$APPS helloc.app raytrace.app minIP.app cube3d.app
16-
color-plasma.app 3d-model-loader.app"
15+
APPS="$APPS helloc.app raytrace.app minIP.app cube3d.app"
1716
fi
1817
fi
1918
# see if BMFS_SIZE was defined for custom disk sizes

0 commit comments

Comments
 (0)