Search found 16 matches
- Mon 30 Mar, 2020 4:55 pm
- Forum: General
- Topic: CPU ID:NEC V20 instead of Intel 8088 on PCEM / 86box
- Replies: 12
- Views: 8004
Re: CPU ID:NEC V20 instead of Intel 8088 on PCEM / 86box
.386 was there only to make Tasm 2.0 happy... I see, thanks for clarification (didn't check the complete code). I just compiled cpu.asm with Tasm 2.0 and you are right, it works :) However, CPULEVEL is Nasm-style syntax and doesn't use this - quite irritating - .386-instruction, seems to be quite "...
- Mon 30 Mar, 2020 11:32 am
- Forum: General
- Topic: CPU ID:NEC V20 instead of Intel 8088 on PCEM / 86box
- Replies: 12
- Views: 8004
Re: CPU ID:NEC V20 instead of Intel 8088 on PCEM / 86box
Hmmm, a program with 386-instructions (" .386" at the beginning) running/testing on (e.g.) a NEC V20 or a 286?
But you can take cpulevel from FreeDOS, public domain by Eric Auer 2004-2008.
But you can take cpulevel from FreeDOS, public domain by Eric Auer 2004-2008.
- Thu 08 Aug, 2019 12:21 pm
- Forum: General
- Topic: XT Networking
- Replies: 4
- Views: 3717
Re: XT Networking
Probably you want TCP/IP, for either WATTCP or mTCP network stacks. Then you need the correct packet driver, which depends on the network card you have (with real hardware). If you really have a NE2000-compatible network card (with real hardware), or with PCem: Don't forget to take the 8bit version ...
- Tue 21 May, 2019 12:12 pm
- Forum: General
- Topic: [OT-ish] fitting Linux distros?
- Replies: 8
- Views: 7014
Re: [OT-ish] fitting Linux distros?
Not sure about 3dfx Voodoo, but I successfully used TinyCore Linux under Pcem, and PCem under TinyCore Linux...
- Thu 20 Dec, 2018 1:37 pm
- Forum: Development
- Topic: unable to compile PCem under Linux
- Replies: 13
- Views: 11609
Re: unable to compile PCem under Linux
szadycbr, your posting says (just citing one of several similar examples): wx-sdl2.c:(.text+0x16c1): undefined reference to `loadbios' Either you have edited the file wx-sdl2.c, or deleted the file mem.h, or (more likely) your configure process is/was messed up. Explanation: In wx-sdl2.c you should ...
- Thu 20 Dec, 2018 1:23 pm
- Forum: Development
- Topic: unable to compile PCem under Linux
- Replies: 13
- Views: 11609
Re: unable to compile PCem under Linux
Katakis, your posting says: checking whether the C compiler works... no configure: error: in `/home/glenn/Games/Emulators/PC': configure: error:C compiler cannot create executables C compiler cannot create executables ... uh oh... check if you have write permission in folder `/home/glenn/Games/Emula...
- Sun 16 Dec, 2018 6:36 pm
- Forum: Merged patches
- Topic: [Patch] 8088 Zenith Data SupersPORT
- Replies: 1
- Views: 4306
[Patch] 8088 Zenith Data SupersPORT
Finally I got the [8088] Zenith Data SupersPORT running... The problem was the very special memory handling of this machine. The SupersPort has a so called Scratchpad RAM. It is used by the Monitor program to temporarily store intermediate information used by the CPU and BIOS. It is located from F00...
- Mon 27 Aug, 2018 1:11 pm
- Forum: General
- Topic: Network share through samba?
- Replies: 2
- Views: 2890
Re: Network share through samba?
Samba: short answer: yes. I do so. long answer (but don't expect a tutorial now): With PCem and DOS: First issue is to set up a Samba server in your LAN or on your host system which lets DOS clients connect. Hint: You must fiddle around with settings (in section [global] of your smb.conf) like - lan...
- Fri 27 Jul, 2018 12:51 pm
- Forum: General
- Topic: how to enable Log in PCem ?
- Replies: 3
- Views: 4276
Re: how to enable Log in PCem ?
It depends on the build process when compiling PCem.
When you run the "configure" script (I suppose you are running a decent OS, e.g. Linux) do NOT enable release-build.
When you run the "configure" script (I suppose you are running a decent OS, e.g. Linux) do NOT enable release-build.
- Wed 18 Jul, 2018 5:04 pm
- Forum: Merged patches
- Topic: [Patch] Headland chipset improvement and more machines
- Replies: 11
- Views: 13468
Re: [Patch] Headland chipset improvement and more machines
Working as expected, thanks for this patch :) (quickly tested with Linux version of PCem and DOS boot floppies). AMA-932J: The suggested EMS driver was not necessary for me. Do I miss something here? FreeDOS provides XMS and EMS with either HimemX + (FreeDOS-)EMM386 or with JemmEx 5.78. And so does ...
- Fri 01 Jun, 2018 5:17 pm
- Forum: Patches
- Topic: [Patch] Corona PPC-400
- Replies: 1
- Views: 3487
Re: [Patch] Corona PPC-400
Thanks for this patch 
Does anyone have an idea why the Corona machine only uses 256 K memory although I configured 512 K in PCem?


Does anyone have an idea why the Corona machine only uses 256 K memory although I configured 512 K in PCem?

- Sat 19 May, 2018 3:59 pm
- Forum: General
- Topic: Do you have any luck with FreeDos 1.4 installation?
- Replies: 3
- Views: 4377
Re: Do you have any luck with FreeDos 1.4 installation?
FreeDOS 1.4 does not exist, current version is 1.2. I have the same issues with UDVD2.sys and PCem, however several "simple" older IDE-CDROM drivers do work. In addition to leilei's proposal (oakcdrom.sys), you might choose VIDE-CDD.SYS v2.15 (small footprint). I use it with PCem and several differe...
- Wed 16 May, 2018 5:30 pm
- Forum: Patches
- Topic: [Patch] Compaq LTE
- Replies: 6
- Views: 6629
Re: [Patch] Compaq LTE
Thanks for your reply and the link - that's what I was looking for 

- Tue 15 May, 2018 7:41 pm
- Forum: Patches
- Topic: [Patch] Compaq LTE
- Replies: 6
- Views: 6629
Re: [Patch] Compaq LTE
I successfully applied this patch, thanks :-) One question: Could you tell me which version of COMPAQ DIAGNOSTICS you used to get screen shot #2 ("The Compaq (R) Personal Computer Diagnostics")? I tried "SETUP/DIAGNOSTICS Version 8.00 DP256" 720K (3.5 Inch floppy) from Softpaq sp0308; however setup....
- Fri 04 May, 2018 7:32 pm
- Forum: Development
- Topic: Fixing a compiler warning, fdi2raw.c (Linux)
- Replies: 0
- Views: 3532
Fixing a compiler warning, fdi2raw.c (Linux)
Depending on your compiler (here: gcc with Linux) you might receive four similar warnings (compiling fdi2raw.c)
Attachment (patch against PCem v14) fixes the warnings.
Code: Select all
fdi2raw.c:1631:25: warning: integer overflow in expression [-Woverflow]
if (randval <= (3 * RAND_MAX / 8))
- Fri 04 May, 2018 7:10 pm
- Forum: Merged patches
- Topic: [Patch] Configurable Mac Address
- Replies: 1
- Views: 3329
[Patch] Configurable Mac Address
Not a big deal - this small patch (against PCem v14) just enables a configurable mac address. I remember someone asking for this feature in the forum some time ago... Not in the GUI though, you must set your mac address manually in your config. file (pcem.cfg). Add a line similar to "macaddr = AC:DE...