Re: [Freedos-user] FTE Text Editor

2024-08-17 Thread Rugxulo via Freedos-user
Hi, Just for completeness, here's my links: On Sat, Aug 17, 2024 at 2:53 AM Rugxulo wrote: > > I found several versions in my archives > > I'll try to upload something to my Google Drive. * https://drive.google.com/drive/folders/101S6W3MMUV65RrKQ33Sw9PnrRIz2tKXC?usp=sharing > I've also poste

Re: [Freedos-user] A new mTCP NetDrive for DOS is available: Now with an Undo feature!

2024-08-17 Thread Michael Brutman via Freedos-user
Just a quick update ... a server version for recent Macs has been added to the downloads. Thanks to Tim Sedlmeyer for prompting me to do the cross compile and doing the testing for it! ___ Freedos-user mailing list Freedos-user@lists.sourceforge.net https

Re: [Freedos-user] A new mTCP NetDrive for DOS is available: Now with an Undo feature!

2024-08-17 Thread Michael Brutman via Freedos-user
Hi, No need for testing ... I've been developing it and testing it for months. I'm on the fanatical side of testing. "Share and enjoy" Mike On Sat, Aug 17, 2024 at 11:29 AM Jim Hall via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Thanks for the new test release! I've shared a

Re: [Freedos-user] A new mTCP NetDrive for DOS is available: Now with an Undo feature!

2024-08-17 Thread Jim Hall via Freedos-user
Thanks for the new test release! I've shared a news item about it on the website so folks can download it and help test it. On Fri, Aug 16, 2024 at 11:45 PM Michael Brutman via Freedos-user wrote: > > mTCP NetDrive lets you mount floppy disk and hard drive images over the > network to your DOS m

Re: [Freedos-user] A new mTCP NetDrive for DOS is available: Now with an Undo feature!

2024-08-17 Thread Michael Brutman via Freedos-user
The journaling is at the block device level, not the filesystem level. So it works on any filesystem. The user interface makes people make explicit "checkpoint markers" in the journal which are known safe points to roll back to. I could have done it based on a timestamp, but then somebody might

Re: [Freedos-user] A new mTCP NetDrive for DOS is available: Now with an Undo feature!

2024-08-17 Thread Frantisek Rysanek via Freedos-user
what, you've strapped *journaling* on to a FAT FS ? Never heard of anyone doing that before :-D And that "session scoped writes" feature would be very useful in the old days in an IT classroom at our school. People could be allowed to bring in all sorts of junk and try any sort of abuse to the f

Re: [Freedos-user] A new mTCP NetDrive for DOS is available: Now with an Undo feature!

2024-08-17 Thread Michael Brutman via Freedos-user
The code doesn't actually care if an image is a floppy image or a hard drive image; it's just a FAT12, FAT16, or FAT16B image and all are supported. There are two good use cases for floppy images: - Mounting a driver disk temporarily over the network to copy something from it without having

Re: [Freedos-user] Copying Files Between Linux And FreeDOS

2024-08-17 Thread Frantisek Rysanek via Freedos-user
On 17 Aug 2024 at 7:27, Ben Collver via Freedos-user wrote: > > I do not like dosemu2. See the [rant] section of the following post > for details. > > https://www.hardwareasylum.com/articles/retro/mystic-dosemu2/page8.aspx > At my rookie/hobbyist level, I frankly have no clue what level of a co

Re: [Freedos-user] Copying Files Between Linux And FreeDOS

2024-08-17 Thread nutitlius via Freedos-user
I also successfully use KERMIT, TCP and packet driver what give me the way to transfer between Unix (C-Kermit), and DOS (on real hardware and under Virtual Box, using MS-DOS KERMIT). Piotr Sent from PDP-11 > Wiadomość napisana przez Frantisek Rysanek via Freedos-user > w dniu 17.08.2024, o g

Re: [Freedos-user] Copying Files Between Linux And FreeDOS

2024-08-17 Thread Ben Collver via Freedos-user
> Date: Sat, 17 Aug 2024 03:27:18 +0200 > From: Eric Auer > > Even without the effort to create a network between QEMU > and the host Linux, have you considered using DOSEMU2? ;-) > > https://github.com/dosemu2/ I do not like dosemu2. See the [rant] section of the following post for details.

Re: [Freedos-user] Freedos-user Digest, Vol 2670, Issue 2

2024-08-17 Thread Ben Collver via Freedos-user
> Date: Fri, 16 Aug 2024 14:49:21 -0400 > From: jer...@shidel.net > > Have you considered using EtherDFS or NetDrive? > > https://etherdfs.sourceforge.net/ > https://www.brutman.com/mTCP/mTCP_NetDrive.html > I'

Re: [Freedos-user] A new mTCP NetDrive for DOS is available: Now with an Undo feature!

2024-08-17 Thread Frantisek Rysanek via Freedos-user
That's pretty cool :-) Needs much less conventional RAM compared to the MS LanMan. Resembles iSCSI or AoE or NBD, and even has "COW snapshot like" functionality, controlled from the client side... all of that in DOS. Priceless :-) The floppy emulation probably won't help in trouble cases where so

Re: [Freedos-user] Copying Files Between Linux And FreeDOS

2024-08-17 Thread Frantisek Rysanek via Freedos-user
On 17 Aug 2024 at 9:36, Eric Auer via Freedos-user wrote: > > Hi Frank, > > > I kind of second that :-) > > > > DOSEMU has traditionally been "special". > > Different from e.g. QEMU in that DOSEMU was a relatively thin > > emulation layer. Not emulating what needed not be emulated. > > Note tha

Re: [Freedos-user] FTE Text Editor

2024-08-17 Thread Rugxulo via Freedos-user
Hi again, On Wed, Aug 14, 2024 at 10:31 PM Rugxulo wrote: > > On Wed, Aug 14, 2024 at 12:43 AM Reboot Cambridge via Freedos-user > wrote: > > > > I posted on the FreeDOS Facebook some weeks (months?) back about a text > > editor I found called FTE. > > > > I was wondering if someone might compi

Re: [Freedos-user] Copying Files Between Linux And FreeDOS

2024-08-17 Thread Eric Auer via Freedos-user
Hi Frank, I kind of second that :-) DOSEMU has traditionally been "special". Different from e.g. QEMU in that DOSEMU was a relatively thin emulation layer. Not emulating what needed not be emulated. Note that current versions do emulate everything, even including the CPU, given how hardware