[Freedos-user] Ré : Networking FreeDOS 1.3 on QEMU

2022-09-09 Thread Paul Dufresne via Freedos-user
Recopying part of a message I posted on the Devel mailing list here: You may try to adapt the following line that I use: qemu-system-i386 -cpu 486 -name FreeDOS -machine pc-i440fx-4.2,accel=kvm,usb=off,dump-guest-core=off -enable-kvm -m 64 -overcommit mem-lock=off -no-user-config -nodefaults

Re: [Freedos-user] Ré : djgpp bash and autoconf for dos, new gcc

2022-09-09 Thread tauro via Freedos-user
Hello Paul, I'd like to know more about the packaging system. It seems very interesting, and useful. What paths does it use? Does it create bat files? Does it have online repositories? Something like apt, pacman, yum to install/remove packages would be very handy, combined with online repos.

Re: [Freedos-user] Ré : djgpp bash and autoconf for dos, new gcc

2022-09-09 Thread Paul Dufresne via Freedos-user
The file format used by packages is described at: http://wiki.freedos.org/wiki/index.php/Package The packages are mostly developed at: https://gitlab.com/FreeDOS But when you download them as zip from Gitlab, they are not in a format described in the Package link given. That's where the

Re: [Freedos-user] Minor Update to PGME

2022-09-09 Thread Jerome Shidel
> On Sep 8, 2022, at 4:52 PM, Liam Proven wrote: > > On Sun, 21 Aug 2022 at 15:57, Jerome Shidel wrote: >> >> Just letting you know, I spent a little time this morning and did a minor >> update to PGME. >> >> Mostly, it improves compatibility with mouse drivers other than CTMouse. >> >>

[Freedos-user] djgpp bash and autoconf for dos, new gcc

2022-09-09 Thread Eric Auer
Hi! As Paul has asked for a DOS version of BASH, http://www.delorie.com/pub/djgpp/current/v2gnu/ has version 4.2 of that. The zip unfortunately is called BSH... because the website unnecessarily limits itself to 8.3 names. Note that ACNF... in the same directory is autoconf :-) In related

[Freedos-user] Ré : djgpp bash and autoconf for dos, new gcc

2022-09-09 Thread Paul Dufresne via Freedos-user
Hi... was aware of the files on Delorie website. Was more asking for Jerome to create the directory on Gitlab, so that I can make a package with your suggested file. I am unsure if autoconf, and automake are used enough to justify having packages for them too. For people wanting to