First of all, thanks to everybody who has answered.
I must correct myself, as I've posted vague and false information.
These are the correct ones:
When I switch the Amiga the mounted memory is:
- CHIP RAM: 2096128 bytes (~2 Mb)
- FAST RAM: 16252928 bytes (15.5 Mb - this is correct as I have the FASTROM
jumper set on the Bz1230)
So the memory is detected correctly.
At this point, "Avail FLUSH" returns that 77152 bytes of CHIP RAM and
675320 bytes of FAST RAM are "In-Use" (how come that so much FAST is used?!?
*What* uses it?!? - please note that I've just turned the machine on and
that I have booted *without* startup-sequence).
Then, these first lines of my startup-sequence are executed:
C:SquirrelSCSI
;C:LoadModule L:Shell-Seg L:RAM-Handler NOREBOOT
;C:SetPatch SKIPROMUPDATES=shell,ram-handler QUIET
C:LoadModule L:RAM-Handler NOREBOOT
C:SetPatch SKIPROMUPDATES=ram-handler QUIET
Execution goes as follows (variations of "In-Use" memory indicated in
brackets) :
1. C:SquirrelSCSI is executed
- used CHIP: 77152
- used FAST: 703632 [+28312]
(at this stage, nothing to say)
2. C:LoadModule L:RAM-Handler NOREBOOT is executed
- used CHIP: 117176 [+40024]
- used FAST: 703632
(why does LoadModule use CHIP RAM?)
3. C:SetPatch SKIPROMUPDATES=ram-handler QUIET is executed
and the system re-boots
- used CHIP: 236608 [+119432]
- used FAST: 676168 [-27464]
(values have been taken immediately after re-booting without
startup-sequence; why does SetPatch use CHIP RAM?)
4. C:SquirrelSCSI is executed again
- used CHIP: 236608
- used FAST: 704480 [+28312]
(at this stage, nothing to say)
5. C:LoadModule L:RAM-Handler NOREBOOT is executed again
- used CHIP: 236608
- used FAST: 704480
(at this stage, nothing to say)
6. C:SetPatch SKIPROMUPDATES=ram-handler QUIET is executed again
- used CHIP: 236608
- used FAST: 739176 [+34696]
(at this stage, nothing to say)
As last note, here are the versions of the programs involved:
- SquirrelSCSI 39.44 (04/26/1996)
- LoadModule 40.9 (08/11/2002)
© THOR
- setpatch 44.38 (03/08/2002)
- BoingBag #2 installed
Please enlighten me!
Thanks & bye!
Saimo