| See PreDesktop for details on the 'Start' and 'End' markers

|Start RISCOS !ThemeDefs 0.05 Deferred
| Load any deferred theme resources now the WimpMode is set
If "<ThemeDefs$ToBeIcons>"<>"" Then IconSprites <ThemeDefs$ToBeIcons>
If "<ThemeDefs$ToBeIcons>"<>"" Then /BootResources:Configure.IconChange
If "<ThemeDefs$ToBeTools>"<>"" Then ToolSprites <ThemeDefs$ToBeTools>
Unset ThemeDefs$ToBe*
|End

|Start RISCOS !Boot 0.72 Auto tasks
|
Repeat Filer_Boot Boot:RO520Hook.Res  -Applications -Tasks
Repeat Filer_Boot Boot:RO510Hook.Res  -Applications -Tasks
Repeat Filer_Boot Boot:RO500Hook.Res  -Applications -Tasks
Repeat Filer_Boot <BootResources$Dir> -Applications -Tasks
Filer_Boot        <Boot$Dir>
Repeat Filer_Run  Choices:Boot.Tasks  -Tasks
|
IfThere Boot:^.Utilities     Then Repeat Filer_Boot Boot:^.Utilities     -Applications -Tasks
IfThere Boot:^.Utilities.520 Then Repeat Filer_Boot Boot:^.Utilities.520 -Applications -Tasks
IfThere Boot:^.Utilities.510 Then Repeat Filer_Boot Boot:^.Utilities.510 -Applications -Tasks
IfThere Boot:^.Utilities.500 Then Repeat Filer_Boot Boot:^.Utilities.500 -Applications -Tasks
IfThere Boot:^.Printing      Then Repeat Filer_Boot Boot:^.Printing      -Applications -Tasks
|End

|Start RISCOS !Internet 5.39 Resolver
If "<Alias$InetLoadResolver>" <> "" Then InetLoadResolver
Unset Alias$InetLoadResolver
|End

|Start RISCOS !Boot 0.72 completion
| This line turns the hourglass off at the end of the boot sequence:
/Boot:Utils.HOff
if "<Wimp$Font>" <> "" then /BootResources:Configure.FontChange
IfThere BootResources:Configure.!InetSetup Then Filer_Boot BootResources:Configure.!InetSetup
IfThere BootResources:!Configure Then Set Alias$@LoadType_FF2 LoadCMOS %*0 Else Set Alias$@LoadType_FF2 Error 0 You cannot reconfigure this machine using %0
IfThere BootResources:!Configure Then Set Alias$@RunType_FF2  LoadCMOS %*0 Else Set Alias$@RunType_FF2 Error 0 You cannot reconfigure this machine using %0
WimpSlot -next 640k
|End
