-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