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 perl script I am writing is supposed to help translate the zip 
downloaded from Gitlab to a package understood by FreeDOS.

I did not publish it yet... but expect to publish something in next 24h.



I am not sure... but I would guess fdimples... use the command line fdnpkg:

http://fdnpkg.sourceforge.net/

I think when launched without parameters, it give help... or then with /? ... I 
don't clearly remember.___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


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.
I know about fdimples and I like it very much but it's GUI only AFAIK 
and only works with a small set of packages from the livecd iso.


Tauro

On 9/9/22 11:57, Paul Dufresne via Freedos-user wrote:

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 understand how it works, I like the diagram on:
https://devmanual.gentoo.org/general-concepts/autotools/index.html

Like they show in the diagram... most project will have already made 
configure script and Makefile.in.
So that it mostly usefull for people doing projects to be used on Unix 
like OS.
So I tend to think it is not necessary to have autoconf and automake 
packages for FreeDOS.


But I do not totally exclude the idea.

Still working on a Perl script to generate FreeDOS packages from zip 
files dowloaded from Gitlab FreeDOS's projects.




___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[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 -rtc 
base=utc,driftfix=slew -no-hpet -boot menu=on,strict=on -sandbox 
on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg 
timestamp=on -drive format=raw,file=fdt2208.img,format=raw -cdrom T2208LIVE.iso 
 -audiodev pa,id=mysnd -device sb16,audiodev=mysnd -device adlib,audiodev=mysnd 
-machine pcspk-audiodev=mysnd  -vga cirrus -display sdl -usbdevice mouse -net 
nic,model=pcnet -net user 

make sure to adjust: fdt2208.img and T2208LIVE.iso to what you have.

This is itself an adaptation from:
http://www.freedos.org/books/get-started/june14-manual-install.html




___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[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 understand how it works, I like the diagram on:

https://devmanual.gentoo.org/general-concepts/autotools/index.html



Like they show in the diagram... most project will have already made configure 
script and Makefile.in.

So that it mostly usefull for people doing projects to be used on Unix like OS.

So I tend to think it is not necessary to have autoconf and automake packages 
for FreeDOS.



But I do not totally exclude the idea.



Still working on a Perl script to generate FreeDOS packages from zip files 
dowloaded from Gitlab FreeDOS's projects.___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[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 news, as Rugxulo mentioned two weeks ago on BTTR,
there now is GCC 12.2 for DJGPP:

You can find it in the same directory :-)

Regards, Eric

PS: Japheth mentioned on BTTR that QEMU 6.2.0 has better sound
and keyboard for him, with -global i8042.kbd-throttle=on as
mentioned on https://bugs.launchpad.net/qemu/+bug/1897568
the fix only took 15 years :-p




___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


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.
>> 
>> For example, the old MS-DOS 6.x mouse driver should be detected and usable 
>> now.
> 
> I am off work with COVID. :-(
> 
> However, with what little powers of concentration are left to me, I've
> been poking at my little DOS-related projects.
> 
> I tried the new PGME.
> 
> No difference, I'm afraid. :-(
> 
> I did `ctmouse /u` to unload it, then loaded c:\apps\msword\mouse
> 
> This works fine in FreeDOS Edit, but PGME detects no mouse.

Hmmm, I just re-verified PGME version 8/21/22 under VirtualBox, running MS-DOS 
6.22 with its MS-MOUSE Driver v8.2. Please verify, you are running the latest 
version of PGME. Under the default theme, the Version is displayed in the upper 
right of the main window. Depending on how you installed the latest version, it 
is possible there are two copies (old and new) of PGME on your drive.

If this does not remedy the issue you are experiencing, there are a couple 
other things to look at to find out what may be going on.




___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user