NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: alexBishop on January 24, 2011, 04:45:12 AM

Title: Interrupts
Post by: alexBishop on January 24, 2011, 04:45:12 AM
can anyone please show me how to use real mode interrupts in protection mode without the use of unreal mode.
Title: Re: Interrupts
Post by: Frank Kotler on January 24, 2011, 06:00:00 AM
I think you'll need to create a "vm86 task".

http://wiki.osdev.org/Virtual_8086_Mode

Maybe better yet:

http://osdev.berlios.de/v86.html

Best,
Frank