Hi,

On Mon, Jun 2, 2014 at 7:53 PM, Saurabh Jain <[email protected]> wrote:
> I am trying to trace Linux kernel booting process for ARM architecture.
> Right now i am doing it manually . I am getting problem in reading assembly
> codes (like in head.s and other files) . Can any body tell me the correct
> way of tracing the linux kernel booting process ? Is there any guide which
> perfectly document Linux kernel files function by function ?

Not *the* (supposedly only) correct way, just one possible way is to use
gdb connected to qemu to step through your kernel code. Google suggests
the following, which looks pretty decent:
http://files.meetup.com/1590495/debugging-with-qemu.pdf

-- 
Thanks.
-- Max

_______________________________________________
Kernelnewbies mailing list
[email protected]
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Reply via email to