add vm probing for x86_64
[lunaix-os.git] / lunaix-os / live_debug.sh
index 6462f5d6581ae81e0dc25540f8d1f384bdf75c8e..0ecc75906f3755ef96dc0e2011653a9b06a1d3e3 100755 (executable)
@@ -12,6 +12,8 @@ make CMDLINE=${default_cmd} ARCH=${ARCH} MODE=${MODE:-debug} image -j5 || exit -
     -v KIMG=build/lunaix.iso \
     -v QMPORT=${hmp_port} \
     -v GDB_PORT=${gdb_port} \
+    -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