Re: Run RTLinux in a VM?
From: Vivek Ayer <hidden>
Date: 2010-08-05 17:12:30
Great. Will let you know if it works out in a couple of hours. Thanks again, Vivek On Thu, Aug 5, 2010 at 8:03 AM, Nicholas Mc Guire [off-list ref] wrote:
On Tue, 03 Aug 2010, Vivek Ayer wrote:quoted
Great! I appreciate it.HI ! took a bit longer - had to check up on a few things. qemu+gdb notes: host machine infomation: operation syetem: gentoo 64bits kernel version: 2.6.34-gentoo-r1 cpu : amd64 x2 qemu version: 0.11.1 virtual machine infomation: config file: linux kernel 2.6.33.2 (attached) operation system in qemu: debian 5.0.3 32bits using net bridge and tap for network, network device is set to rtl8139 qemu start arguments: #qemu -s -S -hda i386.img -kernel linux-2.6.33.2/arch/x86/boot/bzImage -append "root=/dev/hda1 console=ttyS0,115200 " -nographic -net nic,model=rtl8139 -net tap on host machine in directory linux-2.6.33.2/ #gdb vmlinux du run within debugger. to run without debugger just remove the -s -S in the above commandline. HTH hofrat