Basic 8-BIT ISA ROM Card for Experimenting with BIOS Extensions
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
isa8bit-rom-reva.zipEagle CAD Design Files - This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. CC-BY-NC 4.0, Copyright (C) 2019, David Anders. All Rights Reserved.Zip Archive - 69.15 kB - 07/12/2019 at 21:01 |
|
|
isa8bit-rom-reva.pdfPDF Schematic - This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License. CC-BY-NC 4.0, Copyright (C) 2019, David Anders. All Rights Reserved.Adobe Portable Document Format - 19.96 kB - 07/12/2019 at 20:59 |
|
|
I got my 8-Bit ISA ROM Card assembled and tested! Of course I had to do a Hello World! program for a test! I've populated a Low Insertion Force (not Zero!) socket for easy insertion and removal of the EEPROM. I using a set of tools created by fellow hackday.io user SHAOS. He created some ROM tools for IBM PCjr, which I have created a separate hackaday.io project for. I was also able to write some code to test my 8-Bit ISA I/O Card as well!
Create an account to leave a comment. Already have an account? Log In.
I think I have some 6845s in my junk^wspares box I can mail to anybody needing one for the cost of postage. 😁
@Ken Yap - thanks but i am well stocked with both 6845's and 6545's
Ken, I might want to look into purchasing a couple 6845's! It would be great to have some on hand.
@Jacob Hahn Sure just PM me to arrange. I think it should be about the same postage cost as for Europe; I sent a couple of chips there in an envelope for $3.
@Ken Yap - here is a link to my hackaday project page for the ROM tools and examples: https://hackaday.io/project/166498-pc-bios-extension-rom-tools , it's based on @SHAOS ibm pcjr work....
In zloader.zip, a companion package to my terminal emulator package, I had an equivalent program called makerom, which could also do lzhuf compression of the payload to reduce the ROM size. If compression is not needed, prepending the signature bytes, 1's filling and generating a checksum could probably be all done by the command line tool srec_cat, from the srecord package available in all good distros, though a good reading of the man page is needed to glean all the incantations required.
srec_cat also handles input in a wide range of toolchain formats, including the well-known Intel hex format.
If you are using Open Watcom C on Linux to build ROM images, do post the steps. I'm just curious if what I did with Turbo C in another life can be redone with OWC, even though I don't have the hardware to run my VT100 terminal emulator ROM any more. Even the PCI bus is disappearing from my workhorses.
i'm actually using NASM for my ROM code stuff, but i am using open watcom for my code run from command line. i haven't tried putting any of open watcom stuff into ROM yet, i guess i could give that a try....
Become a member to follow this project and never miss any updates
By using our website and services, you expressly agree to the placement of our performance, functionality, and advertising cookies. Learn More
@Ken Yap - as a side note, this project is in support of my video card experiments - https://hackaday.io/project/167089-isa-8-bit-video-experiments