[GEM Development] Cross-building the video drivers

geneb geneb at deltasoft.com
Sat May 11 20:47:29 PDT 2024


On Sat, 11 May 2024, John Elliott wrote:

> I came across a mention of this DOS emulator the other day:
> https://github.com/dmsc/emu2 . Rather than a full emulator like DOSBOX,
> it runs a single DOS program in the terminal, mapping file accesses to
> the current directory.
>
> Seems to work well enough that I can build the GEM video drivers from
> the Linux terminal, just by changing the Makefile to add
>
> RASM86 = emu2 rasm86.exe
> LINK86 = emu2 link86.exe
>
> at the top of the file, and then replacing subsequent 'rasm86' and
> 'link86' with '$(RASM86)' and '$(LINK86)'
>
> Slower than a virtualised solution like DOSEMU, but having proper
> integration with the Linux terminal feels like it makes up for that.
>

That's pretty cool.

g.

-- 
Proud owner of F-15C 80-0007
http://www.f15sim.com - The only one of its kind.
http://www.diy-cockpits.org/coll - Go Collimated or Go Home.
Some people collect things for a hobby.  Geeks collect hobbies.

ScarletDME - The red hot Data Management Environment
A Multi-Value database for the masses, not the classes.
http://scarlet.deltasoft.com - Get it _today_!


More information about the gem-dev mailing list