281 |
mateuszvis |
1 |
|
1143 |
bttr |
2 |
%h*** NETWORKING ***
|
281 |
mateuszvis |
3 |
|
583 |
mateuszvis |
4 |
For enabling network connectivity you first need to know what kind of network
|
|
|
5 |
adapter you have, and obtain a suitable packet driver for it. The "crynwr"
|
|
|
6 |
package contains lots of packet drivers for a variety of network adapters.
|
|
|
7 |
There is also a packet driver for Intel Pro cards in the e1000pkt package, and
|
|
|
8 |
a driver for AMD PC-NET cards in the pcntpk package.
|
|
|
9 |
|
|
|
10 |
You need to get the packet driver for your card onto the machine, and load it.
|
|
|
11 |
Then, you should be able to access the internet and get anything else you need
|
|
|
12 |
using wget, htget, gopherus and other network-enabled applications.
|
|
|
13 |
|
|
|
14 |
Note that packet drivers are mostly available for old-ish interfaces. If you
|
|
|
15 |
have some modern ethernet card, then there might not be a packet driver
|
|
|
16 |
available for it.
|
|
|
17 |
|
|
|
18 |
%hFILE SHARING
|
|
|
19 |
|
|
|
20 |
Perhaps these links could provide some pointers:
|
|
|
21 |
<http://wiki.freedos.org/wiki/index.php/Networking_FreeDOS_-_MS_Client>
|
|
|
22 |
<https://www.lazybrowndog.net/freedos/virtualbox/?page_id=374>
|
|
|
23 |
|
|
|
24 |
There is also EtherDFS, which is a very lightweight and easy solution for
|
|
|
25 |
file-sharing between DOS and Linux (but it does require a Linux PC and some
|
|
|
26 |
basic understanding of how Linux works):
|
|
|
27 |
<http://etherdfs.sourceforge.net/>
|
|
|
28 |
|
|
|
29 |
%hVIRTUALBOX - PACKET DRIVER
|
|
|
30 |
|
|
|
31 |
VirtualBox is able to emulate an AMD PC-NET NIC (you need to make sure of that
|
|
|
32 |
in the configuration of your VM, VirtualBox calls it "PCnet-FAST III" and it
|
1143 |
bttr |
33 |
should be set to "NAT"). Then, in SvarDOS you have to install the pcntpk.svp
|
583 |
mateuszvis |
34 |
package - you don't even need to download it, it's already present on the
|
1143 |
bttr |
35 |
installation image.
|
583 |
mateuszvis |
36 |
|
1144 |
bttr |
37 |
1a) If you have SvarDOS floppy images present, it should be as simple as that:
|
583 |
mateuszvis |
38 |
|
1143 |
bttr |
39 |
pkg install a:\pcntpk.svp
|
583 |
mateuszvis |
40 |
|
1143 |
bttr |
41 |
Proceed with step 2.
|
583 |
mateuszvis |
42 |
|
1144 |
bttr |
43 |
1b) If you want to use the ISO image instead, boot from the virtual CD-ROM
|
|
|
44 |
drive and press ESC to leave the SvarDOS installer. Then type:
|
1143 |
bttr |
45 |
|
|
|
46 |
set dosdir=C:\SVARDOS
|
|
|
47 |
pkg install pcntpk.svp
|
|
|
48 |
|
|
|
49 |
Reboot your SvarDOS VM from hard disk.
|
|
|
50 |
|
|
|
51 |
2) Finally, load the packet driver as such:
|
|
|
52 |
|
|
|
53 |
c:\drivers\pcntpk\pcntpk int=0x60
|
|
|
54 |
|
583 |
mateuszvis |
55 |
...and that's it. From now on, you should be able to search through the
|
|
|
56 |
available online packages and install extra software, for example:
|
|
|
57 |
|
|
|
58 |
pkgnet pull gopherus
|
1143 |
bttr |
59 |
pkg install gopherus.svp
|
583 |
mateuszvis |
60 |
|
|
|
61 |
(gopherus is a gopher browser)
|
|
|
62 |
|
|
|
63 |
To search through the list of available packages in the online repository, use
|
|
|
64 |
that:
|
|
|
65 |
|
|
|
66 |
pkgnet search your_search_term
|