This patch makes the vm86 call succeed. It
- moves the run_bios function down so it can call setup_realmode_idt
- adds the __attribute__((regnum(0))) to biosint because it is called
from assembly
Signed-off-by: Myles Watson <mylesgw@gmail.com <mailto:mylesgw@gmail.com
Acked-by: Stefan Reinauer stepan@coresystems.de
Rev 964.
Thanks!
Myles