amiga.org
     
iconAll times are GMT -6. The time now is 10:46 PM. | Welcome to Forum, please register to access all of our features.

» Amiga.org » Amiga computer related discussion » Amiga Software Issues and Discussion » Editing the startup sequence in WB 1.3

Amiga Software Issues and Discussion This forum exists for the discussion of the use, issues with, and fun brought about by classic and next generation Amiga software.

Reply
 
Thread Tools Display Modes
Old 03-26-2005, 10:19 AM   #1
AmigaFreak
Technoid
Points: 9,300, Level: 64 Points: 9,300, Level: 64 Points: 9,300, Level: 64
Activity: 5% Activity: 5% Activity: 5%
 
AmigaFreak's Avatar
 
Join Date: Apr 2004
Location: Universal City, Texas
Posts: 233
Blog Entries: 3
Send a message via Yahoo to AmigaFreak
Default Editing the startup sequence in WB 1.3

Hey guys need some help

I remember a time when I was younger where i had the startup sequence of my WB 1.3 disk make the OS go into the ram so you could take out the disk reboot it, and the OS would load automatically. BUT I lost the book that tells you how to do it... its a small book that says AMIGA DOS for A500/A2000 does anyone know the script for doing that?
__________________
-- Joshua H.

"That's no problem for me I didn't mind if people wore pink bunny slippers as long as the job got done."
-- Jay Miner

"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-- Dennis Ritchie

"I think the major good idea in Unix was its clean and simple interface: open, close, read, and write."
-- Ken Thompson
AmigaFreak is offline   Reply With Quote
Old 03-26-2005, 10:29 AM   #2
bloodline
Master Sock Abuser
Points: 37,161, Level: 100 Points: 37,161, Level: 100 Points: 37,161, Level: 100
Activity: 8% Activity: 8% Activity: 8%
 
bloodline's Avatar
 
Join Date: Mar 2002
Location: London, UK
Posts: 11,657
Blog Entries: 3
Default Re: Editing the startup sequence in WB 1.3

I think you are talking about stting up a RAD:
__________________
My iPhone Game: Puny Humans -
http://itunes.apple.com/gb/app/puny-...362230281?mt=8
bloodline is offline   Reply With Quote
Old 03-26-2005, 11:41 AM   #3
Generale
Technoid
Points: 4,205, Level: 41 Points: 4,205, Level: 41 Points: 4,205, Level: 41
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2005
Location: NSW, Australia
Posts: 233
Send a message via ICQ to Generale Send a message via MSN to Generale Send a message via Yahoo to Generale
Default Re: Editing the startup sequence in WB 1.3

Sounds like the one. Its already there in the default mountlist for wb1.3
I think I saw that amiga dos book on aussie ebay yesterday. not sure though.

Wouldnt it be a matter of mounting rad/ramb0, and dumping across files? Then assigning the core directories to ramb0: and a path reset I think?
__________________
A500 (salvo): 1Mb RAM (512k chip, 512k SlowFast)
1x880k Floppy Disk, 1xIBM 540Mb 3.5\"HDD KS1.3, WB1.3
1084S monitor. AT Keyboard!
A500 (Whitey): 512k RAM, 1x880k Floppy Disk, KS1.2, WB1.3
Generale is offline   Reply With Quote
Old 03-26-2005, 12:16 PM   #4
bloodline
Master Sock Abuser
Points: 37,161, Level: 100 Points: 37,161, Level: 100 Points: 37,161, Level: 100
Activity: 8% Activity: 8% Activity: 8%
 
bloodline's Avatar
 
Join Date: Mar 2002
Location: London, UK
Posts: 11,657
Blog Entries: 3
Default Re: Editing the startup sequence in WB 1.3

yeah:
Mount RAD:
Copy df0: RAD:

:-D
__________________
My iPhone Game: Puny Humans -
http://itunes.apple.com/gb/app/puny-...362230281?mt=8
bloodline is offline   Reply With Quote
Old 03-26-2005, 02:41 PM   #5
AmigaFreak
Technoid
Points: 9,300, Level: 64 Points: 9,300, Level: 64 Points: 9,300, Level: 64
Activity: 5% Activity: 5% Activity: 5%
 
AmigaFreak's Avatar
 
Join Date: Apr 2004
Location: Universal City, Texas
Posts: 233
Blog Entries: 3
Send a message via Yahoo to AmigaFreak
Default Re: Editing the startup sequence in WB 1.3

How do I implemnt that.. I dont even remember how to get into the start up editor without the book. and I remember it being alot more complicated.. well atleast a longer process.
__________________
-- Joshua H.

"That's no problem for me I didn't mind if people wore pink bunny slippers as long as the job got done."
-- Jay Miner

"UNIX is basically a simple operating system, but you have to be a genius to understand the simplicity."
-- Dennis Ritchie

"I think the major good idea in Unix was its clean and simple interface: open, close, read, and write."
-- Ken Thompson
AmigaFreak is offline   Reply With Quote
Old 03-26-2005, 03:57 PM   #6
Merc
Technoid
Points: 8,719, Level: 62 Points: 8,719, Level: 62 Points: 8,719, Level: 62
Activity: 1% Activity: 1% Activity: 1%
 
Join Date: Apr 2002
Posts: 300
Send a message via ICQ to Merc
Default Re: Editing the startup sequence in WB 1.3

Quote:
AmigaFreak wrote:
Hey guys need some help

I remember a time when I was younger where i had the startup sequence of my WB 1.3 disk make the OS go into the ram so you could take out the disk reboot it, and the OS would load automatically.
Ok, this is from memory, but I think you first have to edit the entry for the RAD: drive so that it has 79 cylinders.
Then when you mount it, it will be the same size as a regular floppy, AND you can use diskcopy to quickly copy your WB disk to it. If you add a "bootpri=6" line to the RAD: entry then it will always override any bootable floppies you might have inserted.

You can edit the startup-sequence in the s directory (and the mountlist in devs) with the "ed" editor, for the startup-sequence you probably just need to add at the beginning:

if not exists rad:s/startup-sequence
then
mount rad:
diskcopy from df0: to rad: noverify
rad:c/assign c: rad:c
assign sys: rad:
assign s: sys:s
assign l: sys:l
assign devs: sys:devs
assign libs: sys:libs
execute s:startup-sequence
endif

... and I *think* you'll be in business.. it's been a while since I wrote an AmigaDOS script so I may have a few things wrong
Merc is offline   Reply With Quote
Old 03-26-2005, 08:09 PM   #7
Merc
Technoid
Points: 8,719, Level: 62 Points: 8,719, Level: 62 Points: 8,719, Level: 62
Activity: 1% Activity: 1% Activity: 1%
 
Join Date: Apr 2002
Posts: 300
Send a message via ICQ to Merc
Default Re: Editing the startup sequence in WB 1.3

Ok, I got curious and tried it in UAE, and had to make a few tweaks :-D

failat 11
mount > nil: rad:
if not exists rad:s/startup-sequence
sys:system/diskcopy from df0: to rad: noverify
rad:c/assign c: rad:c
assign sys: rad:
assign s: sys:s
assign l: sys:l
assign devs: sys:devs
assign libs: sys:libs
cd rad:
execute rad:s/startup-sequence
endif

--

Only problem is it stops to ask you to press enter before the diskcopy starts.
Merc is offline   Reply With Quote
Old 03-26-2005, 11:32 PM   #8
red_orion
Beginner
Points: 3,188, Level: 34 Points: 3,188, Level: 34 Points: 3,188, Level: 34
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Mar 2005
Posts: 27
Default Re: Editing the startup sequence in WB 1.3

I use to do the same thing on my A500. I'll look and see if I can find my old Workbench disk that has that startup-sequence.
red_orion is offline   Reply With Quote
Old 03-27-2005, 12:04 AM   #9
davide405
Beginner
Points: 3,321, Level: 35 Points: 3,321, Level: 35 Points: 3,321, Level: 35
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Feb 2005
Posts: 27
Default Re: Editing the startup sequence in WB 1.3

This much I do remember:

Editing the startup sequence was fairly painless. Any word processing program (i.e. Kindwords) that could save as an ASCII file would do the trick.
davide405 is offline   Reply With Quote
Old 03-27-2005, 03:43 AM   #10
blobrana
Energizer Bunny of Babble
Points: 16,995, Level: 83 Points: 16,995, Level: 83 Points: 16,995, Level: 83
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Mar 2002
Posts: 4,743
Default Re: Editing the startup sequence in WB 1.3

@Merc

LOL!
Thats superb.

@AmigaFreak

yeah i remember, (before i got a Hard Drive), that i used to just copy the libs: and c: drawer (or any weird font etc) into memory just to speed up floppy operation.

copy dfo:libs Ram:
copy DF0:c Ram: or copy DF0:c Ram:c

And entering the path into the `add path` bit

Or use the `resident` command that`ll keep the c: stuff in menory (only pure files can be made resident, though).


Path >NIL: RAM: Rad: Mad: ram:c SYS:Utilities etc

but i suppose thats its better to use the ASSIGN C: RAM:C and copy the c: drawer into a tidy drawer in the ram disk and like wise for the libs:,,, that`ll keeps all the files from getting mixed up...


---------------------------------
Disclaimer: loss of data using Ram & rebooting is not my fault, i would urge using Rad: where ever possibe
__________________

http://www.amiga.org/themes/Amiga.or...ange_arrow.gif[size=x-small]For Astronomy News[/size]
blobrana is offline   Reply With Quote
Reply

Bookmarks

Tags
editing , startup , sequence

Thread Tools
Display Modes

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Does my Startup Sequence and User Startup look ok? AmigaFun Amiga Hardware Issues and discussion 4 08-23-2008 07:01 PM
cpu detection in startup-sequence baxyp Amiga Software Issues and Discussion 3 05-31-2008 04:00 PM
Start Genesis (AmiTCP) in user-startup/Startup-sequence [SOLVED] AMIGAZ Amiga Software Issues and Discussion 2 04-21-2007 04:34 AM
Please please help! I deleted my startup-sequence dougal Amiga Software Issues and Discussion 5 10-15-2005 11:45 AM
Boot/Startup Editing slippymadfrog Amiga Software Issues and Discussion 5 01-08-2004 05:37 AM