[kvm-devel] netbsd 3.1 problem

2007-01-07 Thread ( अमेय पाळंदे ) Ameya Palande
Hi, I am using kvm release 10 under opensuse 10.2 kernel 2.6.18.2-34-default on intel core duo processor T2300. I am trying to boot netbsd 3.1 from bootable CD image. Here is the command line : /usr/local/kvm/bin/qemu -no-acpi -m 256 -boot d -cdrom ~ameya/Desktop/i386cd-3.1.iso When I arrive

[kvm-devel] OS installation report

2007-01-07 Thread ( अमेय पाळंदे ) Ameya Palande
Hi, I tried installing following OSs using kvm release 9 and 10. Note : I used -no-acpi -m 256 for qemu 1. opensuse 10.2 kvm10 - for starting installation one has to press shift key to avoid graphical boot screen. Afterwards Graphical installation starts without any problem. kvm9 -

Re: [kvm-devel] cannot boot minix3

2007-01-06 Thread ( अमेय पाळंदे ) Ameya Palande
Hi, I am calling show_code() at the end of handle_exception() function. From code trace I can see that it exits for HLT instruction. Minix boot monitor calls HLT in getch() function while waiting for keyboard interrupt. There is a handler handle_halt() for handling exits due to HLT instruction.