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.

Re: [kvm-devel] cannot boot minix3

2006-12-31 Thread Dor Laor
>> >Hi, >> > >> >I am using latest kvm release 8 with linux kernel 2.6.18.2-34-default. >> >I am trying to run minix3 using following command line, >> > >> >/usr/local/kvm/bin/qemu -boot d -m 128 -hda ./minix_image -cdrom >> >./IDE-image-3.1.2a.iso >> > >> >After this it starts, but then suddenly

Re: [kvm-devel] cannot boot minix3

2006-12-31 Thread ( अमेय पाळंदे ) Ameya Palande
On 12/31/06, Dor Laor <[EMAIL PROTECTED]> wrote: > > > >Hi, > > > >I am using latest kvm release 8 with linux kernel 2.6.18.2-34-default. > >I am trying to run minix3 using following command line, > > > >/usr/local/kvm/bin/qemu -boot d -m 128 -hda ./minix_image -cdrom > >./IDE-image-3.1.2a.iso > >

Re: [kvm-devel] cannot boot minix3

2006-12-30 Thread Dor Laor
> >Hi, > >I am using latest kvm release 8 with linux kernel 2.6.18.2-34-default. >I am trying to run minix3 using following command line, > >/usr/local/kvm/bin/qemu -boot d -m 128 -hda ./minix_image -cdrom >./IDE-image-3.1.2a.iso > >After this it starts, but then suddenly it dies with following mes