home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / screen / a / atomwide / Boot-Info next >
Encoding:
Text File  |  1991-02-01  |  7.5 KB  |  170 lines

  1. Incorperating the VIDC Enhancer into your !Boot sequence
  2. ========================================================
  3.  
  4. The Archimedes computer is capable of operating a variaty of Boot sequences.
  5. These notes are intended to assist you in incorperating the software within
  6. either your existing sequence or in creating a !Boot sequence that allows
  7. your desktop to start in Mode 102.
  8.  
  9. Inside the application !Taxan you will find a directory called modes, this
  10. contains the mode modules that contain the information that provides the
  11. different screen modes. To allow the Archimedes to start up in a particular
  12. screen mode, other than a standered mode, one of these modules must be
  13. "RMloaded" before the Desktop is entered.
  14.  
  15. In this sub-directory you will find a !Boot sequence that will function with
  16. an ADFS hard disc based system assuming that the Harddisc is called
  17. "Harddisc4". An explanation of these files will allow the end user to either
  18. use this !Boot sequence or to modify it to function with your existing
  19. filing system (ADFS or SCSI).
  20.  
  21. Inside the !Boot directory there are three files. !Deskstart, !Run and
  22. !Sprites. The !Sprites file contains the !Boot sprite, as long as the sprite
  23. is always called !Boot it may be modified to be any sprite that you would
  24. like to be displayed for the !Boot directory. The !Run file is read by the
  25. operating system when the hard disc is mounted and an expanation of the line
  26. commands is given below.
  27.                                                                 
  28. !Run
  29. ====
  30.  
  31. |Taxan Multivision !Run file                  : This comment line identifies
  32.                                               : this file 
  33. IconSprites <Obey$Dir>.!Sprites               : This line lets RISC OS know 
  34.                                               : where the sprite for the
  35.                                               : !Boot application may be
  36.                                               : found 
  37. Rmload adfs::HardDisc4.$.!Taxan.modes.Taxan795: This line loads the mode 
  38.                                               : module, it assumes that
  39.                                               : the !Taxan application is 
  40.                                               : in the root of the Hard
  41.                                               : disc (This line will be run 
  42.                                               : before the Archimedes 
  43.                                               : enters the Desktop)
  44. Desktop -file <Obey$Dir>.!DeskStart           : This line is used to 
  45.                                               : "Chain" the file called 
  46.                                               : !Deskstart contained 
  47.                                               : within the !Boot application
  48.                                                                         
  49.  
  50. !Deskstart
  51. ==========
  52.  
  53. |Taxan Multivision !Deskstart file            : This comment line identifies
  54.                                               : this file
  55. Run adfs::HardDisc4.$.!System                 : This line run's the !System
  56.                                               : application which 
  57.                                               : should be found in the root
  58.                                               : of the hard disc
  59. Run adfs::HardDisc4.$.!Fonts                  : This line run's the !Fonts
  60.                                               : application which 
  61.                                               : should be found in the root
  62.                                               : of the hard disc   
  63. Run adfs::HardDisc4.$.!Taxan                  : This line run's the !Taxan
  64.                                               : application which 
  65.                                               : should be found in the root
  66.                                               : of the hard disc
  67.  
  68.                     
  69. Different filing systems and positions of files on the Harddisc
  70. ===============================================================
  71.  
  72. The position of the files named in the !Run and !Deskstart files should be
  73. noted carefully. If any particular application is not positioned in the
  74. correct part of your hard disk then the !Boot application will not work
  75. correctly and any of the lines may require changing. For example if the
  76. !System application is not in the root of the hard disc but in a
  77. sub-directory called Martin (it's full name would be
  78. ADFS::Harddisc4.$.Martin.!System) then the the 2nd line of the !Deskstart
  79. file will need to be changed to read :-
  80.  
  81. Run adfs::HardDisc4.$.Martin.!System
  82.  
  83. If you are using a SCSI Harddisc then all the references to ADFS in both the
  84. !Run and !Deskstart files will need to be changed.
  85.  
  86. Run adfs::HardDisc4.$.!System
  87.  
  88. need's to be changed to :-
  89.  
  90. Run SCSI::HardDisc4.$.!System
  91.  
  92.  
  93.  
  94. Starting other files
  95. ====================
  96.  
  97. If you wish to start the Desktop with the !Edit application loaded on to the
  98. icon bar then the following line would be added to the !Deskstart file.
  99.  
  100. Run adfs::HardDisc4.$.!Edit
  101.  
  102. This also assumes that the !Edit application is in the root of the harddisc,
  103. if the application is positioned elswhere on the harddisc then the line
  104. needs to be changed to point to the application.
  105.  
  106.  
  107. Configuring the Archimedes to Boot
  108. ==================================
  109.                 
  110. To force the Archimedes to boot from the harddisc and run your version of
  111. the Boot application that you should copy onto the root of the Harddisc you
  112. should enter the following at the "*" prompt followed by a <CTRL>-<Break>
  113.  
  114. *Con. Boot <Return>          : Tells the machine that you wish to use the 
  115.                              : file called !Boot on the harddisc
  116. *Con. Drive 4 <Return>       : Tells the machine that you wish to use the 
  117.                              : !boot file on Drive 4
  118. *Con. Mon. 1 <Return>        : Tells the machine that it has a multisync
  119.                              : monitor attached to it
  120. *Con. Wimpmode 102 <Return>  : Tells the machine that you wish to start 
  121.                              : the Desktop in mode 102   
  122. *mount 4 <Return>            : Selects Drive 4 
  123. *opt 4,2 <Return>            : Tells the harddisc that you wish to run 
  124.                              : the !Boot application
  125. <CTRL>-<Break>               : Saves the information in the Cmos ram of 
  126.                              : your machine and re-boots your machine
  127.  
  128.  
  129. Existing harddisc boot files
  130. ============================
  131.  
  132. If you already have a !Boot application on your harddisc then with close
  133. examination you should be able to find the correct point at which to add 
  134. the lines that load the Taxan modules and run the !Taxan application.
  135.  
  136. Booting from a floppy disk
  137. ==========================
  138.  
  139. To Boot the software from the floppy disk simply enter the following
  140. commands from the "*" prompt and use the !Boot application supplied 
  141. on the release disk.
  142.                                            
  143. Copy your !System appliction onto the release disc that came with your VIDC
  144. Enhancer.
  145.  
  146. *Con. Boot <Return>          : Tells the machine that you wish to use 
  147.                              : the file called !Boot on the harddisc
  148. *Con. Drive 0 <Return>       : Tells the machine that you wish to use 
  149.                              : the !boot file on Drive 0
  150. *Con. Mon. 1 <Return>        : Tells the machine that it has a  
  151.                              : multisync monitor attached to it
  152. *Con. Wimpmode 102 <Return>  : Tells the machine that you wish to  
  153.                              : start the Desktop in mode 102   
  154.  
  155. Place your release disk in the floppy drive
  156.  
  157. <CTRL>-<Break>               : Saves the information in the Cmos ram 
  158.                              : of your machine and re-boots your machine
  159.  
  160.  
  161.                                              
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.