-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCP/IP? #78
Comments
There is no "generic TCP/IP" for DOS. So I don't think your question makes sense. Also as your nick-name suggests, you are probably |
Hey @leenooks! Welcome to the project! As @stsp alluded to above, you'd need to provide some information about the platform you installed on and what ethernet card you are using. Then we might be able to provide some pointers to begin testing. Just curious, are you using the v5.01 code from this repo or are you using my v5.02 release candidate? It shouldn't make much difference, but would be helpful to assist troubleshooting. |
@stsp fair point - I guess I should have asked is their a $TCPIP.SYS like there is a $NETBIOS.SYS to provide an IP stack - so that IP enabled apps can receive TCP/UDP connections. My use case for this is to run my old 1995 DOS BBS - and I was looking at MOS so that I could run multiline. I've tried various combinations of DOSemu/DOSbox/QEMU on both a Raspberry Pi (QEMU) and ESX virtual machine with mixed success. The Pi is often too slow, that has issues with ZModem transfers (and timeouts), ESXi VM has issues because its faster (Borland Pascal Bug RTE200) and Serial Port Emulation with Carrier Detect. There is a fossil that can receive an IP connection RLFOSSIL and emulate the COM port for the BBS software, so I thought I might try that route. Hence the IP stack question. Oh, and I'm running from IMAGES/v501 which is running well (it is very responsive - but still RTE200 errors I need to get around). BTW: I did try the v5.01 from winworldpc, but it didnt boot into the installer, and I couldnt get it installed to a hard disk following the documentation here (DOCs/v4). So if you have tips to get an IP stack running, I'd appreciate them (never played IP with DOS before), and any other tips to get more memory to a task - it seems I only get around 405K, which is bordering on too low. Looking forward to see where you take this.... |
Also, I've just realised that the images in IMAGES/v501 are 60 minute time bombs, is there a way to remove the timebomb, or should I use a different image? |
No, there is no such thing, because there is no standardized
A quick look suggests $NETBIOS.SYS implements the
Its up to you to discover the route you like, but my |
If you want to try my v5.02 rc, I have added a batch file that will register your MOS and remove the 60 minute timeout. It also adds the CDROM driver too. If you want to stick with the v5.01 release, I wrote up a method to register it. I believe instructions are linked in the wiki.
I have found that if you run ACU and then lower the SMP setting to 16 it should free up a lot of memory, typically getting you over 500K to work with. Or you could just add this line manually to your config.sys smpsize=16 Going lower than that might negatively impact your system as it won't provide enough SMP for the drivers to load. You can also set extended memory settings with ACU. Just make sure you have a boot floppy, etc. available to get in if the changes you make hang your system. The memory manager for protected mode is kind of touchy and has a lot of parameters you can set. This interests me as well, so please keep us posted if you find anything out. I'll do the same. Might have to find my old Microsoft Network Client disks... |
Oh, I'll just add that I have had some good luck testing under VirtualBox and utilizing 4 virtual serial ports to proved a 5 user concurrent system. Let me know if that might be of interest to you. I am not sure that MOS ever ran with a TCP/IP stack. Maybe @roelandjansen knows? I was not aware of the Borland Pascal RTE200 problem. That might explain the strange error I see when I run help sometimes, because that is compiled using TP7. A quick google session might have provided a fix for that. |
First link in google leads here:
Which is exactly what I was trying to say. |
In the past I used KA9Q's TCP/IP stack -- AX25 --> serial --> hamradio transceiver |
@stsp seems to have a good solution for what you are trying to do. He also has a good point about finding a packet driver for your NIC. I know there is one out there for one of the emulated AMD adapter cards in VirtualBox, but not sure about any other platforms. |
So mixed success. I found a packet driver (I'm running PC-MOS as a ESXi guest) - for the AMD PCNet 32 card. In DOS6.22 it loads fine and works. For PC-MOS it doesnt load (I'm using the same arguments): |
All good - got it to load. Found a utility called nicscan that identified the device, and I used the address 0x2000 and it loaded fine :) Now to see if RLFOSSIL will load ... |
Argh, cant get FrontDoor or Portal of Power running. Frontdoor doesnt detect the FOSSIL, POP does, but bombs - I think both might be memory constraints. |
Howdy, I've just discovered this and go it installed. Looks pretty cool :)
Is there a way to get TCP/IP running?
The text was updated successfully, but these errors were encountered: