Welcome, Guest. Please login or register.

Author Topic: Blizkick Modules in ROM image  (Read 1716 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Blizkick Modules in ROM image
« on: June 04, 2006, 08:28:30 AM »
Is it possible to insert Blizkick modules in to a kickstart ROM image? The reason I ask is that I have a set of 27C400 EPROMs and a chip programmer coming my way soon. I'm going to burn the 3.9 ROM image I am currently Blizkicking on to the chips, and I want to include some Blizkick patches.

Also, is there a Blizkick module which gives access to CD-ROMs? It would be cool to insert this in to a ROM image and burn it to a chip so the CD-ROM drive would be available from cold boot (and bootable without a floppy disk?)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Nitro

  • Full Member
  • ***
  • Join Date: Jul 2002
  • Posts: 158
    • Show only replies by Nitro
Re: Blizkick Modules in ROM image
« Reply #1 on: June 04, 2006, 08:41:36 AM »
I was thinking about it one day.  Has anyone or a group ever tried to write on open rom image?  One that could be compatable with Amiga roms, and could be distributed free with an emulator or even burnt to a chip.  Even put into the Minimig(if in production).  The idea came to me while looking over source code for Emutos( An open Atari TOS image).
Pegasos-II G3/600MHz MorphOS2.4
Efika MorphOS 2.4
SAM440ep 600Mhz AmigaOS 4.1
AMIGA1200DBOX,BLIZZARDPPC40/175,64MB,Mediator1200SX,VOODOO3,SB128, SpiderUSB, 3.9 & OS4
AmigaCD32
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
BlizKick module to mount CD-ROM
« Reply #2 on: June 04, 2006, 08:49:13 AM »
Just answered my first question by using Remus to insert BlizKick's NoClick module in to my 3.9 image. BlizKicked the new image, and my floppy drive was silent  :-D

Just need to find out if there is a ROM patch to mount devices, so my CD-ROM would be visible from cold boot.

--
moto

--EDIT
Changed topic subject.
--EDIT
Didn't work :lol:
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: BlizKick module to mount CD-ROM
« Reply #3 on: June 04, 2006, 09:07:50 AM »
Just found MountCD on Aminet, which is a command which mounts a CD-ROM in such a way that it remains resident. I wonder whether this technique could be used to create a CD-ROM kickstart module?

MountCD takes the mountlist as an argument, e.g. mountcd cd0:. I suppose the mountlist and CD filesystem would have to be inserted into the kickstart image as well with standard names, so the mountcd module could find and mount it.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline nopseudo

  • Newbie
  • *
  • Join Date: May 2006
  • Posts: 2
    • Show only replies by nopseudo
Re: Blizkick Modules in ROM image
« Reply #4 on: June 04, 2006, 10:13:46 AM »
hello,

I would like to do the same thing for my 1200.
But what kind of eprom 27C400 do you use (120DC,150DC...).

 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Blizkick Modules in ROM image
« Reply #5 on: June 04, 2006, 10:47:00 AM »
I bought these chips, this programmer and this 16-bit adapter for the programmer. Hope they work! :-) Will report on my progress once it has all arrived.

Still hoping for an answer about a MountCD kickstart module. Piru are you here? :-) Maybe Oliver Kastl is still around?

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Blizkick Modules in ROM image
« Reply #6 on: June 04, 2006, 11:11:00 AM »
Open BlizKick.guide, click "introduction", click "applypatch". That is what BlizKick itself provides.

RomSplit and Remus can do more.

Bootable CD-ROM? Honestly I have no clue.
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Blizkick Modules in ROM image
« Reply #7 on: June 04, 2006, 11:13:03 AM »
Thanks Piru. Have managed to insert the module with Remus, which I find a bit more friendly.

Do you know if Oliver Kastl is still involved with the Amiga at all? If so, I will contact him and see if any source code is available for MountCD.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollinTopic starter

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show only replies by motorollin
Re: Blizkick Modules in ROM image
« Reply #8 on: June 04, 2006, 11:20:15 AM »
Just tried to email olli@elaborate-bytes.com, and the mail was returned undeliverable :-(

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10