[okl4-developer] Entering kdb from qemu
Hal Ashburner
hala at ok-labs.com
Mon Jun 4 11:50:47 EST 2007
On Sun, 2007-06-03 at 21:44 -0400, Jorge Torres wrote:
> Hi okl4.org,
>
> Does somebody knows how can one enter to kdb from qemu, without
> hardcoding L4_KDB_Enter?
>
If you're running wombat.
Ctrl+k on the serial terminal does it.
If you're not running wombat.
in tools/machines.py
class ia32_pc99(ia32):
change
kdb_breakin = False
to
kdb_breakin = True
recompile.
Now Esc will break in to kdb.
Note that the above clashes with the l4_kdb_serial driver, if you are
running wombat, hence the ctrl+k
--
Kind regards,
Hal Ashburner
More information about the Developer
mailing list