sync src-netbsd

2018-01-15 Thread Fabian Freyer
Hi, Would it be possible to sync the src-netbsd repository with upstream? This would fix some issues with building on newer GCCs. Thanks!

Re: rumpkernel and bhyve: triple faults

2018-03-11 Thread Fabian Freyer
On 10 Mar 2018, at 23:46, Martin Lucina wrote: > On Friday, 09.03.2018 at 18:45, Fabian Freyer wrote: >> On 6 Mar 2018, at 7:45, Fabian Freyer wrote: >>> I’m not sure where to go from here. Is this a bug in bhyve(4), should these >>> values be initialised somehow, or

Re: rumpkernel and bhyve: triple faults

2018-03-09 Thread Fabian Freyer
On 6 Mar 2018, at 7:45, Fabian Freyer wrote: > Tracking down bios_crtc_base, I find that it’s loaded in > rumprun/platform/hw/arch/amd64/locore.S:70: > > /* save BIOS data area values */ > movw BIOS_COM1_BASE, %bx > movw %bx, bios_com1_base > mov

Re: rumpkernel and bhyve: triple faults

2018-03-06 Thread Fabian Freyer
Hi Peter, On 6 Mar 2018, at 16:15, Peter Grehan wrote: > Exception 14 is a page fault (SDM Vol3 ch 6.15). The exception type is > "fault" which means it is delivered at the address it was detected at. > > This cascaded very quickly into a triple-fault, so it looks like it could > possibly be

Re: rumpkernel and bhyve: triple faults

2018-03-06 Thread Fabian Freyer
On 6 Mar 2018, at 9:28, Rodney W. Grimes wrote: bios_crtc_base would be part of the isa legacy vga controller card. Bhyve does not, at this time, or in the near future expect to have, support for this legacy device. I am wrong on this, the framebuffer device does infact have support for the