home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / t / tornado / TNdemo / Features < prev    next >
Encoding:
Text File  |  1996-12-30  |  937 b   |  18 lines

  1. Features of this version:
  2. -=-=-=-=-=-=-=-=-=-=-=-=-
  3.  * The support module uses dynamic areas when available (eg; through having a
  4. RiscPC or installing DummyDynamicAreas or whatever) but defaults to using RMA
  5. if these aren't available. Luckily most blocks are small so fragmentation
  6. shouldn't be too much of a problem.
  7.  * Works right back to RO2.
  8.  * Compatible with the Win32 thread handling API's through the provided C
  9. thunking layer (threads n/i as yet)
  10.  * Multiple clients not a problem.
  11.  * Works with Basic (any threads you create cannot be Basic code though).
  12.  * Written entirely in lovingly hand-crafted assembler.
  13.  * Correctly preempts tasks using floating-point registers and uses multiple
  14. FP stores and loads when available
  15.  * Saves and restores the current VDU redirection state
  16.  * Handles the "reply-before-next-Wimp_Poll" problem elegantly and flexibly
  17.  * Adds 1ms interrupt facilities for use by other routines if you wish
  18.