*| This file will be run using '*Exec Run_Me' *basic REM Allocate 64Mbytes to the RAM filing system SYS "OS_ChangeDynamicArea",5,64000000 QUIT *| Set file type of default HardDisc image *settype HardDisc4/util Utility *| Copy this self-extracting image to the RAM disc *copy HardDisc4/util RAM::0.$.* ~c ~v *| Select the RAM filing system *ram *| Extract the necessary 'vanilla' boot image *run HardDisc4/util *| Move it into the root directory of the RAM disc *copy HardDisc4.* * ~c d r ~v *delete HardDisc4 *delete HardDisc4/util *Run !Boot