Andrew Bird
Andrew Bird
I did an initial automatic build using Travis-ci and gcc, it was very easy. See https://github.com/andrewbird/kernel/commit/806d6d6ba6415e7465e123c3cdd3ab53fefa605e and the build log https://travis-ci.com/andrewbird/kernel/builds/136101975 There's probably some tidying up to be done, some...
I believe exFAT doesn't support 8.3 filenames so I'm not sure how it could work with any DOS, ideas anyone...?
What are your thoughts about the `$_lfn_support = (on)` setting in dosemu.conf? I can see it made sense when lfn support was processed before any TSR, but now dosemu's lfn...
I was thinking of removal of that config option, but I suppose it may be too early. I'll just need to disable the test for it under FDPP.
That would be https://github.com/dosemu2/dosemu2/commit/198bc9c https://github.com/dosemu2/dosemu2/commit/f1002e0 https://github.com/dosemu2/dosemu2/commit/13f4867 https://github.com/dosemu2/dosemu2/commit/bf281b9
A most interesting read! I'm happy to help, where able, with build and testing. Regarding the FreeDOS kernel and FreeCOM, there's not really much happening apart from that being done...
Looking at https://github.com/jbruchon/elks/blob/4cf198434b9/elks/tools/elf2elks/elf2elks.c I think I could probably write something similar to produce an MZ executable, though I'd be starting from a zero understanding of the segelf scheme. > Anvin...
@hpax I wonder if you've made any progress towards the SEGELF support in nasm, as we could really use it now? Thanks, Andrew.
Just so we have the link to hand I found that Stas was enquiring on the NASM forum recently as well. https://forum.nasm.us/index.php?topic=2747.0
@tkchia whilst we are waiting for a response from Peter on the SEGELF support in NASM, I was wondering if it was possible to switch to .exe production for the...