LinuxBIOS debugging with an emulator

Adam Sulmicki adam at cfar.umd.edu
Mon Nov 1 11:48:01 CET 2004


On Thu, 28 Oct 2004, Li-Ta Lo wrote:

> BTW, if you specify the -g option for gcc, you can use the -S option
> in objdump to see the source code with the disassebmly (-d).

BTW, this is a very usefull tip. I had been using it lately all the time
to trace ooops in kernel.

	objdump -S -C ./vmadump.ko  |less




More information about the coreboot mailing list