X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/47c4e0c19ae8526b14ce4e0d7b243f7a4dc6fafd..37c2b8f74c5a5733505851502282625f17435371:/lunaix-os/live_debug.sh diff --git a/lunaix-os/live_debug.sh b/lunaix-os/live_debug.sh index d189329..0ecc759 100755 --- a/lunaix-os/live_debug.sh +++ b/lunaix-os/live_debug.sh @@ -15,4 +15,5 @@ make CMDLINE=${default_cmd} ARCH=${ARCH} MODE=${MODE:-debug} image -j5 || exit - -v EXT2_TEST_DISC=machine/test_part.ext2 \ -v ARCH=${ARCH} & -QMPORT=${hmp_port} gdb build/bin/kernel.bin -ex "target remote localhost:${gdb_port}" \ No newline at end of file +QMPORT=${hmp_port} ARCH=${ARCH} \ + gdb build/bin/kernel.bin -ex "target remote localhost:${gdb_port}" \ No newline at end of file