Page 2 of 2

Re: HOWTO: Shared Folders/samba with DOS guest on VBox 4.1.8

Posted: 15. Oct 2014, 06:12
by ChipMcK
mtr wrote:Are there are other sources?
google search wfw31.zip yields numerous possibilities

Re: HOWTO: Shared Folders/samba with DOS guest on VBox 4.1.8

Posted: 15. Oct 2014, 10:42
by michaln
mtr wrote:This is no longer an option from AMD.

Are there are other sources?
Yes, AMD. The driver is (as of October 2014) hidden in plain sight at http://support.amd.com/en-us/search/utilities

Re: Shared Folders/samba with DOS guest on VBox 4.1.8

Posted: 2. Mar 2019, 23:21
by ghr
With all the interest in DOS networking I tried this on FreeDOS 1.2 (current version, fresh download) as well. Go for a full FreeDos install, set up networking and modify FDCONFIG.SYS as follows:

insert:

Code: Select all

12?DEVICEHIGH=C:\NET\IFSHLP.SYS
after:

Code: Select all

34?SHELL=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\AUTOEXEC.BAT
and before:

Code: Select all

12?SHELLHIGH=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\AUTOEXEC.BAT
which makes the result look like (only end of file is shown):

Code: Select all

.......
124?DOS=HIGH
12?DOS=UMB
124?DOSDATA=UMB
1?DEVICE=C:\FDOS\BIN\JEMMEX.EXE NOEMS X=TEST I=TEST NOVME NOINVLPG
234?DEVICE=C:\FDOS\BIN\HIMEMX.EXE
2?DEVICE=C:\FDOS\BIN\JEMM386.EXE X=TEST I=TEST I=B000-B7FF NOVME NOINVLPG
34?SHELL=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\AUTOEXEC.BAT
12?DEVICEHIGH=C:\NET\IFSHLP.SYS
12?SHELLHIGH=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\AUTOEXEC.BAT
Use option 2 to boot....

I tried this on an Ubuntu system with VirtualBox 4.3.36; need NAT interface to get it going (usually I succeed in using Host-Only Interface). For the rest: you can check the FreeDos site for options and also this one:
https://wiki.samba.org/index.php/Config ... amba_Share