From fa4bbfb479b647a80bf40eb7469ac16b34016499 Mon Sep 17 00:00:00 2001 From: short <> Date: Sun, 17 Mar 2002 21:54:17 +0000 Subject: [PATCH] default platform: i386 (not m68k) default debug: enabled default stackcheck: disabled (not working yet) --- do | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do b/do index 345f2c0..793bde3 100755 --- a/do +++ b/do @@ -1,8 +1,8 @@ #! /bin/sh -target_m68k=1 +#target_m68k=1 enable_debug=1 -stackcheck=60000 +#stackcheck=60000 cfg_port="ttyS0" exec 2>&1 -- 1.8.3.1