VOGONS

Common searches


Search results

Display options

Re: 32-Bit is dead

I'm running a 32-bit PC with linux and its fast for most things. but some new websites like bestbuy.ca are awfully slow because they load so much javascript junk and other junk in the background. I'm also programming 8-bit 8051-based chips with my 32-bit PC through the parallel port. Yes, I'm one of …

Re: DosBox Distro - A LiveUSB made simple

My only thoughts on posting a direct image is whatever size drive I use, that’s the size the user would be stuck with unless they are comfortable with gparted or another partioning utility. Am I wrong? I once made a boot CD that emulates a hard drive. It has a bunch of goodies on it including DOS. …

Re: How to emulate a dial up connection over IP?

Can IPX be encoded using SLIP anyways(like TCP/IP), then just sent/received to/from the router/network broadcast using pcap(by adding the ethernet frame around it)? So archieving IPX without PPP(which seems pretty difficult to implement), using SLIP instead? I managed to do a setup where DOSBOX can …

Analyzing videos from origin DOS game

in DOS
I own Crusader No Remorse and Crusader No regret. When I researched online, I learn that the videos are in jyv1 format which is origin's own rendition of the AVI format. If I try playing them with a standard video player, the audio comes out fine but the video itself looks all sliced up and I can't …

networking for dosbox-x over wine on linux

I might have found a solution to my woes for windows users. In case anyone needed a refresher, I plan to make a DOS duke nukem commit driver for the original Duke Nukem 3D that would work on all today's networks. I can get the networking to work in pure DOS mode and in DOSBOX under linux. I also use …

Dos environment on all OS's

in DOS
I'm trying to figure out how to setup my linux machine with dos so that people with 64-bit windows can setup their machines with dos with networking with few steps. I can run DOSEMU and DOSBOX with an OS and DOS networking no problem. I looked for settings to enable networking for DOSBOX for windows …

Limits with CSS in DOS Arachne browser

I'm trying to make a website that will work for everyone including people with very old systems that can use Arachne web browser for DOS to view pages. I'm also trying to condense my HTML code and offload code into stylesheets but despite Arachne 1.70 claiming it would support CSS 1.0 standards, it …

Re: DOS Packet Driver for Realtek 8168

in DOS
Have tried several other packet drivers (8139 and older) but without success. Can ping the outside world but there's not really much else I can do (telnet, ftp, etc) without a functional packet driver. Any suggestions? Have found nothing on the webs on the 8168 (HP ThinClient T420) If pinging the …

Re: Old TCP/IP networking

But the key phrase there is "on the same network segment" i.e. a LAN. I'm talking about a WAN, where UDP packets will absolutely get dropped if you spam a bunch of them in quick succession. The same effect DOES happen on a LAN if you send a lot of multicast/broadcast packets, which is also …

Disabling dos drive A and B

Ok, I want to make a test environment on my newer computer where I have the image boot in dosemu. This will save me from constantly wasting time burning the boot CD over and over again for an older computer just to test one line of code. Anyways, anyone reading my XMSDSK story will know I have …

Re: Old TCP/IP networking

The advantage with UDP though compared to TCP is very little packet overhead. UDP itself uses 8 bytes and TCP uses more. Now I am able to encapsulate the original game data in a specialized packet so that anyone that does "spamming" won't affect game play maybe with exception of game speed on local …

Re: Old TCP/IP networking

Even though IPX didn't guarantee reliable delivery (same as UDP), in practice it was fairly safe and a lot of games that used it assumed there would be no (or at least very little) packet loss. They also tended to "spam" lots of little packets very frequently without any sort of collation (the sort …

Page 1 of 6