home *** CD-ROM | disk | FTP | other *** search
/ Large Pack of OldSkool DOS MOD Trackers / funk108a.zip / DOS32V30.ZIP / FILES.TXT < prev    next >
File List  |  1995-06-12  |  3KB  |  85 lines

  1.  
  2.                  DOS32   Version 3.01 
  3.  
  4.  
  5.                                               Written by Adam Seychell
  6.  
  7.  
  8.  
  9. Here's the complete list of files distributed with the program:
  10.  
  11. \
  12.     DOS32.DOC           The complete documentation for DOS32  (must read)
  13.     PMODE.DOC           A crash course in protected mode programming
  14.     PMODE2.DOC          A description of Protected Mode by Yann Stephan.
  15.     WHATS.NEW           What is new in this version.
  16.     FILES.TXT           The text file you are reading right now.
  17.  
  18. \BIN    
  19.     BINOBJ.EXE          A program to dump a file into an OBJ.
  20.     BINOBJ.ZIP          source code.
  21.     BIN2ASM.EXE         Binary to .ASM hex converter
  22.     BIN2ASM.ZIP         source code 
  23.     EXERID.EXE          Utility to remove wasted header space for .EXE files
  24.                         created by some linkers  e.g TLINK (tm) or LINK (tm)
  25.     DOS32.EXE           The DOS extender and loader.
  26.     DLINK.EXE           The DOS32 32bit OMF linker.
  27.  
  28.  
  29. \EXAMPLES         The examples directory
  30.      MAKE.BAT     An batch file for building most of the examples using TASM.
  31.      MAKE_M.BAT   Same as above except using Microsoft Assembler 6.x
  32.  
  33.      EG0.ASM      Various 32bit example programs using DOS32 (includes EXE's).
  34.      EG1.ASM      
  35.      EG2.ASM      
  36.      EG3.ASM
  37.      EG4.ASM
  38.      EG5.ASM
  39.      EG6.ASM
  40.      EG7.ASM   
  41.      REALMODE.ASM   <--- example of hooking a real mode interrupt.
  42.      VIDEO.ASM      <---- ultra simple example filling video memory.
  43.      VESA.ASM       <---- how to use the VESA BIOS extention for SVGA.
  44.      STUB.ASM       <---- An example DOS32 stub loader. 
  45.                                         Note: this is a real mode program.
  46.  
  47.         The following example programs require parts of the library.
  48.  
  49.      MODPLAY.ZIP    <--- MASM source to my modplayer.
  50.      GUSFILL.ASM    <-- This fills GUS's DRAM via DMA
  51.      DEBUGGER.ASM   <-- A demontration of The Debugger
  52.  
  53.  
  54.  
  55. \LIB                 This directory contains a library for some
  56.                       useful routines that I have developed.
  57.  
  58.      DEBUG.OBJ          Version 1.11 of the 32bit protected mode debugger
  59.      GUS.ASM            Gravis Ultrasound initalizing routines !
  60.      GUS.TXT            Info on about GUS.ASM
  61.      MOUSE.ASM          Routine for setting up a mouse event handler.
  62.      SQRT.ASM           Calclates the square root.
  63.      RANDOM.ASM         A random number generator.
  64.      DMA.ASM            8237 DMA contoller stuff.
  65.      MACROS.386         Useful macros for the library.
  66.  
  67.  
  68. \PAL             Power Assembly library (PAL)
  69.  
  70.     README.TXT      A note from the author, Peter Anderson.
  71.     M.BAT           Batch file for creating PAL.LIB using the Standard C 
  72.                     calling convention
  73.     MFAST.BAT       Batch file for creating PAL.LIB using the _fastcall C 
  74.                     calling convention
  75.     
  76.     
  77.  
  78.  
  79.  
  80. ------------------- End of file list ---------------------------------------
  81.  
  82.  
  83. TASM & TLINK is a trade mark of Borland International.
  84. MASM & LINK is a trade mark of Microsoft corp.
  85.