On Mon, Sep 19, 2016 at 06:52:00PM -0400, sven falempin wrote: > Tested here and it works ! @OK > > The terminal is white on red for first part of boot then goes back to white > on > blue. > Also some kind of flicker/bufering during the start, > aftfer the kernel loading no update for like half a second. > > But it s booting completly : > > i got some > dmesg: sysctl: KERN_MSGBUF: Cannot allocate memmory. > probably related to my <current> tree i used to compile the kernel with the > option > rasops24 > > ( QEMU emulator version 2.6.0, with OVMF Bios, OpenBSD directly on phyical > hard drive ) Any difference under QEMU 2.7.0?
> On Tue, Aug 30, 2016 at 12:49 PM, YASUOKA Masahiko <[email protected]> > wrote: > > > Enabling rasops24 in files.amd64 makes QEMU with UEFI start working. > > > > But.. the background color of the kernel message is sometimes red or > > green where it should be blue. > > > > ok for files.amd64? > > comments for the color problem? > > > > Index: sys/arch/amd64/conf/files.amd64 > > =================================================================== > > RCS file: /cvs/src/sys/arch/amd64/conf/files.amd64,v > > retrieving revision 1.85 > > diff -u -p -r1.85 files.amd64 > > --- sys/arch/amd64/conf/files.amd64 8 Jan 2016 15:54:13 -0000 > > 1.85 > > +++ sys/arch/amd64/conf/files.amd64 30 Aug 2016 16:38:19 -0000 > > @@ -109,7 +109,7 @@ file arch/amd64/amd64/ioapic.c > > ioapic n > > # > > # EFI Framebuffer > > # > > -device efifb: wsemuldisplaydev, rasops32, rasops16, rasops8, rasops4 > > +device efifb: wsemuldisplaydev, rasops32, rasops24, rasops16, rasops8, > > rasops4 > > attach efifb at mainbus > > file arch/amd64/amd64/efifb.c efifb needs-flag > > > > > > > > > -- > --------------------------------------------------------------------------------------------------------------------- > () ascii ribbon campaign - against html e-mail > /\
