Fix bochs debugging argument.
This commit is contained in:
parent
0dfa6008ec
commit
fff3d8927c
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ sudo sh ${DIR}/build_image.sh ${BUILD_DIR}/disk.img
|
||||||
|
|
||||||
BOCHS_ARGS=
|
BOCHS_ARGS=
|
||||||
if [[ $1 == "debug" ]]; then
|
if [[ $1 == "debug" ]]; then
|
||||||
BOCHS_ARGS+="--dbg"
|
BOCHS_ARGS+="-dbg"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# TODO Make this portable, build bochs as a part of toolchain?
|
# TODO Make this portable, build bochs as a part of toolchain?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue