Skip to content

Commit be1309c

Browse files
authored
Update baremetal.sh
1 parent 58e0d83 commit be1309c

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)