Andrew Bird

Results 302 comments of Andrew Bird

So that's [int2f/17xx](http://www.ctyme.com/intr/rb-4636.htm)?

Probably a lot quicker if someone else chooses to do it as I'm very busy with no Dosemu stuff at the moment.

I did a first try of implementing this here https://github.com/andrewbird/dosemu2/tree/clip-01 with just the SDL plugin mods mostly complete. I do have a deviation from Dosemu usual in that I use...

I don't know about dosbox itself, but dosbox-X seems to have clip$ as the name https://dosbox-x.com/wiki/Guide%3AClipboard-support-in-DOSBox%E2%80%90X > I'd rather say, please add a separate subsystem ops. Can you point to...

> What do you mean? We have a separate ops structures for everything, eg struct video_system, struct render_system, struct text_system are separate. Exactly, I just needed the name of one...

> If relying on just emulation, shouldn't it be possible to compile on ARM for instance as well? Mmm, depends on what ARM platforms, I guess there may be issues...

Only to allow a user to build a virgin, unformatted disk image. I use it myself when testing out versions of DOS to check how the native tools format disks.

Copying struct sigcontext would be fine, but it should only be used for the non linux case IMHO. Using system uapi headers for types that are used in interaction with...

Since you don't propose to write back the changes to unix, is it possible to?: 1. build a fatfs disk from unix directory as now 2. snaphot that fatfs disk...

Firstly all three points together were meant to convey a method to achieve a R/W fatfs on the fly with little development work, rather than them being individual goals. I...