Search found 10 matches

by jschwart
Wed 27 Nov, 2019 11:21 am
Forum: General
Topic: Support for Linux KVM
Replies: 2
Views: 3580

Re: Support for Linux KVM

Thanks for the response. I was not aware that development of PCEM was focused only on this direction. Possibly it would be something for a fork of PCEM as well unless it could be done in a non-invasive way at some point.
by jschwart
Tue 12 Nov, 2019 5:35 pm
Forum: General
Topic: Support for Linux KVM
Replies: 2
Views: 3580

Support for Linux KVM

As you may know, Linux exposes the KVM API which allows applications to use virtualization features, This is currently used by QEMU and DOSEMU2. There is also a proposal to use this in DOSBox: https://github.com/joncampbell123/dosbox-x/blob/master/PLANS/VMX%20core%20(using%20Linux%20KVM%20virtualiza...
by jschwart
Sat 13 May, 2017 9:17 pm
Forum: General
Topic: [HOWTO] Linux: Mount & create pcem images
Replies: 11
Views: 33159

Re: [HOWTO] Linux: Mount & create pcem images

At some point I wrote a script to just copy files into an (almost) empty bootable image. I use it mainly to put existing dosemu installations into PCEM, but whenever I need to put a single file inside an existing PCEM installation, I just create a second image and use it as "drive d". This...
by jschwart
Mon 12 Dec, 2016 9:22 am
Forum: General
Topic: Choosing a CDROM file
Replies: 4
Views: 5960

Re: Choosing a CDROM file

/dev/cdrom already points to my physical drive. I needed to use an image file through cdemu though which ended up on /dev/sr1. Maybe I'll manage to whip up a patch if I need more, but for now I can continue.
by jschwart
Sun 11 Dec, 2016 11:53 am
Forum: General
Topic: Choosing a CDROM file
Replies: 4
Views: 5960

Re: Choosing a CDROM file

Ah, I indeed found it in the source code! I just did a find&replace there, that did the trick for my test :) Btw. I can confirm that PCEM's Trident emulation is further than DOSEMU's. The 15-bit and 16-bit modes work as well (they don't in DOSEMU). Only the 800x600x16 mode appears to have odd co...
by jschwart
Sat 10 Dec, 2016 7:31 pm
Forum: General
Topic: Choosing a CDROM file
Replies: 4
Views: 5960

Choosing a CDROM file

I'm trying to use a different CDROM file than /dev/cdrom. It appears that PCEM supports this, but I can't get it to work. Things I tried: 1. selecting it through the GUI 2. changing cdrom_path in pcem.cfg manually It keeps using /dev/cdrom however. What's the recommended way to use different CDROM f...
by jschwart
Sun 27 Nov, 2016 9:19 pm
Forum: General
Topic: How to choose the Trident TVGA8900D?
Replies: 6
Views: 6789

Re: How to choose the Trident TVGA8900D?

Yes, I'm using GNU/Linux. On Windows you probably have a case insensitive file system. I renamed several files now (often .bin has to be .BIN) after grepping through the source and a lot more devices are showing up now.
by jschwart
Sun 27 Nov, 2016 8:54 pm
Forum: General
Topic: How to choose the Trident TVGA8900D?
Replies: 6
Views: 6789

Re: How to choose the Trident TVGA8900D?

Possibly stupid question, but is the BIOS filename capitalised correctly? Just had a quick check of the code, and it's looking for "roms/TRIDENT.BIN". Possibly stupid, but here you actually hit the nail on the head! It was named 'trident.bin'! Renaming to 'TRIDENT.BIN' made it show up!! T...
by jschwart
Sun 27 Nov, 2016 5:05 pm
Forum: General
Topic: How to choose the Trident TVGA8900D?
Replies: 6
Views: 6789

Re: How to choose the Trident TVGA8900D?

Yep, it's there. It contains this string "TRIDENT TVGA BIOS C4.3 (24)" so I presume it's indeed for the TVGA card. The directory is called 'roms' though not 'ROMS', but it seems the other BIOSs are located properly from there.
by jschwart
Sun 27 Nov, 2016 4:48 pm
Forum: General
Topic: How to choose the Trident TVGA8900D?
Replies: 6
Views: 6789

How to choose the Trident TVGA8900D?

I'd like to use the Trident TVGA8900D emulation which is mentioned in the documentation. This because I'm looking into driver issues with Windows 3.1 in DOSEMU. (1) DOSEMU emulates a similar video chip, the TVGA8900C, which may work with similar drivers as the TVGA8900D. I'd like to see whether the ...