neozeed
neozeed
Wow it really is 1985! /* GNU Emacs site configuration file. Copyright (C) 1985 Richard M. Stallman. This file is part of GNU Emacs. GNU Emacs is distributed in the...
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...
Well this is far from extensive testing but I booted a PowerPC & MIPS 7200 IOS using the decompiled images on flaviojs's project. ``` mips64_microcode_dump.inc: rom2c$(BIN_EXT) mips64_microcode @./rom2c ..\microcode\mips64_test mips64_microcode_dump.inc...
Oh yeah, for my binutils I had to alter the ppc32_test.lds to look like this: ``` D:\proj\dynamips-newest\dynamips-mingw-build1-github-0.2.16\microcode>type ppc32_test.lds SECTIONS { .text 0xfff00000 : { *(.text) } .rodata : { *(.rodata)...
I have it building on MinGW. Oddly enough the 'stable' branch runs the MIPS64 JIT quite nicely, while the unstable branch runs the PPC32 JIT. Libuuid will conflict with windows...
I never had issues once I renamed uuid to uu_uuid. But now that I see it's updated, I can pull and re-merge my stuff. Oh yeah, and doing winpcap dynamically...
I've got a first pass.... [and I still ended up cutting it in half](https://sourceforge.net/projects/dynamips-mingw/files/dynamips-github/dynamips-mingw-build1-github-0.2.16.7z/download), MIPS from stable, and PowerPC from unstable. Both seem to be somewhat behaved. I've booted 7200...
I forgot, I had to make the unix & vde transports optional as a #ifdef UNIX_ETH & VDE_ETH since Win32 has no good analogue.
I really really need to revisit all of this. You know how live (new kids) and overwhelming jobs go. :| On a long trip I was reading that book infrastructure...
Do you think it's based on (oddly written around the same time) as CILO, the linux loader for Cisco 3600/7200/1700 platforms? All I can find left is this: http://git.bocc.de/git/gitweb.cgi?p=cilo.git;a=summary