home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / breq-1.16.lha / BReq / BReq-1.16.readme < prev    next >
Text File  |  1994-09-09  |  4KB  |  87 lines

  1. Short: Gadgets for OS selection during startup
  2. Uploader: uairk@mcl.mcl.ucsb.edu
  3. Author: uairk@mcl.mcl.ucsb.edu    (Eric R. Augustine)
  4. Type: util/boot
  5.  
  6. New for 1.16: Both gadgets have system alterable system strings.
  7.  
  8. This program started out as a simple program to solve a simple
  9. problem - choose to boot into AmigaOS or NetBSD on a machine
  10. that had both options available at startup time BEFORE going
  11. through all of the Startup-Sequence.  This was originally done
  12. using Nico Francois' excellent ReqTools package.  After requests
  13. came asking for timeout I decided that using Intuition directly
  14. was best so the original version was completely scrapped and
  15. what is now here came to be.  I added a timeout and default
  16. feature allowing BReq to go through a default option after a
  17. certain amount of time had passed.  Realizing that the timeout
  18. might be quite long I added a blanker (quite simple once I got
  19. the idea of IDCMP) and it was quite silly of me not to make
  20. both buttons (or gadgets rather) alterable - so now both gads
  21. can be altered on the command line.
  22.  
  23. Details about all of the options are in the accompanying "BReq.man"
  24. document as well as several examples.
  25.  
  26. I have it directly following C:SetPatch in my Startup-Sequence where it
  27. works well - allowing me to avoid all the stuff in my startup so I don't
  28. have to wait for all of that to be done before booting into NetBSD.
  29.  
  30. Give it a go and let me know if there's anything wrong - or something
  31. you'd like added (I'll try :)  I would like to add a NoClick option to
  32. stop the floppy from making that bloody clicking noise. This is mostly
  33. a learning thing for me since previous to this I had little or no
  34. intention of ever doing anything that had any graphical interface
  35. whatsoever.  So - the code is overly commented for anyone curious
  36. about doing something similar.
  37.  
  38. I can be contacted at the above internet address until Oct1994 and after
  39. that at
  40.  
  41. voodoo@well.sf.ca.us
  42.  
  43. Enjoy...
  44.  
  45.  - Eric.
  46.  
  47.  
  48. History (???)
  49.  
  50.  1.16 Changed the SYSSTRING option to SYSA and added SYSB.  Also
  51.       made the non-REVERSE screen a default set of colours.  SYSB
  52.       introduced for some odd reason the new BUTTONS bug.
  53.  
  54.  1.15 Removed WBENCHSCREEN option - or rather made CUSTOMSCREEN the
  55.       only screen type option. Rewrote most of the code to use gadgets
  56.       and responses from IDCMP.  Added DEFAULT and TIMEOUT options.
  57.       Also added are comment strings for each gadget. These are the
  58.       ATEXT and BTEXT options and as a result of the gadget comment
  59.       strings the buttons were placed on top of each other on the
  60.       left side of the screen rather than in the middle.  Also got
  61.       the screen BLANKer working smoothly this time around.  IDCMP
  62.       and Intuition in general made life alot easier.  It's not a
  63.       fancy blanker - just makes the screen and pointer black. And
  64.       last but, not least - PAL/NTSC recognition was added for this
  65.       version.    BReq just checks to see if it is running under PAL
  66.       and changes the positions of the gadgets and comments as well
  67.       as resizing the window and screen accordingly.
  68.  
  69.  1.14 Various attempts at getting a TIMEOUT to work properly brought
  70.       me to use a standard Intuition requester.  Discovered IDCMP
  71.       doesn't quite work that way. (test version)
  72.  
  73.  1.13 Last of the ReqTools versions.  Added the REVERSE option and
  74.       cleaned up code a bit. (test version)
  75.  
  76.  1.12 Added BUTTONS option. (second release)
  77.  
  78.  1.11-1.09 (???) Wasn't really keeping track :) Added SCREEN option
  79.       in there somewhere.  Also previous to 1.11 SCREEN wasn't an
  80.       option - BReq just opened onto its own screen. (test releases)
  81.  
  82.  1.00 Simple ReqTools requestor with SYSSTRING option opening onto
  83.       workbench (ugh). (first release)
  84.  
  85.  0.00-0.90 (???) ...
  86.  
  87.