Re: [Freedos-devel] No simple cpu identification program returning an error code as an answer?

2022-08-29 Thread Jerome Shidel
Hi all, When it comes to releasing something as public domain, I think “The Unlicense” (aka CC0) is a great choice and maintains the spirit of public domain. Basically it says, do whatever you want with it. But, don’t blame me if it doesn’t work or breaks something. https://opensource.org/lice

Re: [Freedos-devel] Ré : Ré : Ré : suggested qemu command line to boot FreeDOS

2022-08-29 Thread Harald Arnesen
Paul Dufresne via Freedos-devel [29/08/2022 17.57]: Just running QEMU with "-net nic,model=pcnet -net user" is not enough. I means, after that if I do "fdnpkg search gcc", it results in "NO PACKET DRIVER". I need to type "fdnet", and then it get an IP address through DHCP... and then "fdnpkg s

Re: [Freedos-devel] No simple cpu identification program returning an error code as an answer?

2022-08-29 Thread Jim Hall
On Mon, Aug 29, 2022 at 2:38 PM Robert Riebisch wrote: > > Hi Jim, > > > The Creative Commons have identified a "CC-0" ("Creative Commons > > Zero") that indicates "no rights reserved" that does the same thing. > > https://creativecommons.org/share-your-work/public-domain/cc0/ > > May I apply CC0

Re: [Freedos-devel] No simple cpu identification program returning an error code as an answer?

2022-08-29 Thread Robert Riebisch
Hi Jim, > The Creative Commons have identified a "CC-0" ("Creative Commons > Zero") that indicates "no rights reserved" that does the same thing. > https://creativecommons.org/share-your-work/public-domain/cc0/ May I apply CC0 to computer software? If so, is there a recommended implementation? ht

Re: [Freedos-devel] No simple cpu identification program returning an error code as an answer?

2022-08-29 Thread Jim Hall
On Mon, Aug 29, 2022 at 1:33 PM Bret Johnson wrote: > > I'll try to search for an appropriate license and e-mail it to > you. I've been searching though a little bit of licensing info and > really didn't know that even declaring that something is "public domain" > doesn't necessarily mean what yo

Re: [Freedos-devel] No simple cpu identification program returning an error code as an answer?

2022-08-29 Thread Steve Nickolas
On Mon, 29 Aug 2022, Bret Johnson wrote: I'll try to search for an appropriate license and e-mail it to you. I've been searching though a little bit of licensing info and really didn't know that even declaring that something is "public domain" doesn't necessarily mean what you think it means.

Re: [Freedos-devel] It's "crynwr.com", not "www.crynwr.com"!

2022-08-29 Thread Jim Hall
On Mon, Aug 29, 2022 at 1:48 PM Robert Riebisch wrote: > > Hi Paul, > > > There is a small mistake on the link for crynwr on: > >[..] > Fixed. Thanks for reporting. > Thanks! ___ Freedos-devel mailing list Freedos-devel@lists.sourceforge.net https://

[Freedos-devel] How to install GCC in FreeDOS? (avoid the segmentation fault when running gcc)

2022-08-29 Thread Paul Dufresne via Freedos-devel
At first I did: fdnpkg install djgpp_gc and then tried: gcc , in some directory... was not working I then "cd c:\devel\djgpp\bin" I then "gcc", but then I got a segmentation fault. I think that after some Google search (did not help)... I saw C:\DJGPP\README.1ST I then: fdnpkg install

Re: [Freedos-devel] It's "crynwr.com", not "www.crynwr.com"!

2022-08-29 Thread Robert Riebisch
Hi Paul, > There is a small mistake on the link for crynwr on: > > http://wiki.freedos.org/wiki/index.php/Networking_FreeDOS_-_Packet_driver_installation > section: Where to find them (the packet drivers) > > the crynwr link have www. at the beginning... it does not work because > of that. > The

Re: [Freedos-devel] Status of OpenSSL in FreeDOS?

2022-08-29 Thread Deposite Pirate
On Mon, 29 Aug 2022 08:50:40 -0700 Ralf Quint wrote: > Well, only the last one would be for DOS and I did not see directly > anything mentioned as to where you get the certificates from... > > > Ralf They're included as "links.crt" with the 7Mb DOS version of Links. The "links-*-lite.exe" is t

Re: [Freedos-devel] No simple cpu identification program returning an error code as an answer?

2022-08-29 Thread Bret Johnson
I'll try to search for an appropriate license and e-mail it to you. I've been searching though a little bit of licensing info and really didn't know that even declaring that something is "public domain" doesn't necessarily mean what you think it means. I suspect it may ultimately have somethin

[Freedos-devel] Ré : Ré : Ré : suggested qemu command line to boot FreeDOS

2022-08-29 Thread Paul Dufresne via Freedos-devel
Just running QEMU with "-net nic,model=pcnet -net user" is not enough. I means, after that if I do "fdnpkg search gcc", it results in "NO PACKET DRIVER". I need to type "fdnet", and then it get an IP address through DHCP... and then "fdnpkg search gcc" works!

Re: [Freedos-devel] Status of OpenSSL in FreeDOS?

2022-08-29 Thread Ralf Quint
On 8/28/2022 3:20 PM, Deposite Pirate wrote: On Sun, 28 Aug 2022 11:37:00 -0700 Ralf Quint wrote: d Ever wondered why nobody is really bothering with supporting older browsers and OS with TSL 1.2 or newer (which is necessary to support today's certificates and associated encryption)? https://g

[Freedos-devel] It's "crynwr.com", not "www.crynwr.com"!

2022-08-29 Thread Paul Dufresne via Freedos-devel
There is a small mistake on the link for crynwr on: http://wiki.freedos.org/wiki/index.php/Networking_FreeDOS_-_Packet_driver_installation section: Where to find them (the packet drivers) the crynwr link have www. at the beginning... it does not work because of that. The site is really: htt

[Freedos-devel] Ré : Ré : suggested qemu command line to boot FreeDOS

2022-08-29 Thread Paul Dufresne via Freedos-devel
I added "-net nic,model=pcnet -net user" to allows networking to work (based on: https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/freedos-in-qemu-no-internet-connection-4175638386/ ) to allows access to the network (which it is said does not work on real hardware for n