Subject: Re: Bootloader development - the saga continues
To: Reinoud Zandijk <imago@kabel065011.kabel.utwente.nl>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm32
Date: 12/06/2000 17:29:25
imago@kabel065011.kabel.utwente.nl said:
> Rests still the debug code and the in kernel debugger.... I'm now
> trying to find out what debug option makes it crash ... but one of
> them does. I'll build a test-kernel today with just the DDB in it ...
> Does anyone know how to get into DDB to see if my symbol table is
> correct ? (yeah RTFM ! ) 

Build a kernel with PORTMASTER, you can then issue SWI 0x102e from 
userland and you will enter the debugger -- things should just resume when 
you continue (provided you haven't messed the kernel up!)

R.