Hi Guys, I am learning how to debug the kernel using UML. I am doing the followings -
$gdb linux .. .. (gdb)set args ubda=rootfs mem=128M (gdb)r .. .. Now onwards linux runs properly and I get the command prompt. At this point when linux is running fine, what should I do to stop the kernel? I mean using gdb can I stop the uml if I have not put any break points in that and see where exactly it is executing the idle process? Thanks Arvind
