We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36d4c64 + be1309c commit e4c583bCopy full SHA for e4c583b
baremetal.sh
@@ -10,10 +10,9 @@ export OUTPUT_DIR="$EXEC_DIR/sys"
10
# this allows the user to build their own apps and have
11
# them installed in the BMFS
12
if [ "x$APPS" = x ]; then
13
- APPS="hello.app sysinfo.app systest.app uitest.app mouse.app"
+ APPS="hello.app sysinfo.app systest.app"
14
if [ "$(uname)" != "Darwin" ]; then
15
- APPS="$APPS helloc.app raytrace.app minIP.app cube3d.app
16
- color-plasma.app 3d-model-loader.app"
+ APPS="$APPS helloc.app raytrace.app minIP.app cube3d.app"
17
fi
18
19
# see if BMFS_SIZE was defined for custom disk sizes
0 commit comments