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.
>> >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
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
> >
>
>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