English Amiga Board


Go Back   English Amiga Board > Coders > Coders. System > Coders. Scripting

 
 
Thread Tools
Old 05 May 2013, 20:12   #1
Narf the Mouse
Registered User
 
Join Date: Jan 2007
Location: Vancouver Area, Canada
Posts: 136
Speeding up Workbench startup?

First question - Startup-Sequence launches a second CLI? Is that necessary, and, if not, what line do I edit to stop that?
Narf the Mouse is offline  
Old 05 May 2013, 20:23   #2
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
quickest possible startup-sequence:

Code:
setpatch
loadwb
endcli
thomas is offline  
Old 05 May 2013, 21:27   #3
Narf the Mouse
Registered User
 
Join Date: Jan 2007
Location: Vancouver Area, Canada
Posts: 136
Quote:
Originally Posted by thomas View Post
quickest possible startup-sequence:

Code:
setpatch
loadwb
endcli
Accurate. Very accurate.

Can I speed up startup, without losing functionality? And if so, how?
Narf the Mouse is offline  
Old 05 May 2013, 21:30   #4
Bamiga2002
BlizzardPPC'less
 
Bamiga2002's Avatar
 
Join Date: May 2004
Location: Finland
Age: 46
Posts: 3,210
Send a message via MSN to Bamiga2002
What Workbench? 1.x, 2.x or 3.x? Please also fill up X
Bamiga2002 is offline  
Old 05 May 2013, 22:45   #5
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
Quote:
Originally Posted by Bamiga2002 View Post
What Workbench? 1.x, 2.x or 3.x? Please also fill up X
The only WB which launches a second CLI during startup is 1.3.



Quote:
Originally Posted by Narf the Mouse View Post
Can I speed up startup, without losing functionality? And if so, how?
Which functionality do you miss?

Perhaps so:

Code:
SetPatch
System/SetMap d
Resident CLI L:Shell-Seg SYSTEM PURE ADD
Mount NEWCON:
LoadWB
EndCLIi
(d is the German keymap, for Canada you'd probably use cdn or something)
thomas is offline  
Old 26 May 2013, 03:30   #6
Narf the Mouse
Registered User
 
Join Date: Jan 2007
Location: Vancouver Area, Canada
Posts: 136
Sorry, didn't realize it had been so long.

Ok, there seems to be miscommunication on what I'm asking.

Is it possible to change startup-sequence so that the end results are the same, but the internal path is faster?
Narf the Mouse is offline  
Old 26 May 2013, 08:53   #7
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
No. They wouldn't have done it like this if it could be done better. You only can remove things you don't need.


If you boot from floppy disk, I got very nice results by optimizing the disk with DosControl. It does not only defragment but also arranges the blocks on disk in the order they are loaded during boot. The result is that you hear almost no drive clicking during boot and it is quite fast.
thomas is offline  
Old 26 May 2013, 12:29   #8
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
You might use replacements like LoadMonDrvs and env-handler for slight speedup. A RAD can be used for fast boot time if you have enough RAM. Storing files on a media like CF, SSD should make boot really fast.
daxb is offline  
Old 26 May 2013, 13:16   #9
thomas
Registered User
 
thomas's Avatar
 
Join Date: Jan 2002
Location: Germany
Posts: 6,985
We are talking about 1.3 .....
thomas is offline  
Old 26 May 2013, 17:05   #10
daxb
Registered User
 
Join Date: Oct 2009
Location: Germany
Posts: 3,303
Ups... but at least the RAD stuff should work. I used it on my A500 1.3 for faster WB booting.
daxb is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Workbench Version command and startup-sequence Ze Emulatron support.Other 3 27 June 2011 16:19
Speeding up UAE capehorn support.WinUAE 3 07 November 2010 17:09
Crashes on Workbench startup ancalimon support.WinUAE 1 01 February 2008 14:39
Speeding up the 060? Fackamato New to Emulation or Amiga scene 5 09 September 2004 21:23
workbench 1.3 startup disks jasonc310771 New to Emulation or Amiga scene 0 02 February 2003 15:21

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 16:32.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.13053 seconds with 13 queries