[OpenBIOS] PIC Passthough( VGA )

Segher Boessenkool segher at kernel.crashing.org
Tue Dec 19 20:40:21 CET 2017


On Tue, Dec 19, 2017 at 02:09:09PM -0500, Jd Lyons wrote:
> Here’s how it handled in SLOF
> 
> : b?branch ( flag -- )
>    ?compile-mode IF
>       read-fcode-offset ?negative IF
>          dest-on-top postpone until
>       ELSE
>          postpone if
>       THEN
>    ELSE
>       ( flag ) IF
>          fcode-offset jump-n-ip       \ Skip over offset value
>       ELSE
>          read-fcode-offset
>          ?jump-direction jump-n-ip
>       THEN
>    THEN
> ; immediate
> 
> Do you think something like that would work Segher?

Yeah, something like that.  I don't know if that will solve the problem,
but it will solve _a_ problem.


Segher



More information about the OpenBIOS mailing list