[OpenBIOS] PIC Passthough( VGA )
Tarl Neustaedter
tarl-b2 at tarl.net
Mon Dec 18 03:03:01 CET 2017
On 2017-Dec-17 20:53 , Jd Lyons wrote:
> I’m think the same thing, just didn’t no how to select the device as the node, unfortunately it seems “begin-select-dev” isn’t a word in Openbios, yet.
>
Aw, crud. Then use " dev /pci/pci10d3,141 at 10" . That's not quite
correct, but it should work. If not, try begin-open-dev (per the name
changes on page 251 of IEEE 1275).
Alternatively, you could try:
dev /pci/pci10d3,141 at 10
: open true ;
open-dev " /pci/pci10d3,141 at 10"
then do the load/byte-load operations.
More information about the OpenBIOS
mailing list