[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference hydra::amiga_v1

Title:AMIGA NOTES
Notice:Join us in the *NEW* conference - HYDRA::AMIGA_V2
Moderator:HYDRA::MOORE
Created:Sat Apr 26 1986
Last Modified:Wed Feb 05 1992
Last Successful Update:Fri Jun 06 1997
Number of topics:5378
Total number of notes:38326

3744.0. "Booting from RAD" by JGO::CHAPMAN () Thu May 03 1990 06:07

    I'm trying to get mt RAD disk to reboot from itself and pass control
    to my janus harddisc. This works OK, at least it always starts to
    work OK, but there seems to be some conflict between between RAD:
    and RAM:. Any time that the startup-sequence in RAD: come across
    a reference to RAM:, the execution stops with an error message.
    
    For example, I originally had:
    
    	makedir ram:t
    	assign t: ram:t
    
    in the startup-sequence above the point of handover to jh0:. The
    error message says can't make directory or some such. I have a line
    which says
    
    	date >ram:datefile
    
    and I get the error message 'can't open redirection file'. I've
    tried a few other examples, and it always fails at the first mention
    of ram:
    
    I'm baffled. Any ideas?
    
    Colin
    
T.RTitleUserPersonal
Name
DateLines
3744.1A guess...BOMBE::MOOREEat or be eatenThu May 03 1990 16:452
    Did you put a copy of MountList and associated device drivers/handlers
    (i.e. the stuff in DEVS:) into RAD?
3744.2WJG::GUINEAUThu May 03 1990 19:154
How much memory do you have and how big is your RAD device? You may be making 
RAD: to big so that when you put something into RAM:, it has no room left.

john
3744.3I'll check devs:NMGV11::CHAPMANFri May 04 1990 04:358
    I have 3meg and am only making a small rad:, so memory shouldn't
    be a problem. I'll check how much of devs: I copied to rad:. I thought
    I copied all the relevant bits, but it is possible......
    
    Thanks 
    
    Colin
    
3744.4Ram-Handler?FROCKY::BALZERChristian Balzer DTN:785-1029Fri May 04 1990 07:379
Re: .0

You do have the L:Ram-Handler available when trying to access RAM:, do you?
If you boot from RAD: this should be RAD:l/Ram-Handler...
There are some other files like the Disk-Validator and the info and icon 
library that come in handy on a minimum boot disk/partition.

<CB>

3744.5Works now, but...JGO::CHAPMANWed May 16 1990 12:2013
    Thanks! Had everything else. Thought I had ram-handler. Checked
    it, Didn't have it.
    
    I spent a lot of time trying to tune my startup-sequence so as to
    save time on a RAD boot, even to the extent of copying a separate
    startup-sequence into RAD:. The conclusion was that I couldn't save
    more than a few seconds off my approx. one minute startup time,
    principally because binddrivers takes so long over janus.library.
    At the expense of about 110k RAD: it just wasn't worth it, so I
    scarapped the idea.
    
    Colin