Subversion Repositories SvarDOS

Rev

Rev 583 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 583 Rev 1143
Line 1... Line 1...
1
 
1
 
2
%hNetworking
2
                              %h*** NETWORKING ***
3
 
3
 
4
For enabling network connectivity you first need to know what kind of network
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"
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.
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
7
There is also a packet driver for Intel Pro cards in the e1000pkt package, and
Line 28... Line 28...
28
 
28
 
29
%hVIRTUALBOX - PACKET DRIVER
29
%hVIRTUALBOX - PACKET DRIVER
30
 
30
 
31
VirtualBox is able to emulate an AMD PC-NET NIC (you need to make sure of that
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
32
in the configuration of your VM, VirtualBox calls it "PCnet-FAST III" and it
33
should be set to "NAT"). Then, in SvarDOS you have to install the pcntpk.zip
33
should be set to "NAT"). Then, in SvarDOS you have to install the pcntpk.svp
34
package - you don't even need to download it, it's already present on the
34
package - you don't even need to download it, it's already present on the
35
installation image so it should be as simple as that:
35
installation image.
36
 
36
 
-
 
37
1a) If you installed from floppy images in virtual drive A:, it should be as
37
pkg install a:\pcntpk.zip
38
    simple as that:
38
 
39
 
39
Finally, load it as such:
40
pkg install a:\pcntpk.svp
40
 
41
 
-
 
42
Proceed with step 2.
-
 
43
 
-
 
44
1b) If you installed from the ISO image, boot from virtual CD-ROM again and
-
 
45
    press ESC to leave the SvarDOS installer. Then type:
-
 
46
 
-
 
47
set dosdir=C:\SVARDOS
-
 
48
pkg install pcntpk.svp
-
 
49
 
-
 
50
Reboot your SvarDOS VM from hard disk.
-
 
51
 
-
 
52
2) Finally, load the packet driver as such:
-
 
53
 
41
C:\DRIVERS\PCNTPK\PCNTPK INT=0x60
54
c:\drivers\pcntpk\pcntpk int=0x60
42
 
55
 
43
...and that's it. From now on, you should be able to search through the
56
...and that's it. From now on, you should be able to search through the
44
available online packages and install extra software, for example:
57
available online packages and install extra software, for example:
45
 
58
 
46
pkgnet pull gopherus
59
pkgnet pull gopherus
47
pkg install gopherus.zip
60
pkg install gopherus.svp
48
 
61
 
49
(gopherus is a gopher browser)
62
(gopherus is a gopher browser)
50
 
63
 
51
To search through the list of available packages in the online repository, use
64
To search through the list of available packages in the online repository, use
52
that:
65
that: