home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / os2 / raytrace / dkb / os2port.exe / DKB212O2.ZIP / README < prev    next >
Encoding:
Text File  |  1991-07-04  |  1.7 KB  |  36 lines

  1. README file of DKB212O2  archive
  2. Turgut Kalfaoglu, <turgut@trearn.bitnet>
  3.  
  4.  
  5. This archive contains my OS/2 version of DKB.EXE, the three source files
  6. that I edited, and the changed IBM.MAK and IBM.LNK files. I renamed these
  7. files as IBMOS2.MAK and IBMOS2.LNK.
  8.  
  9. Changes to the source:
  10.    render.c  : An added #define OS2  to the top, and
  11.                later on 'if OS2 is defined, then display progress'
  12.                since DKB relies heavily on int86 instructions, 
  13.                display is not a possible option, so at least you can
  14.                see which line DKB is working on, estimate how far until
  15.                completion, etc.
  16.                
  17.    trace.c :   So that DKB will not slow down other processes that may be
  18.                more time critical, I added a DosSetPrty (DosSetPriority)
  19.                call to trace.c. The new priority of DKB is the highest 
  20.                priority of the idle class. Meaning, it will be the fastest
  21.                running thing IF there is nothing running in the Regular or 
  22.                Time-critical classes. Since it has the highest priority of
  23.                this class, it will not conflict with 'cpu load monitors' and
  24.                such, which normally use the 'Idle class, lowest priority'
  25.                setting.
  26.    ibm.c :     I simply commented out all 'int86' calls, as with the 
  27.                previous version. This disables the +d command (which you 
  28.                should not use), thus you get no picture while DKB is 
  29.                running. 
  30.                
  31.    Misc :      Compiled under MSC 6.0, with OS/2 2.0 Beta, on 7/4/91.
  32.                Supplied DKB.EXE requires math coprocessor.
  33.                
  34.  
  35.                    
  36.