home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / disk / pdos_112 / powerdos / configur < prev    next >
Text File  |  1993-08-02  |  3KB  |  57 lines

  1. **********          PowerDOS Configuration Variables          **********
  2.  
  3. Note: Configuration variables must start on column one of the line.
  4.       By placing an asterisk in column one (or a space, or anything),
  5.       the variable is disabled, and the default will be used instead.
  6.  
  7. ticks=100           Ticks per second, gives length of a process timeslice.
  8. priority=128        Initial system priority.
  9. memrsv=50           Memory to reserve at top of ram.
  10. maxblrsv=5          Max size of blocks of ram that can be allocated within
  11.                     the reserved area.
  12. *maxtpa=4000         Maximum TPA size given to a program.
  13. *maxmalloc=4000      Maximum memory returned for process Malloc(-1) call.
  14. *numdrives=26        Number of drive descriptors created.
  15. fastload=32         Number of k of heap to clear on progam load.
  16. cache=100           Number of disk cache sectors to create.
  17. *auto=0              Used to control how PowerDOS handles the AUTO folder
  18.                     on bootup.
  19. *autodrv=c           Drive to continue auto folder operations from.
  20. biosforce=y         Force the use of standard handles from the BIOS.
  21. negforce=y          Force GemDOS to use standard handles when negative
  22.                     handle numbers are used
  23. group_id=1          These two variables allow the group.user ID of the
  24. user_id=0           system to be set upon bootup, instead of requiring a
  25.                     logon proceedure.
  26.  
  27. **********                Programs to execute                **********
  28. To execute a program, place a # in the first column followed by the name
  29. of the program to execute (a complete pathname can be used). Following
  30. the program name, place one space, then a dollar sign $ to denote the
  31. start of the command tail. Programs executed in this manner are started
  32. using Pexec mode 0, so they would need to either pterm, ptermres or
  33. use the Wake_parent() function call to move to the background. 
  34.  
  35. Install pipes. The first line installs the pipe file manager, the
  36. second creates a pipe device named "PIPE".
  37. #pipe.dev
  38. #makepipe.ttp $pipe
  39.  
  40. Install the background memory report process
  41. #mem_rpt.ttp $mem_list.txt
  42.  
  43. Install the automatic task creation program
  44. #auto_run.ttp $command.fil
  45.  
  46. An alias for quick access to the POV raytracer
  47. #aliasdrv.ttp $p,d:\raytrace\pov\
  48.  
  49. To trace the POV raytracer, just for fun
  50. #trace.ttp $pov.ttp,p:\povtrace.txt
  51.  
  52. NOTE: we created an alias drive P, so we might
  53. as well use it!
  54.  
  55. Install Falcon030 PTC1426 monitor patcher
  56. #1426_fix.prg
  57.