VOGONS

Common searches


Search results

Display options

Re: Quake 2 DOS Port WIP

in Milliways
Hey there! Right now we are at the 'OMG it links' phase.. the 320x200 is in there as it is the quickest and easiest mode to support without implementing VESA support (well that and I'll want to do some OS/2 version, and 2.0 only really does 320x200....) I think there is some stuff we can do *if* …

Re: Thoughts on Emulating BBS Door Games with Node.js?

in Milliways
I run a Synchronet 2 system on OS/2 2.00 in a Qemu VM on a VPS. I've moved providers probably 6 or so times, and all I do is copy my Qemu & disk file, update the DNS record and I'm good to go. The #1 reason I went with this option is that I can use SIO under OS/2 which provides 4 virtual modems that …

Re: MS-DOS Player for Win32-x64

To clarify, yes it appears that Wine runs Win16 programs natively in Long mode. A recent Linux kernel change even broke the ability to run 16-bit protected mode programs. http://forum.winehq.org/viewtopic.php?f=8&t=22568 Wow very interesting... if anything I think 16bit Pmode kind of slipped by …

Re: MS-DOS Player for Win32-x64

From what I can determine, 286 Protected Mode is available while in Long Mode. Just V86 Mode is removed. If that is the case, technically Win16 apps could be run natively on x64 versions of Windows, but Microsoft wasn't going to take the effort to rewrite WoW to remove NTVDM/V86 dependencies. Well …

Re: MS-DOS Player for Win32-x64

Someone released a Linux kernel patch to allow DOSEMU access to real v86 mode while booted with a x64 kernel. http://v86-64.sourceforge.net/ Much faster than emulating a x86 CPU like DOSBox. On OS X, Crossover can run Win16 applications.. I guess 286 protected mode can run along side x86_64 long …

Re: MS-DOS Player for Win32-x64

I've used it, and it's pretty cool for what it is, a command line 'dosbox' like thing. The CPU code is taken from MESS, and I've tried to contact vlinde about that as I too would like to use his 80386/80387 code, but I haven't gotten a reply. It's starting to add XMS and maybe an A-20 so it can …

Re: PCEm. Another PC emulator.

#3 0x69b43419 in alGetError () from C:\Users\rliegh\Documents\src\PCem-4c95696c27d6\OpenAL32.dll #4 0x004972a6 in inital () #5 0x00000000 in ?? () (gdb) It looks like it's choking on OpenAL32.dll? I have no idea how I can fix that.[/quote] compile without sound...? is that even possible? when you …

Re: PCEm. Another PC emulator.

SA1988 wrote: hmm, I have noticed that opcode 0xc4 (opLES) (about NTVDM, according to one MESS member) is only in 386_ops.h but not in the x86_ops_*.h ones. http://www.ragestorm.net/blogs/?p=145 wow interesting!

Re: PCEm. Another PC emulator.

the ALut.dll I have is version 5.10.2914.0, from NVIDIA 2000-2002 .... No idea bout the crash, you'd have to run it under gdb, if that mingw has a gdb. Also: c:\ingw\msys\1.0\bin doesn't look right, c:\mingw.....??

Re: PCEm. Another PC emulator.

IBM OS/2 1.1, 1.2, 1.21 (MS), 1.3, 1.30.1 now run there. which is cool, no doubt! ... I'm apparently one of those users that just keeps wanting more and more... :lol: But IBM OS/2 2.0 (without XR06100) has some reset problem after inserting disk 1 on PCem. Ah, I should have figured... 2.0 on ' …

Re: PCEm. Another PC emulator.

I just installed windows 95 on qemu 0.15.1 ... naturually it doesn't like the VGA, qemu's cirrus always had issues... I know the WinUAE guy found a bunch of bugs in their implimentation, but the qemu rejected the patches for some reason or another so it'll remain broken. basically create a VMDK qemu …

Re: PCEm. Another PC emulator.

Do you have any idea when developers started moving their compiler to glib2 for future versions of Qemu? Right now I'm installing Windows 95 (original) in Bochs. I don't know if I will eventually get Slirp networking working or not. I know Qemu 0.15 needs it... I just remember the great 'fun' …

Re: PCEm. Another PC emulator.

Dont bother with qemu for running old windows or even running its latest versions on windows its horribly broken. ever since their move to glib2, it's been a nightmare to compile on win32. I never could get a working win64 executable... 0.15 was as good as it got IMHO, although 0.90 had pretty good …

Re: PCEm. Another PC emulator.

That's what I've been thinking. I'm currently running Windows 95 under Qemu 0.9.0 and I got the net working. I couldn't even install Windows 95 under Qemu 2.0 due to errors preventing Windows 95 Setup from progressing properly. I've had major issues setting up Windows 95 for my network test …

Re: PCEm. Another PC emulator.

Sorry, but I was unable to respond to comments, because the router went kaput and I had to reset to make it work again. Looking at Neozeed's comment, I believe that it would be good to add multiple configuration files. That way if you want to switch to a different PC configuration (BIOS ROM, Video …

Re: PCEm. Another PC emulator.

small fix: added support for the 8Mhz model of the IBM AT. I have failed once again at putting the ne2000 support on PCem :( Oh dear, can you explain to me why isn't NE2000 working properly in PCem? :( It's probably hard to do. I know Qemu ( GPL & BSD ) & Bochs ( GPL ) both have NE2000, so if I …

Re: PCEm. Another PC emulator.

I have to say that PCem is really awesome! I love how I can quickly jump from an XT, 286,386 and 486. Although I must confess, I spend most of my time either on the 386 or 486. Doom runs phenomenally well under PCem, complete with glitches from the time. I'm looking forward to when I can run OS/2 …

Page 2 of 3