Paging: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Combuster (talk | contribs)
→‎Handling: Why calling the debug interrupt?!
Line 100: Line 100:


===Handling===
===Handling===
Redefine INT 14 (0Eh) in pmode. This is the interrupt that gets called when a page fault occurs. A good idea is to call INT 3 at that point.
Redefine INT 14 (0Eh) in pmode. This is the interrupt that gets called when a page fault occurs.

''More...''


==See Also==
==See Also==