Re: [Freedos-user] Import DOS executable to FreeDOS 1.4 over Virtual Box

2025-05-07 Thread Liam Proven via Freedos-user
On Tue, 6 May 2025 at 22:46, Eric Auer via Freedos-user wrote: > > Of course I have advertised it before but: If you use Dosemu2, > you can simply have a Linux directory which is visible to DOS > as a drive letter of your choice, even bootable C: if you like. So far, I've failed to get modern Fre

Re: [Freedos-user] Import DOS executable to FreeDOS 1.4 over Virtual Box

2025-05-06 Thread Eric Auer via Freedos-user
Hi! Of course I have advertised it before but: If you use Dosemu2, you can simply have a Linux directory which is visible to DOS as a drive letter of your choice, even bootable C: if you like. That makes it trivially easy to exchange files between DOS and your Ubuntu Linux host operating syste

Re: [Freedos-user] Import DOS executable to FreeDOS 1.4 over Virtual Box

2025-05-06 Thread Liam Proven via Freedos-user
On Tue, 6 May 2025 at 19:02, Louis Santillan via Freedos-user wrote: > > Why not create an ISO of your folder and add it to your VM? From there, > FreeDOS's included SHSUCDX & UIDE/UDVD2 should let you see the ISO as drive D > or another letter. That's what I did in the old days, yes. Now, I

Re: [Freedos-user] Import DOS executable to FreeDOS 1.4 over Virtual Box

2025-05-06 Thread Louis Santillan via Freedos-user
If the binary is small, you might also create a floppy image and add your files to that. On Tue, May 6, 2025 at 10:59 AM Louis Santillan wrote: > Why not create an ISO of your folder and add it to your VM? From there, > FreeDOS's included SHSUCDX & UIDE/UDVD2 should let you see the ISO as drive

Re: [Freedos-user] Import DOS executable to FreeDOS 1.4 over Virtual Box

2025-05-06 Thread Louis Santillan via Freedos-user
Why not create an ISO of your folder and add it to your VM? From there, FreeDOS's included SHSUCDX & UIDE/UDVD2 should let you see the ISO as drive D or another letter. ``` genisoimage -o .iso -V -v -J -R -U -iso-level 3 / ``` On Tue, May 6, 2025 at 3:39 AM John Thomas via Freedos-user < freedo

Re: [Freedos-user] Import DOS executable to FreeDOS 1.4 over Virtual Box

2025-05-06 Thread Roger via Freedos-user
> On Tue, May 06, 2025 at 10:38:19AM +, John Thomas via Freedos-user wrote: >I have gotten FreeDOS 1.4 up and running over Virtual Box over an Ubuntu linux >host. Now I want to import a DOS executable into my FreeDOS1.4 Virtual Machine >so I can execute it. As others have mentioned, a few op

Re: [Freedos-user] Import DOS executable to FreeDOS 1.4 over Virtual Box

2025-05-06 Thread Jerome Shidel via Freedos-user
> VMSMount: https://github.com/eduardocasino/vmsmount > > (I've never tried it) > > EtherDFS: http://etherdfs.sourceforge.net/ > > (Mount a sharable disk image on the local network) > > NetDrive:

Re: [Freedos-user] Import DOS executable to FreeDOS 1.4 over Virtual Box

2025-05-06 Thread Jim Hall via Freedos-user
There are a few solutions for this. I run Linux as my day-to-day system, and I boot FreeDOS in a virtual machine from there. I have to copy files from/to my FreeDOS virtual machine all the time. I find the *guestmount* command line program is the easiest way to "mount" a FreeDOS virtual disk so I

Re: [Freedos-user] Import DOS executable to FreeDOS 1.4 over Virtual Box

2025-05-06 Thread Jerome Shidel via Freedos-user
> On May 6, 2025, at 6:38 AM, John Thomas via Freedos-user > wrote: > > I have gotten FreeDOS 1.4 up and running over Virtual Box over an Ubuntu > linux host. Now I want to import a DOS executable into my FreeDOS1.4 Virtual > Machine so I can execute it. > > I have a directory on my linuxn

[Freedos-user] Import DOS executable to FreeDOS 1.4 over Virtual Box

2025-05-06 Thread John Thomas via Freedos-user
I have gotten FreeDOS 1.4 up and running over Virtual Box over an Ubuntu linux host. Now I want to import a DOS executable into my FreeDOS1.4 Virtual Machine so I can execute it. I have a directory on my linuxnhost OS for this program including executable, icon, config, etc. files. I can run th