[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ROM Editing
>> Paul Grammens wrote:
>> > Anyone have any pointers on how to hack ROM's?
1.Transfer contents to a disk file.
2.Run it through a disassembler.
3.Add comments and labels to code.
4.Add new code or modify existing.
5.Reassemble.
6.Burn new EPROM.
7.Test it.
I did this with my first Cirtech SCSI card. It only supported up to 128MB
disk drives and I had a 200MB unit. I have my own disassembler I wrote that
runs on UNIX. I found how it handled 1st 4 32MB partitions and added similar
code for next 4 partitions giving total of 256MB per disk. It worked perfectly.
--
David Wilson School of IT & CS, Uni of Wollongong, Australia