We have some hardware that has had similar problems. It may be that the A20 is actually enabled anyway. You might want to just do a return in the gateA20. We do:

ENTRY(gateA20)
        movb    $2, %al
        outb    $0x92
        ret

but you could always just try returning ;-)


this is in stage2/asm.S

peter
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to