Welcome, Guest. Please login or register.

Author Topic: MuTools and more updated to V46  (Read 14027 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline amiadudeorwat

Re: MuTools and more updated to V46
« on: December 19, 2016, 12:11:25 PM »
Thor, new mmulib is working fine.  A feature I would like in loadmodule is to force loading an older library or module.  When running a custom ROM sometimes I think I screwed up and want to try an older version of a library but there is no way to currently do this that I know of.
 

Offline amiadudeorwat

Re: MuTools and more updated to V46
« Reply #1 on: December 19, 2016, 02:23:27 PM »
Quote from: Rotzloeffel;817907
you have to Load all Modules from the Romupdate manually and set the path to your older lib by hand.....

Loadmodules libs:olderlib/myoldlib.library should do the trick...
Setpatch NOROMUPDATES

What I mean is I burned a custom Kickstart ROM with scsi.device 44.2, if I want to try scsi.device 43.43 loadmodule will fail saying scsi device version 44 present.  Same issue if you have v43.43 of a library and the library you want to load is 43.45, it will fail saying you have the the same major version.  

Loadresident has a FORCE option, but it isn't always reliable-as in the older library sometimes doesn't actually take effect.  I'm just thinking it would be better in some cases for Loadmodule to not be "smart" and allow you to force whatever version you want to load.