reduce the size of ppage by 8 bytes using signly linked list
[lunaix-os.git] / lunaix-os / live_debug.sh
index 71da3355cb25be1037d04beda140345b77301c1b..d70c54d39f39ad01856747d8437a5693f8175f04 100755 (executable)
@@ -4,7 +4,7 @@ hmp_port=45454
 gdb_port=1234
 default_cmd="console=/dev/ttyS0"
 
-make CMDLINE=${default_cmd} ARCH=${ARCH} MODE=${MODE:-debug} all -j5 || exit -1
+make ARCH=${ARCH} MODE=${MODE:-debug} all -j5 || exit -1
 
 ./scripts/qemu.py \
     scripts/qemus/qemu_x86_dev.json \