Re: [pok-devel] Re: problem with the network example |
[ Thread Index | Date Index | More lists.tuxfamily.org/pok-devel Archives ]
qemu -fda floppy.img -boot a -S -s -p 1234
Then, start gdb with gdb kernel-binary.elf
and then, connect gdb to the VM with
target remote :1234
Then, resume the VM.
But I haven't the floppy.img and kernel-binary.elf neither, how I can get?
Thanks.
Hi,
With earlier version of qemu, you can just use the -kernel parameter
to start pok.
On Fri, Aug 31, 2012 at 8:22 AM, Ariel Cararo <ariel.cararo@xxxxxxxxx> wrote:
> Two quetions for debug:
> 1) Where I can get de floppy.img or I use the boot-grub-only.img??
> 2) When I need debug, I have that rename pok.elf to kernel-binary.elf??
>
> Thanks.
>
>
> 2012/8/30 Laurent Lec <lec..laurent@xxxxxxxxx>
>>
>> On Thu, Aug 30, 2012 at 6:09 PM, Ariel Cararo <ariel.cararo@xxxxxxxxx>
>> wrote:
>> > I was running Wireshark and detect that haven't comunicaction between
>> > qemu's...and I don't know in the rtl8029_init() function when call
>> > pci_register(...) function this return !=0...
>>
>> Well, follow the code with gdb...
>>
>> --
>> Laurent Lec
>>
>>
>
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |