google search wfw31.zip yields numerous possibilitiesmtr wrote:Are there are other sources?
Shared Folders/samba with DOS guest on VBox 4.1.8
-
- Volunteer
- Posts: 1095
- Joined: 20. May 2009, 02:17
- Primary OS: Mac OS X other
- VBox Version: PUEL
- Guest OSses: Windows, OSX
- Location: U S of A
Re: HOWTO: Shared Folders/samba with DOS guest on VBox 4.1.8
-
- Oracle Corporation
- Posts: 2973
- Joined: 19. Dec 2007, 15:45
- Primary OS: MS Windows 7
- VBox Version: PUEL
- Guest OSses: Any and all
- Contact:
Re: HOWTO: Shared Folders/samba with DOS guest on VBox 4.1.8
Yes, AMD. The driver is (as of October 2014) hidden in plain sight at http://support.amd.com/en-us/search/utilitiesmtr wrote:This is no longer an option from AMD.
Are there are other sources?
-
- Volunteer
- Posts: 365
- Joined: 25. May 2007, 22:46
- Primary OS: MS Windows 7
- VBox Version: PUEL
- Guest OSses: DOS, Win3x, Win95, WinXP, Ubuntu, OS/2
Re: Shared Folders/samba with DOS guest on VBox 4.1.8
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:
after:
and before:
which makes the result look like (only end of file is shown):
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
insert:
Code: Select all
12?DEVICEHIGH=C:\NET\IFSHLP.SYS
Code: Select all
34?SHELL=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\AUTOEXEC.BAT
Code: Select all
12?SHELLHIGH=C:\FDOS\BIN\COMMAND.COM C:\FDOS\BIN /E:1024 /P=C:\AUTOEXEC.BAT
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
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