<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Rainer Stratmann wrote:
<blockquote cite="mid200608091219.52639.RainerStratmann@t-online.de"
 type="cite">
  <pre wrap="">Hello,

is there a document or sample code for accessing the timer interrupt and the 
serial interrupt in DOS mode.

Rainer

  </pre>
</blockquote>
I found that <b>getintvec</b> and <b>setintvec</b> do not work. Use <b>get_pm_interrupt</b>
and <b>set_pm_interrupt</b> instead.<br>
<br>
Andreas<br>
<br>
</body>
</html>