English Amiga Board

English Amiga Board (https://eab.abime.net/index.php)
-   Coders. Scripting (https://eab.abime.net/forumdisplay.php?f=117)
-   -   Speeding up Workbench startup? (https://eab.abime.net/showthread.php?t=69079)

Narf the Mouse 05 May 2013 20:12

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?

thomas 05 May 2013 20:23

quickest possible startup-sequence:

Code:

setpatch
loadwb
endcli


Narf the Mouse 05 May 2013 21:27

Quote:

Originally Posted by thomas (Post 886082)
quickest possible startup-sequence:

Code:

setpatch
loadwb
endcli


Accurate. Very accurate. :p :D

Can I speed up startup, without losing functionality? And if so, how?

Bamiga2002 05 May 2013 21:30

What Workbench? 1.x, 2.x or 3.x? Please also fill up X :p

thomas 05 May 2013 22:45

Quote:

Originally Posted by Bamiga2002 (Post 886097)
What Workbench? 1.x, 2.x or 3.x? Please also fill up X :p

The only WB which launches a second CLI during startup is 1.3.



Quote:

Originally Posted by Narf the Mouse (Post 886096)
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)

Narf the Mouse 26 May 2013 03:30

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?

thomas 26 May 2013 08:53

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.

daxb 26 May 2013 12:29

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.

thomas 26 May 2013 13:16

We are talking about 1.3 .....

daxb 26 May 2013 17:05

Ups... but at least the RAD stuff should work. I used it on my A500 1.3 for faster WB booting.


All times are GMT +2. The time now is 14:47.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.

Page generated in 0.04223 seconds with 11 queries