Andrew Bird

Results 302 comments of Andrew Bird

Yes there's two things going on here: - Something wrong with the current implementation of partition image support in devel and the drive seems partially exist (enough to exist, but...

Actually it's fine with PR #1798 applied as that's how I tested https://github.com/dosemu2/fdpp/pull/202. I didn't actually narrow down what the problem is here, it just got fixed when I rewrote...

Yes mallocs removed now.

Yep, because of part two of my explanation above. It needs the label fixes to fdpp to be applied (https://github.com/dosemu2/fdpp/pull/202)

I've rebased, updated and dropped all other commits now.

I deleted the genmbr field and repurposed the part_image one. Thanks,

Interestingly checkit only tries to perform 5 grid tests on qemu, whereas on dosemu it does 10. I didn't see the same error there, but it might not have attempted...

@PerditionC How's the integral LFN support coming along? I wonder how this will play with Dosemu's LFN support; currently it is used when the DOS / device drivers don't support...

I had some success with the linker script and was able to reduce the resident size, however in order to place the temporary code at the end of the output...

@tkchia yes that `-Os` really helped! At load of share.com the symbols looked like this ~~~ dosdebug> usermap load-gnu ../fdos/share.git/share.map 02c3 dosdebug> usermap list 02c3:0120 _dos_freemem 02c3:0132 _dos_getvect 02c3:0144 _dos_setvect...