Results 18 comments of Colin Bourassa

With this latest commit, the intended concept for handling .bss is as follows: * Read the fixed .bss size from the file's header, but don't create .bss yet. * Walk...

> For what it's worth: my `netscape` binary is not loaded correctly. According to the Linux a.out loader, the ZMAGIC format will not include the first page (0x400 bytes) in...

> I built a copy based on the latest changes -- it looked like it may still be struggling to create a `.bss` section correctly; from the C3413 test file,...

I'm not sure we need an option for Linux vs UNIX ZMAGIC. The difference is not explicit in the header -- they're both just called ZMAGIC (0x10B) -- but the...

Latest commit automatically differentiates between Linux and UNIX style ZMAGIC, and also adds a "base address" option for loading.

I've been successfully using this A.out loader for a while now. @ryanmkurtz - could this be considered for merging back to master?

Still need to sync my fork and rebase. I should be able to get this done later today.

@ryanmkurtz - sync'd, squashed, and rebased