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.
1 parent d515894 commit 5d45127Copy full SHA for 5d45127
baremetal.sh
@@ -91,7 +91,7 @@ cmd=( qemu-system-x86_64
91
if [ "x$APPS" = x ]; then
92
APPS="hello.app sysinfo.app systest.app"
93
if [ "$(uname)" != "Darwin" ]; then
94
- APPS="$APPS helloc.app raytrace.app minIP.app cube3d.app"
+ APPS="$APPS helloc.app raytrace.app cube3d.app"
95
fi
96
97
# see if BMFS_SIZE was defined for custom disk sizes
0 commit comments