Subject: Re: Soekris
To: David Laight <david@l8s.co.uk>
From: Ronald van der Pol <Ronald.vanderPol@rvdp.org>
List: current-users
Date: 05/12/2003 11:28:58
On Thu, May 08, 2003 at 14:13:59 +0100, David Laight wrote:

> The missing function is int 0x15, ah=0x86, cx=interval_high,
> dx=interval_low - sleep for set number of microseconds.
> 
> The alternative is to rewrite the code in stand/lib/pcio.c to use
> the biosgetsystime() function which uses int 0x1a, ah=0 to get the
> time in 18.2Hz ticks since midnight.

So, what would this int 0x1a, ah=0 assembler routine look like?

	rvdp