custom interrupts and such
Posted: Sat Jan 26, 2002 12:00 am
Hello everyone.
I have a nearly finished boot sector going. Right
now it is real mode only. I would like to change
it to protected mode soon. However, I would like
some clarification. I have real mode and pmode
down okay I suppose, but what is "unreal" mode,
and virtual 86 mode? Who uses them, and why?
About the interrupts. I haven't found a lot of info
on custom interrupts. I would like to have interrupts
much like DOS, one for the disk, one for programs, a
main system call, etc. How can I write my own interrupt
handler for interrupts 20 through 25 or so?
Any help is appreciated. Thanks people!
I have a nearly finished boot sector going. Right
now it is real mode only. I would like to change
it to protected mode soon. However, I would like
some clarification. I have real mode and pmode
down okay I suppose, but what is "unreal" mode,
and virtual 86 mode? Who uses them, and why?
About the interrupts. I haven't found a lot of info
on custom interrupts. I would like to have interrupts
much like DOS, one for the disk, one for programs, a
main system call, etc. How can I write my own interrupt
handler for interrupts 20 through 25 or so?
Any help is appreciated. Thanks people!