Get PC BIOS back on UEFI only system
github.com
Get PC BIOS back on UEFI only system
1–10 of 65 posts
Re: Get PC BIOS back on UEFI only system
#2Re: Get PC BIOS back on UEFI only system
#3Why?
Re: Get PC BIOS back on UEFI only system
#4Re: Get PC BIOS back on UEFI only system
#5Re: Get PC BIOS back on UEFI only system
#6Why?
Re: Get PC BIOS back on UEFI only system
#7But, as okanat says, if the goal is to run legacy operating systems, then modern hardware is going to be challenging in other ways too. IME the biggest thing I want PC BIOS back for is the ability to use non-GPT disk layouts, which this doesn't accomplish as, as to use it you put it on the EFI partition on your GPT disk.
Re: Get PC BIOS back on UEFI only system
#8I would really love to know more about this.
I assume it's this VGA driver:
https://github.com/tongzx/nt5src/tree/master/Source/XPSP1/NT...
Re: Get PC BIOS back on UEFI only system
#9Why?
Additionally, it was just 3 years ago that memtest86plus finally got a UEFI version. That was painful for a few years there. (Though the 4GB RAM limit would have made this not an ideal solution.)
I'm sure there are other such self-hosting utilities that haven't been and may not be ported/rewritten to work under UEFI.
Re: Get PC BIOS back on UEFI only system
#10> Windows XP/7's video modesetting logic is a bit mysterious. It may try to set a incompatible mode using int10h, which will cause flickering or even black screen after transferring control to the legacy OS. I would really love to know more about this. I assume it's this VGA driver: https://github.com/tongzx/nt5src/tree/master/Source/XPSP1/NT...