Hi I've been playing around with creating my own custom 3.9 rom and it works well but looking at adding updated stuff ect an was looking at romfixes from blizkick but don't seem to be able to find out what it "fixes" does anyone know?
I don't use any of the Blizkick patches for an AmigaOS 3.9 kickstart which includes many fixes already. I do use the Remus patches called Patchmath020_All and NoClick in the BK_Mods directory of Remus but they are not necessary. These modules can be added at the bottom of the ROM contents in Remus.
For a 512kB kickstart, split the AmigaOS 3.9 BB2 update (no more double reboot is necessary with these) which will give:
bootmenu 44.7
console.device 44.8
exec 45.20
FileSystem.resource 45.10
(Fast)FileSystem 45.13
scsi.device 43.43
ram-handler 44.23
shell 45.7
Then replace with newer versions from the unofficial AmigaOS 3.9 Boing Bag updates:
console.device 44.10
FastFileSystem 45.16
layers.library 45.24
mathieeesingbas.library 40.4 (or hsmathlibs)
ram-handler 44.24
scsi.device 43.45 (or higher as there are several patched versions)
shell 45.27
icon.library 46.4.411 (Peter K)
Optional if using USB and requiring splitting the input.device from the gameport.device and keyboard.device:
input.device 50.26 (Ralph S from the Poseiden package)
This input.device allows USB devices from the boot menu. It will be slow on some hardware as it uses address 4 to get the exec base rather than caching it and it suffers from optimization issues. I have an incomplete input.device which fixes most of these problems but needs more work and testing.
Some hardware specific drivers can also go in the kickstart. The new workbench.library will no longer fit and should be left out (like with the 4000T).
I was thinking of doing the same thing, which is why I ordered one of the 'ROMY' (which allows 1MB kickstart roms) chips, though I need to get an EEPROM burner to put it into the real Amiga after I test it in WinUAE.
Most accelerators only support a 512kB kickstart for MAPROM. Hardware which supports a 1MB kickstart includes some ACA accelerators, Deneb, eFlash, and maybe some new FPGA accelerators and Amigas.
I was thinking of trying to put in the 68060.library or something, I do know probably the easiest way to see what needs to be put in a custom rom is to see what startup-sequence has in the patches file, also probably to include the rom update from 3.9 BB2. That would at least save the reset.
ThoR's 68060.library will not work in kickstart which has further requirements than a normal library. Another 68060.library may work from kickstart but would not be activated until SetPatch so there isn't much advantage. It would be possible to activate a 68060.library earlier in kickstart but it would require modification of the 68060.library or adding another program in kickstart to activate it.