Re: [Freedos-user] Report back: QEMU - Max size of Linux access folder

2024-03-14 Thread Louis Santillan via Freedos-user
You might try updating the 2nd drive's argument to `-drive file=fat:rw:dosfiles/,format=raw,cache=writeback`. [0] [0] https://manpages.debian.org/unstable/qemu-system-x86/qemu-system-i386.1.en.html On Wed, Mar 13, 2024 at 10:29 AM h...@iafrica.com wrote: > I removed CDROM and Sound support. I

Re: [Freedos-user] Report back: QEMU - Max size of Linux access folder

2024-03-13 Thread Louis Santillan via Freedos-user
What was the qemu command you used? It sounds like you paying a double penalty somewhere for how you’re get the disk image into qemu. Loopback devices pay some penalty. 10x seems like some option is missing to improve performance. On Wed, Mar 13, 2024 at 2:57 AM hms--- via Freedos-user <

Re: [Freedos-user] Adapter PCMCIA to CF

2024-03-07 Thread Louis Santillan via Freedos-user
I tested a generic/brandless/labelless/white label 5 pack of CF PCMCIA adapters on an old Epson 286 laptop & Librex 386 laptop. They worked as generic IDE drives and I was able to format an old 8MB CF card as FAT16 with DOS. They looked like the ones here -

Re: [Freedos-user] Ramdisk

2024-03-03 Thread Louis Santillan via Freedos-user
Best to share your CONFIG.SYS/FDCONFIG.SYS and AUTOEXEC.BAT/FDAUTO.BAT file contents. On Sun, Mar 3, 2024 at 3:14 PM Norby Droid via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > I am usin a msi computer to run FreeDos 1.3 and setup a ramdrive. > > Reading through the docs I setup

Re: [Freedos-user] GNU Cobol on the FreeDOS ....

2024-02-24 Thread Louis Santillan via Freedos-user
If you’re ok with a Linux cross compiler, you can add “cobol” here ( https://github.com/andrewwutw/build-djgpp/blob/master/script/common-settings#L6) and then build on a Linux box. Have you tried that? In Fedora I did, # sudo dnf install g++ gcc unzip bison flex make texinfo patch zlib-devel

Re: [Freedos-user] Using HDMI monitor and USB keyboard/mouse on FreeDOS

2024-01-31 Thread Louis Santillan via Freedos-user
You inspired me to build one myself. I’m awaiting a few parts now. On Tue, Jan 30, 2024 at 12:15 PM Bill Gee via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > An update for the group - > > Today I built an adapter that translates USB keyboard and mouse to PS/2 > signals. > >

Re: [Freedos-user] shutdown and USB Stick ?

2024-01-29 Thread Louis Santillan via Freedos-user
FAT is always a finicky filesystem, especially if you're utilizing a caching or BIOS emulation for USB HDDs. Are you using a caching program like lbacache, cdrcache, smartdrv, etc? On Mon, Jan 29, 2024 at 7:11 AM Thomas Cornelius Desi via Freedos-user < freedos-user@lists.sourceforge.net> wrote:

Re: [Freedos-user] One use case for FreeDos

2024-01-29 Thread Louis Santillan via Freedos-user
You may also be interested in the Blocek editor - http://www.laaca.borec.cz/blocek/#blocek On Mon, Jan 29, 2024 at 7:55 AM Thomas Cornelius Desi via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Apropos authoring on DOS Software: As I was looking for someting nifty > that would

Re: [Freedos-user] One use case for FreeDos

2024-01-27 Thread Louis Santillan via Freedos-user
That looks like Wordperfect for DOS. On Sat, Jan 27, 2024 at 9:29 PM Mart Zirnask via Freedos-user < freedos-user@lists.sourceforge.net> wrote: [SNIP] > As for writers with DOS, I recalled and managed to dig up a video with > Philip Roth using a standing desk and a Blue DOS Screen - is this also

Re: [Freedos-user] Using HDMI monitor and USB keyboard/mouse on FreeDOS

2024-01-26 Thread Louis Santillan via Freedos-user
The quality of the VGA to HDMI adapter isn't great but it works. In particular, on an HB8088 with an NEC v20 CPU & Chips 451 VGA there's large banding and the signal seems to ripple on dark black. On a Dell Optiplex 9020 with a Core i7-4790 the banding and ripple are reduced (probably a better

Re: [Freedos-user] Using HDMI monitor and USB keyboard/mouse on FreeDOS

2024-01-25 Thread Louis Santillan via Freedos-user
I used this adapter in the past ( https://www.amazon.com/gp/product/B07F1K3QQX/). Tons of similar adapters on eBay, Amazon, AliExpress. Pretty sure it worked with an old Dell monitor over HDMI. I can try retesting it this weekend. On Thu, Jan 25, 2024 at 7:54 PM Felix Miata via Freedos-user <

[Freedos-user] Interesting Project: dosfetch like neofetch

2024-01-08 Thread Louis Santillan via Freedos-user
https://github.com/leahneukirchen/dosfetch One of the hallmarks of modern Linux CLI environments differentiating the various distro vendors is a linux tool called neofetch. A tool which probes the local environment will let you know some of the key features or metrics of the local environment

Re: [Freedos-user] What DOS programs represent the 1980s and early 90s?

2024-01-01 Thread Louis Santillan via Freedos-user
On Mon, Jan 1, 2024 at 4:04 PM Jim Hall via Freedos-user < freedos-user@lists.sourceforge.net> wrote: [SNIP] > (*) Did anyone else subscribe to a shareware catalog? I know you could > dial into a BBS to find shareware apps, but I found a catalog that > tested tons of shareware apps and games and

Re: [Freedos-user] Dunfield releases 40+ years of Source Code

2023-11-07 Thread Louis Santillan via Freedos-user
user manuals and binary files? > John > > On 2023/11/06 05:32, Louis Santillan via Freedos-user wrote: > > Dave Dunfield has released what he calls "40+ years of source code". > > > > https://www.vogons.org/viewtopic.php?f=7=97034 > > <htt

[Freedos-user] Dunfield releases 40+ years of Source Code

2023-11-05 Thread Louis Santillan via Freedos-user
Dave Dunfield has released what he calls "40+ years of source code". https://www.vogons.org/viewtopic.php?f=7=97034 https://dunfield.themindfactory.com/dnldsrc.htm What I find most interesting is the source to his C compiler, Micro-C. Lots of other tools other bits that are new to me. The

Re: [Freedos-user] Networking on UTM

2023-10-27 Thread Louis Santillan via Freedos-user
Docs ( https://docs.getutm.app/settings-qemu/devices/network/network/#hardware) say that the emulated network device is a “virtio-net-pci” device. Docs also mention that the OS will require a driver for it. virtio is a common interface for modern Linux, Windows, and I think Mac OS VMs. For

Re: [Freedos-user] quick help finding the dos driver for intel etherexpress pro 100+

2023-10-25 Thread Louis Santillan via Freedos-user
IIRC, there are some extra (Windows & OS/2) drivers and docs you can remove from the package to make it fit on a floppy. Try removing those folders first. On Tue, Oct 24, 2023 at 7:03 PM Karen Lewellen via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi folks, > when I locate the

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
PM, Louis Santillan via Freedos-user wrote: > > > > > > Don’t do anything that requires security (banking, personal info, > > connecting to work) if you decide to use a 3rd party proxy. All of > > these proxies can potentially see your credentials and sensitive > &g

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
https://linux.die.net/man/1/curl -k/--insecure(SSL) This option explicitly allows curl to perform "insecure" SSL connections and transfers. All SSL connections are attempted to be made secure by using the CA certificate bundle installed by default. This makes all connections considered "insecure"

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
You might also try standing up an http to https proxy. There are some proxies setup specifically for retro computers like https://protoweb.org/get-started/ https://github.com/DrKylstein/retro-proxy https://youtu.be/-Qs3LVPmLgk https://protoweb.org/wiki/servers/

Re: [Freedos-user] How do I update certificates in FreeDOS?

2023-08-05 Thread Louis Santillan via Freedos-user
zerofive, you did not provide us actual error messages. We can only speculate. At least with curl on Linux, you can bypass cert checks with “-k”. If you still believe it’s certs and you have a known good certificate and private key, you pass them as “--cert” and “--key”, respectively. wget has

Re: [Freedos-user] USB serial & DOSBox

2023-07-25 Thread Louis Santillan via Freedos-user
Very cool! On Tue, Jul 25, 2023 at 4:05 AM Bryan Kilgallin wrote: > Yay, Louis: > > > It should be at `/dev/ttyUSB0` and you should refer to realport > > `ttyUSB0` or something like that (`serial1=directserial > > realport:ttyUSB0`). > > Yes, I found that character device. > > lsusb lists the

Re: [Freedos-user] USB serial & DOSBox

2023-07-25 Thread Louis Santillan via Freedos-user
It should be at `/dev/ttyUSB0` and you should refer to realport `ttyUSB0` or something like that (`serial1=directserial realport:ttyUSB0`). This article ( https://www.cyberciti.biz/faq/find-out-linux-serial-ports-with-setserial/) gives a good example of how to manage serial ports (including USB

Re: [Freedos-user] Basic freedos question before I try this?

2023-07-18 Thread Louis Santillan via Freedos-user
AFAICT, the FDNET package contains packet drivers for (16-bit?) NE2000 and PCnet ethernet cards. The crynwr package has several dozen other packet drivers. If we knew the exact Thinkpad model, we could advise you better. http://crynwr.com/drivers/00index.html WRT saving items to floppy, are

Re: [Freedos-user] Basic freedos question before I try this?

2023-07-18 Thread Louis Santillan via Freedos-user
Correct and it would help to know which machine you are choosing. On Tue, Jul 18, 2023 at 11:02 AM Rugxulo via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi, > > On Tue, Jul 18, 2023 at 3:56 PM Karen Lewellen via Freedos-user > wrote: > > > > My goal is supporting the built in

Re: [Freedos-user] Basic freedos question before I try this?

2023-07-18 Thread Louis Santillan via Freedos-user
Depends on the vintage of Thinkpad, but I wouldn't just assume a Thinkpad has a DOS compatible Ethernet card. I would verify. On Tue, Jul 18, 2023 at 10:08 AM Karen Lewellen via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi folks, > Due to some layered power issues in my new