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