Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: fishy_fiz on June 03, 2011, 02:51:32 PM
-
Im interested to try soft kicking 3.1 so I can install os3.9 on my a1200 (I have 3.0 physical roms). I have an apollo 1240 accelerator so Im under the impression RemApollo is my best option ? Anything else I should be aware of when softkicking?
Thanks in advance ?
-
Simple answer... NO... :)
-
RemApollo is your best change :)
With RemApollo you can also load modules, like comos new graphics.library, wich you can't do with blizkick
-
With RemApollo you can also load modules, like comos new graphics.library, wich you can't do with blizkick
Out of curiosity, why can't blizkick load the graphics.library? Did Cosmos break something?
-
BlizKick CAN load libraries... :)
This is One of the small scripts I use with BlizKick on my Blizzard060/PCC board... :)
FAILAT 10
Assign <>NIL: BKM: "SYS:Expansion/BlizKick/Modules/"
Assign <>NIL: Kik: "DEVS:KickStarts/Bliz/"
CD BKM:
C:+C/BlizKick Kik:ROM3.1.patched extresbuf=110000 Module= FixGetMsg con.dev.new FFS.V45.9 FSys.res.V45.7 inp.dev.V50.26 ram-hand.V44.21 Rom.IDTag.V44.26 IntAckFix msingbas.lib mffp.lib AlertFix QUIET
Assign <>NIL: BKM: Remove
Assign <>NIL: Kik: Remove
As you can see I use this script to replace the "mathieeesingbas.library" & the "mathffp.library" with 060 specific versions... :)
-
Blizzkick is intended for Blizzard cards (which is why it works on yours Franko).
RemApollo is the Apollo card equivalent.
-
Blizzkick is intended for Blizzard cards (which is why it works on yours Franko).
RemApollo is the Apollo card equivalent.
Yeah, I had gathered that but I was just trying to explain to Jope that BlizKick can handle libraries as I think the other posts had led him to believe it couldn't... :)
-
With blizkick you need to have special module to load specified external library. You just can't put any .library and load it with blizkick.
OR I'm I wrong? Have anybody loaded graphics.library with blizkick?
-
With blizkick you need to have special module to load specified external library.
No you don't. You can load anything you can LoadSeg.
You just can't put any .library and load it with blizkick.
Of course the code needs to be fully reentrant and without any static data. Not all libraries qualify.
-
With blizkick you need to have special module to load specified external library. You just can't put any .library and load it with blizkick.
OR I'm I wrong? Have anybody loaded graphics.library with blizkick?
As Piru quite correctly answered your question, it only leaves me wondering why you would want to load the graphics.library separately when it's already in the fastmem ROM image... :confused:
-
As Piru quite correctly answered your question, it only leaves me wondering why you would want to load the graphics.library separately when it's already in the fastmem ROM image... :confused:
there is a new third party graphics.library.
-
I think the other posts had led him to believe it couldn't... :)
.. or perhaps I was just being an asshole and wanted Utri to explain why he thought it couldn't .. ;-)
-
I have asked it here multiple times and nobody hasn't tell me how to do it and as a franko pointed out I got impression that it is not possible. I didn't get it work myself, with RemApollo it worked easily.
With cosmos new graphics.library games like napalm, foundation wich use hires modes are much more playable.
-
Thanks for the feedback people. Could someone please paste me a simple example of remapollo use just doing a standard softkick of a 3.1 rom image please ? I'm interested in loading extra modules and libs too, but being that Ive never used it before I just want to take it a step at a time.
Thanks in advance :)
-
Why you just don't get an El'Cheapo actual 3.1 kickstart and be done with?
3.0 is epix failz0rz.
If you have the 3.1 kick, you can then load modules of your choice with LoadModule/LoadResident at will.
-
I depends :) if mobo has timing fixes or not. My Apollo doesn't boot at all with 1d4 mobo with 3.1 roms installed, works just fine with 3.0 roms. Without fixes 2b mobo is totally useless
-
So is no-one is able to help me out with an example please ?
-
I don't have one, but here is something I found:
http://rhz1.comlu.com/tipsandtricks/remapollo_fix.htm
-
Cool, thanks for that Heiroglyph. :)