VOGONS

Common searches


Search results

Display options

Re: IPX Access from Image

But if their aim is to use native IPX (which is likely, since barely anything DOS related used TCP/IP) this isn't going to help at all. It's a solution for a non-existent problem; TCP/IP is already easily available using serial hardware emulation.

Re: IPX Access from Image

The advantage of libslirp is that it does not need promiscuous mode, which is the most common problem with pcap. The disadvantage is that it only works with TCP/IP, so you would have to encapsulate IPX or NetBios traffic. And it is best for client-server traffic, not peer-to-peer due to the network …

Re: IPX Access from Image

There is no network hardware emulation in regular DOSBox, IPX is emulated using only a software interrupt handler (which relies on DOSBox shell having control over memory allocation) so once you boot into another OS it's gone.

Re: Dosbox dropping pressed keys?

You're out of luck. I suspect you are using an older version 1.20.4 that doesn't include this commit . But I'm not 100% sure if it's this fix, I don't remember. This was generally the case with the initial versions 1.20.x. It has long been fixed. Earlier in this thread there was a conversation …

Re: Terminator 2029 installer reboot

in DOS
For older CPUs it's not really a traditional instruction cache with multiple lines, but rather a very small queue that only holds the next few opcodes. Any jump or branch flushes it. Modifying code immediately before it gets executed without an intermediate jump or branch is usually an attempt at …

Re: Dosbox dropping pressed keys?

Looking into this and I just want to confirm that what I'm seeing matches what others are experiencing: - Switch DOSBox (running under X11) to fullscreen - Start a game, hold and press any key - Press and release any other key (while still holding the first) - 1.5 seconds later, if no other keys …

Re: Terminator 2029 installer reboot

in DOS
It's not using unknown instructions. It overwrites the memory that it's running from, relying on the CPU's cache to still hold the original contents.

Page 23 of 66