Re: For Nova under VirtualBox I get that error

2016-09-20 Thread Paul Dufresne
I got my hands on a Core2 Duo computer, that allows me to run this in VirtualBox without problems. On real hardware, it had hang on boot line however... but since that computer still have a com port I might be able to figure out why when I will have enough time. --

Re: For Nova under VirtualBox I get that error

2016-09-18 Thread Paul Dufresne
Ok, first this talk about saving MSR is for AMD instructions (SYSENTER/SYSRET), not for Intel SYSEXIT. And indeed, the CPU simulated, a pentium 4, does not support SysEnter/SysExit. I know because when I go to Machine menu, show journal I can see: ... 00:00:02.740255 VM: fHMEnabled=true (configu

Re: For Nova under VirtualBox I get that error

2016-09-18 Thread Paul Dufresne
Well,I never got understanding clearly these SYSENTER/SYSEXIT instructions. Trying to google it a bit, I find this that seems to make some kind of sense (but not too much honestly). Basically, someone in similar situation was told it need to save MSR (most particularly IA32_STAR MSR), for using SYS

Re: For Nova under VirtualBox I get that error

2016-09-18 Thread Udo Steinberg
The subject sounds like Paul is running NOVA in a virtual machine. So maybe the VM does not support those instructions. - Udo > On 18 Sep 2016, at 17:10, Christian Helmuth > wrote: > > Hello, > >> On Sun, Sep 18, 2016 at 01:20:16PM +0200, Udo Steinberg wrote: >> On Sun, 18 Sep 2016 05:32:25

Re: For Nova under VirtualBox I get that error

2016-09-18 Thread Paul Dufresne
Oh well, it seems I get the error only under Virtuabox (which is version 5.1.4). I just burn a CD with that nova.iso, and after showing fast invalid hints messages, goes to the not handled by monitor video mode. This is the same computer I tried under VirtualBox (Debian 4.6.0-1-amd64, Celeron D, 2G

Re: For Nova under VirtualBox I get that error

2016-09-18 Thread Christian Helmuth
Hello, On Sun, Sep 18, 2016 at 01:20:16PM +0200, Udo Steinberg wrote: > On Sun, 18 Sep 2016 05:32:25 -0400 Paul Dufresne (PD) wrote: > > PD> NOVA Microhypervisor v7-23e7882 (x86_32): Aug 29 2016 10:39:41 [gcc 4.9.2] > PD> > PD> [ 0] CORE:0:0:0 f:4:9:4 [0] Intel(R) Celeron(R) CPU

Re: For Nova under VirtualBox I get that error

2016-09-18 Thread Udo Steinberg
On Sun, 18 Sep 2016 05:32:25 -0400 Paul Dufresne (PD) wrote: PD> NOVA Microhypervisor v7-23e7882 (x86_32): Aug 29 2016 10:39:41 [gcc 4.9.2] PD> PD> [ 0] CORE:0:0:0 f:4:9:4 [0] Intel(R) Celeron(R) CPU 2.66GHz PD> [ 0] Killed EC:0xc23ca160 SC:0xc23cb100 V:0x6 CS:0x8 EIP:0xc02c P

For Nova under VirtualBox I get that error

2016-09-18 Thread Paul Dufresne
NOVA Microhypervisor v7-23e7882 (x86_32): Aug 29 2016 10:39:41 [gcc 4.9.2] [ 0] CORE:0:0:0 f:4:9:4 [0] Intel(R) Celeron(R) CPU 2.66GHz [ 0] Killed EC:0xc23ca160 SC:0xc23cb100 V:0x6 CS:0x8 EIP:0xc02c CR2:0x0 ERR:0x0 (EXC) paul@arcturus:~$ ---