>Hmm, you see I downloaded a that kernel loader
>thing and it says interrupt are disabled and
>I want to be able to use some bios video stuff,
>what can I do?
Do you even understand how the "kernel loader
_thingy_" works? Or at least have a basic
comprehension of assembly?
'cuz you'll need both
You're gonna have to look at the "thingy" and find
out where, and why the interrupts were disabled.
Oh, btw, cli stands for clear interrupt [flag]... ie,
disable them. Ahem...
So, if its safe to re-install ints, do so. Ahem... sti.
And then use your BIOS code... unless, of course,
the computer's put into pmode, in which case your
BIOS code wont do crap.
Otherwise, you're gonna have to program the VGA card
directly. Hope you know your VGA register set!
In short, you're in over your head if you're asking
that question.
Jeff