If I remember correctly it isn't possible to run machine code >=1Mb. in real mode, so does
this hold true for voodoo mode also? If so maybe I can copy the current task to conventional
memory when needed and run it until the next context switch and then load the next task
to conv. mem. I know this would be slow but it's an idea

Is there a way to use DOS/BIOS interrupts once switched to 16bit protected mode?
Maybe redirecting the interrupts?
Bare with me please, im new to this pmode stuff.
Thanks for help.