-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide more details about mips64_microcode/ppc32_microcode #75
Comments
There was an effort to decompile, and recompile it here: https://github.com/flaviojs/dynamips-microcode I'll have to check, but I recall being able to re-build both with a cross assembler/linker. I was able to build the CILO (loader for Linux) on dyanmips and get it running on both PowerPC and MIPS. The dynamips package was released GPL, but the microcode was always provided as a binary blob for some reason. The original dyanmips team seems to have simply evaporated. |
Christophe Fillot, the original author of Dynamips has indeed evaporated
many years ago :(
Anyway, keep us updated of your progress.
…On Tue, Nov 29, 2016, 18:14 neozeed ***@***.***> wrote:
There was an effort to decompile, and recompile it here:
https://github.com/flaviojs/dynamips-microcode
I'll have to check, but I recall being able to re-build both with a cross
assembler/linker. I was able to build the CILO (loader for Linux) on
dyanmips and get it running on both PowerPC and MIPS.
The dynamips package was released GPL, but the microcode was always
provided as a binary blob for some reason. The original dyanmips team seems
to have simply evaporated.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#75 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AEiE5jEF7u794HqviWc1GcLr3ehffV3nks5rC9DNgaJpZM4J5zy6>
.
|
Well this is far from extensive testing but I booted a PowerPC & MIPS 7200 IOS using the decompiled images on flaviojs's project.
PowerPC:
MIPS64
And the versions of what cross assemblers I'm using is:
I pretty much did nothing, just point the dynamips makefile's rom2c to point to the flaviojs stuff. |
Oh yeah, for my binutils I had to alter the ppc32_test.lds to look like this:
As my LD didn't like the format it was in, although I had no issues with the MIPS code. |
Hi,
In order to package dynamips in Fedora, I'd like to know:
The text was updated successfully, but these errors were encountered: