home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsm / modules / !BootFilte next >
Encoding:
Text File  |  1996-04-26  |  1.6 KB  |  59 lines

  1.  
  2.  BootFilter Version 0.30 (29 Jan 1995)
  3.  =====================================
  4.  
  5.  © Graham R King, 1994
  6.  
  7.  PD, do what thou wilt.
  8.  
  9.  
  10.  
  11.  Pseudo-documentation, ie. quite note.
  12.  =====================================
  13.  
  14.  This module's only really useful on a machine with low specs (I have a 2Mb
  15.  A3K) where big memory hungry boot applications are not wanted. Also it's
  16.  probably more useful for hackers rather then users.
  17.  
  18.  OK...so you are a hacker with a sad spec machine, heres the score:
  19.  
  20.  The bootfilter module should be RMLoaded in the root !Boot file, if your
  21.  boot file is not an obey but a desktop boot file you are not a hacker in
  22.  my sense of the word..
  23.  
  24.  What it does on initialisation is scans the keyboard for a key held down
  25.  and sets a system variable, the value of which is determined by the key.
  26.  
  27.  Example extract from !Boot file:
  28.  
  29.    ...
  30.     |-> Check which boot sequence to run
  31.     RMLoad Modules:BootFilter
  32.  
  33.     IF BootType = "Clear" THEN Obey -c Configs:ClearBoot
  34.     IF BootType = "DTP"   THEN Obey -c Configs:DTPBoot
  35.    ...
  36.  
  37.  The mapping from key to system variable value definitions are in the module.
  38.  Load the module into a text editor and change the table at the end. You can
  39.  add/remove entries as you wish.
  40.  
  41.  If no key is held down at bootup then the value "Default" is returned.
  42.  
  43.  Note that you don't need to hold the key down, simply tap it once when the
  44.  cursor starts to flash in the top left of the screen.
  45.  
  46.  If the module doesn't seem to work Configure Caps.
  47.  
  48.  
  49.  The Author
  50.  ==========
  51.  
  52.  54 Neath Road,
  53.  St. Judes,
  54.  Plymouth,
  55.  Devon.
  56.  PL4 8TG
  57.  
  58.  Tel: 01752 269964
  59.