After all devices initialized, call do_vgabios?
YH
-----Original Message----- From: Li-Ta Lo [mailto:ollie@lanl.gov] Sent: Wednesday, January 05, 2005 3:41 PM To: LinuxBIOS; ron minnich Cc: Greg Watson; Stefan Reinauer Subject: VGABIOS is working under LinuxBIOS
Ron,
I just got the vgabios emulation working in the LinuxBIOS. The VGA card is complete inited before the kernel is loaded. Now I have vga console just like normal bios system.
I will try the reduced x86emu and see if it works too.
Ollie
_______________________________________________ Linuxbios mailing list Linuxbios@clustermatic.org http://www.clustermatic.org/mailman/listinfo/linuxbios
On Wed, 2005-01-05 at 21:43, YhLu wrote:
After all devices initialized, call do_vgabios?
No. The do_vgabios is depreciated and is removed from the CVS. It uses a real mode switch which is very difficult to to debug and not portable. The prefered way now is to use the emulator to execut the VBIOS. The emulator is acting as the .init method of a generic vga device driver.
Ollie
On Wed, 5 Jan 2005, Li-Ta Lo wrote:
No. The do_vgabios is depreciated and is removed from the CVS. It uses a real mode switch which is very difficult to to debug and not portable. The prefered way now is to use the emulator to execut the VBIOS. The emulator is acting as the .init method of a generic vga device driver.
THe really cool thing about this is that it is portable to, e.g., Power PC.
ron
On Jan 5, 2005, at 9:40 PM, Ronald G. Minnich wrote:
On Wed, 5 Jan 2005, Li-Ta Lo wrote:
No. The do_vgabios is depreciated and is removed from the CVS. It uses a real mode switch which is very difficult to to debug and not portable. The prefered way now is to use the emulator to execut the VBIOS. The emulator is acting as the .init method of a generic vga device driver.
THe really cool thing about this is that it is portable to, e.g., Power PC.
ron
As soon as Ollie gets this into CVS, I'll try it on the sandpoint.
Greg
--- Li-Ta Lo ollie@lanl.gov wrote:
the emulator to execut the VBIOS. The emulator is acting as the .init method of a generic vga device driver.
I guess this means that this is a V2 only thing. Looks like a 440bx port to V2 will be in my near future.
Would it be difficult to backport it to V1?
===== Richard A. Smith Bitworks, Inc.
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Wed, 5 Jan 2005, Richard Smith wrote:
I guess this means that this is a V2 only thing. Looks like a 440bx port to V2 will be in my near future.
Richard, I think moving forward is your best bet. Since the last round of changes V2 has settled down and it is pretty nice.
ron
--- "Ronald G. Minnich" rminnich@lanl.gov wrote:
I guess this means that this is a V2 only thing.
Looks like a 440bx
port to V2 will be in my near future.
Richard, I think moving forward is your best bet. Since the last round of changes V2 has settled down and it is pretty nice.
Longer term I totally agree but our current setup also uses LILO so I'm still dependent on ADLO. Which means I would have to port all of that forward.
In due time V2+filo or V2+kernel&kexec is where I'll be headed but I'm just not in a position currently to rewrite my entire setup.
===== Richard A. Smith Bitworks, Inc.
__________________________________ Do you Yahoo!? Meet the all-new My Yahoo! - Try it today! http://my.yahoo.com
In due time V2+filo or V2+kernel&kexec is where I'll be headed but I'm just not in a position currently to rewrite my entire setup.
ok, then I'd go with Ollie's suggestion of a backport. Actually, it's interesting to note, for a lot of ports V1 is still a pretty handy system to use, since V2 is covering such complex systems.
ron
On Wed, 2005-01-05 at 23:22, Richard Smith wrote:
--- Li-Ta Lo ollie@lanl.gov wrote:
the emulator to execut the VBIOS. The emulator is acting as the .init method of a generic vga device driver.
I guess this means that this is a V2 only thing. Looks like a 440bx port to V2 will be in my near future.
Would it be difficult to backport it to V1?
If you don't feel bad to do it in the way as V2, it is not difficult to port to V1.
Ollie
===== Richard A. Smith Bitworks, Inc.
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com