[Freedos-user] How to make FreeDOS display correctly the ã character

2024-04-26 Thread Jose Senna via Freedos-user
Frantisek Rysanek said: > If that's true, I would call this a > bug in the FreeDOS EGA.CPX ...? > Just fabulating, I haven't > analyzed this deeper. It is not a bug in FreeDOS, but a bug in codepage 850. ã is missing from it in every DOS I looked at.

Re: [Freedos-user] How can I make FreeDOS display correctly the â

2024-04-26 Thread Frantisek Rysanek via Freedos-user
> I also had this problem, For some reason, the ã > is missing from codepage 850. If that's true, I would call this a bug in the FreeDOS EGA.CPX ...? Just fabulating, I haven't analyzed this deeper. Frank ___ Freedos-user mailing list

Re: [Freedos-user] How can I make FreeDOS display correctly the â

2024-04-25 Thread Joao Silva via Freedos-user
Hello. Thank you, i'll switch on my laptop. On Fri, Apr 26, 2024 at 1:18 AM Jose Senna via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > I also had this problem, For some reason, the ã > is missing from codepage 850. I use codepage 860 > instead, which is the "official"

[Freedos-user] How can I make FreeDOS display correctly the â

2024-04-25 Thread Jose Senna via Freedos-user
I also had this problem, For some reason, the ã is missing from codepage 850. I use codepage 860 instead, which is the "official" Portuguese codepage. Or you may use Windows-1252 codepage, if this is available. ___ Freedos-user mailing list

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Joao Silva via Freedos-user
Hello. So, whats the code for Portugal Portuguese? Thank you. On Thu, Apr 25, 2024 at 6:43 PM Jim Hall via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Davi Ramos wrote: > >> > The "ã" is a very common character in Portuguese. It shows up in words > >> > such as "não",

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Davi Ramos via Freedos-user
That did it! "ã" and other tilde-accentuated characters are displaying perfectly now. Thanks! Although I cannot say I understand the fix, it did work and now all tilde-accentuated characters work fine everywhere in FreeDOS. I had to change "fdos" to "freedos" since that is how the directory is

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Davi Ramos via Freedos-user
Unfortunately, after entering the following: display con=(ega,850,1) mode con cp prep=((850) C:\freedos\cpi\ega.cpx) There was no alteration in the displaying of "ã". On Thu, Apr 25, 2024 at 3:43 PM Jim Hall via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Davi Ramos wrote: >

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Davi Ramos via Freedos-user
I tried the commands. "MODE CON CP SELECT=858" and "MODE CON CP SELECT=850". The "ã" still displays as that weird character. On Thu, Apr 25, 2024 at 3:39 PM Vacek Nules via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi Davi, > > Your codepage is probably set to CP437, which does

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Davi Ramos via Freedos-user
Sorry, but how can I change my codepage? I don't really know what that is. Thanks! On Thu, Apr 25, 2024 at 3:39 PM Vacek Nules via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi Davi, > > Your codepage is probably set to CP437, which does not contain the "ã" > character. Change

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Davi Ramos via Freedos-user
1. I enter "ã" by typing the "~ ^" followed by the "a" key. Resulting in "ã". 2. Yes, it is a separate key on my keyboard. By itself, that key will generate the tilde. With shift, it generates the "little hat" (circumflex), which is used in words such as "ângulo" or "acadêmico". The circumflex

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Frantisek Rysanek via Freedos-user
Let me suggest the following hypothesis: Your FreeDOS and graphical hardware is running with the HW-default code page, known as Code Page 437. https://en.wikipedia.org/wiki/Code_page_437 Whereas, you're trying to display text encoded in CP850. https://en.wikipedia.org/wiki/Code_page_850 CP850,

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Jim Hall via Freedos-user
Davi Ramos wrote: >> > The "ã" is a very common character in Portuguese. It shows up in words >> > such as "não", "alçapão", and "órgão". >> > >> > The system's keyboard and layout are already configured to "br" (for >> > Brazilian Portuguese) and working perfectly. Other accentuated >> >

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Eric Auer via Freedos-user
Hi Robert and Davi, The system's keyboard and layout are already configured to "br" (for Brazilian Portuguese) and working perfectly. Other accentuated characters display just fine. That is the case of "á", "à", "ô". However, "ã" shows as something else entirely. Image below: oIh6TW8.png How

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Vacek Nules via Freedos-user
Hi Davi, Your codepage is probably set to CP437, which does not contain the "ã" character. Change your codepage to CP850 (or CP858 if you also need the Euro sign) and try again. Cheers, Vacek Robert Riebisch via Freedos-user ezt írta (időpont: 2024. ápr. 25., Csü 20:29): > Hi Davi, > > > The

Re: [Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Robert Riebisch via Freedos-user
Hi Davi, > The "ã" is a very common character in Portuguese. It shows up in words > such as "não", "alçapão", and "órgão". > > The system's keyboard and layout are already configured to "br" (for > Brazilian Portuguese) and working perfectly. Other accentuated > characters display just fine.

[Freedos-user] How can I make FreeDOS correctly display the "ã" character?

2024-04-25 Thread Davi Ramos via Freedos-user
The "ã" is a very common character in Portuguese. It shows up in words such as "não", "alçapão", and "órgão". The system's keyboard and layout are already configured to "br" (for Brazilian Portuguese) and working perfectly. Other accentuated characters display just fine. That is the case of "á",

Re: [Freedos-user] How to try FDT2404 (Latest test version) on QEMU the hard way + kvm fixed

2024-04-05 Thread Paul Dufresne via Freedos-user
It turn out that using kvm was giving me the illusion of using kvm... but I missed the warning saying that kvm was not loaded, and that it was falling back on tcg don't know really what it is. The reason was that "Intel virtualization technology" option in "BIOS" was disabled. After

Re: [Freedos-user] How to try FDT2404 (Latest test version) on QEMU

2024-04-05 Thread Jim Hall via Freedos-user
Jim Hall wrote: [..] > > Then I create a virtual disk where I can install FreeDOS T2404. I'll > > set this up as 500MB, which is plenty big for what I do: > > > > $ qemu-img create -f qcow2 2404.qcow2 500M Paul Dufresne wrote: > I was prefering raw, because I was using: >

Re: [Freedos-user] How to try FDT2404 (Latest test version) on QEMU

2024-04-05 Thread Paul Dufresne via Freedos-user
Le ven., 05 avr. 2024 11:38:28 -0400 Jerome Shidel via Freedos-user wrote > Hi Paul, > Just a side note about installing using the FullUSB. > > One of my DOS test machines is an Acer One netbook with a 1Ghz Atom > processor and an ancient 30Gb SSD. This machine has no CD/DVD

Re: [Freedos-user] How to try FDT2404 (Latest test version) on QEMU

2024-04-05 Thread Paul Dufresne via Freedos-user
Le ven., 05 avr. 2024 09:52:10 -0400 Jim Hall via Freedos-user wrote: > Then I create a virtual disk where I can install FreeDOS T2404. I'll > set this up as 500MB, which is plenty big for what I do: > > $ qemu-img create -f qcow2 2404.qcow2 500M I was prefering raw, because I was

Re: [Freedos-user] How to try FDT2404 (Latest test version) on QEMU

2024-04-05 Thread Jerome Shidel via Freedos-user
Hi Paul, Just a side note about installing using the FullUSB. One of my DOS test machines is an Acer One netbook with a 1Ghz Atom processor and an ancient 30Gb SSD. This machine has no CD/DVD drive. It does boot from the FullUSB when written to a flash drive. It takes about 5 minutes from

Re: [Freedos-user] How to try FDT2404 (Latest test version) on QEMU

2024-04-05 Thread Jim Hall via Freedos-user
I run FreeDOS in QEMU on Linux, so I can show you what I do. First, I unzip the LiveCD ISO image so I can use it: $ unzip FDT2404-LiveCD.zip '*.iso' Archive: FDT2404-LiveCD.zip inflating: T2404LIVE.iso Then I create a virtual disk where I can install FreeDOS T2404. I'll set this up as

[Freedos-user] How to try FDT2404 (Latest test version) on QEMU

2024-04-04 Thread Paul Dufresne via Freedos-user
Hi! Especially to Lunduke fans having their "second part" of DOS week... about one year and a half after first part. So from April 3 to April 10 2024. I am not a paid subscriber to lunduke.locals.com and just observing it from far. I decided to retry FreeDOS after not using it for too many

[Freedos-user] How To Install FreeDOS 1.3 To a Huge SD Card Without the Need of Another Installation Drive-Manual Installation Without Using the Installer.

2024-02-09 Thread Sabina Zelená-Yahoo! Mail . Hub via Freedos-user
Title: Webpage not available Greetings,I needed to do,what is in the following howto,so I just tested this method as working & consulted with Mr.Hall,who advised to share my experience & howto based on it with the rest of the FreeDOS community,so for the other users I will

Re: [Freedos-user] How do I change screen resolution?

2023-08-17 Thread Norby Droid via Freedos-user
Here is somethin ya may find interesting: http://www.steptail.com/guides:text_mode Freeware program it is software and not a guide as it appears. On Wed, Aug 9, 2023 at 01:40 Rugxulo via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi, > > On Mon, Aug 7, 2023 at 3:33 PM Eric Auer

Re: [Freedos-user] How do I change screen resolution?

2023-08-10 Thread Liam Proven via Freedos-user
On Wed, 9 Aug 2023 at 18:50, Alexandro Hipólito via Freedos-user wrote: > > HI, Hi. Please do not hijack other people's threads. Start your own new thread. Then we will try to answer. -- Liam Proven ~ Profile: https://about.me/liamproven Email: lpro...@cix.co.uk ~ gMail/gTalk/FB:

Re: [Freedos-user] How do I change screen resolution?

2023-08-09 Thread Alexandro Hipólito via Freedos-user
HI, USB does not work. What should I do to attach my pendrive and read data in this pen drive? On Wed, Aug 9, 2023 at 2:40 AM Rugxulo via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi, > > On Mon, Aug 7, 2023 at 3:33 PM Eric Auer via Freedos-user > wrote: > > > > Assuming

Re: [Freedos-user] How do I change screen resolution?

2023-08-08 Thread Rugxulo via Freedos-user
Hi, On Mon, Aug 7, 2023 at 3:33 PM Eric Auer via Freedos-user wrote: > > Assuming that you just want to have MORE text on your screen, > without actually wanting to use graphics mode, you can select > quite a few modes with MODE CON or with various VESA tools. Here's an old thread about it: *

Re: [Freedos-user] How do I change screen resolution?

2023-08-07 Thread Eric Auer via Freedos-user
Hi! Assuming that you just want to have MORE text on your screen, without actually wanting to use graphics mode, you can select quite a few modes with MODE CON or with various VESA tools. For example in dosemu2, the following works just fine: MODE con cols=132 lines=60 This will search for

Re: [Freedos-user] How do I change screen resolution?

2023-08-07 Thread Ralf Quint via Freedos-user
On 8/6/2023 2:35 PM, Jerome Shidel via Freedos-user wrote: First… There seems to be a general misunderstanding that DOS only supports 80x25 columns. While it is possible that an extremely lazy programmer would hard code for that resolution, most did not. Even back in the early days the

Re: [Freedos-user] How do I change screen resolution?

2023-08-07 Thread EdzUp via Freedos-user
Weirdly enough the cludge I posted doesn't work on newest virtual box and freedoms for some reason. It does work on dosbox 0.74 (newest one). Maybe the rendering has changed somewhere :/ -Ed EdzUp On Mon, 7 Aug 2023, 12:21 Jerome Shidel via Freedos-user, < freedos-user@lists.sourceforge.net>

Re: [Freedos-user] How do I change screen resolution?

2023-08-07 Thread Liam Proven via Freedos-user
On Sun, 6 Aug 2023 at 15:37, Ralf Quint via Freedos-user wrote: > > FreeDOS, like any DOS, works only in text mode, so you can't just select any > graphics mode on the console. I have a copy of a very handy program from the early 1990s called Laptop UltraView. It was designed for laptops in

Re: [Freedos-user] How do I change screen resolution?

2023-08-07 Thread Jerome Shidel via Freedos-user
> On Aug 6, 2023, at 5:48 PM, Mateusz Viste via Freedos-user > wrote: > > On 8/6/23 23:34, Ralf Quint via Freedos-user wrote: >> DOS is using *text *mode, you just can't select a*graphics *mode and expect >> to get text output in that mode. > > BIOS text output functions still work in most

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Mateusz Viste via Freedos-user
On 8/6/23 23:34, Ralf Quint via Freedos-user wrote: DOS is using *text *mode, you just can't select a*graphics *mode and expect to get text output in that mode. BIOS text output functions still work in most graphic modes, hence having a DOS shell running in graphic mode is nothing unusual. Of

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Jerome Shidel via Freedos-user
> On Aug 6, 2023, at 5:25 PM, EdzUp via Freedos-user > wrote: > > I was testing in virtualbox. Like PC speaker emulation…. I don’t think provides any support for higher resolution text modes. ___ Freedos-user mailing list

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Jerome Shidel via Freedos-user
First… There seems to be a general misunderstanding that DOS only supports 80x25 columns. While it is possible that an extremely lazy programmer would hard code for that resolution, most did not. Even back in the early days the display could be in 40x25, 80x43, 80x50 and numerous other text

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Ralf Quint via Freedos-user
On 8/6/2023 1:37 PM, zerofive--- via Freedos-user wrote: Hello! Just tested it. It changes the resolution, but now I just don't see anything. I tried doing Ctrl+C exiting it but to no avail :( Any reason why could this happen? Because you don't pay attention to the replies you get. DOS is

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread EdzUp via Freedos-user
uot;EdzUp via Freedos-user" > *To:* "Discussion and general questions about FreeDOS." < > freedos-user@lists.sourceforge.net> > *Cc:* "EdzUp" > *Subject:* Re: [Freedos-user] How do I change screen resolution? > That is weird, here I get a dos prompt and can use DO

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread zerofive--- via Freedos-user
Were you testing it on a Virtual Machine or on a real hardware?     Sent: Sunday, August 06, 2023 at 9:13 AM From: "EdzUp via Freedos-user" To: "Discussion and general questions about FreeDOS." Cc: "EdzUp" Subject: Re: [Freedos-user] How do I change screen resol

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread EdzUp via Freedos-user
t; doing Ctrl+C exiting it but to no avail :( > Any reason why could this happen? > > > *Sent:* Monday, August 07, 2023 at 9:26 AM > *From:* "EdzUp via Freedos-user" > *To:* "Discussion and general questions about FreeDOS." < > freedos-user@lists.sourc

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread zerofive--- via Freedos-user
questions about FreeDOS." Cc: "EdzUp" Subject: Re: [Freedos-user] How do I change screen resolution? Try this as an example http://www.edzup.co.uk/images/EVGAMODE.zip   Usage: EVGAMODE [mode]   where mode is either 640x480, 800x600 or 1024x768. If you use CLS it will return to the p

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread EdzUp via Freedos-user
Try this as an example http://www.edzup.co.uk/images/EVGAMODE.zip Usage: EVGAMODE [mode] where mode is either 640x480, 800x600 or 1024x768. If you use CLS it will return to the previous resolution as the mode is just a temporary change :). -Ed EdzUp On Sun, Aug 6, 2023 at 6:22 PM EdzUp wrote:

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread EdzUp via Freedos-user
Technically it would put the screen into a VGA/SVGA resolutions so text output would be in that resolution till you used CLS when it would return back to the original resolution. There is also high Res text mode. -Ed EdzUp On Sun, 6 Aug 2023, 15:38 Ralf Quint via Freedos-user, <

[Freedos-user] How do I change screen resolution?

2023-08-06 Thread Jose Senna via Freedos-user
If this is of any help, you can set an 80x28 resolution in VGA by selecting an 8x14 pixel font, instead of the more common 8x16. Some even look better. It is also possible to set the screen mode to an SVGA or higher resolution, but not all modes support BIOS text functions, and you need these

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Felix Miata via Freedos-user
zerofive--- composed on 2023-08-06 02:08 (UTC+0200): > This question may been asked a million times but I just can't figure it out, > and > googling it gives no results (except telling me that I need to use `mode` and > some parameters but this just wouldn't give me what I am trying to

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread zerofive--- via Freedos-user
Hello there,   So there is no way to change to VGA resolution? That is unfortunate. But thanks for telling me! I wanted to change the resolution as a part of my desktop "customization", but I guess that will not be possible. Thanks for all the help!

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Frantisek Rysanek via Freedos-user
Hi there, nice to see that you're trying to tweak old software to fit on modern screens... still I have a cold shower for you :-) Sorry about it. Not sure where DOS borrowed its "terminal" / console code, whether CP/M or UNIX... the fact is, that in the way of "support", the DOS console lacks

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Jim Hall via Freedos-user
On Sun, Aug 6, 2023, 7:40 AM EdzUp via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > Hi all, I could cobble together a Command line app to chuck the system > into VGA/SVGA resolutions :) > But this is just a special case of the MODE command, which can already set the screen to use

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Ralf Quint via Freedos-user
On 8/6/2023 5:39 AM, EdzUp via Freedos-user wrote: Hi all, I could cobble together a Command line app to chuck the system into VGA/SVGA resolutions :) -Ed EdzUp And what would this going to be accomplishing? Ralf ___ Freedos-user mailing list

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Ralf Quint via Freedos-user
On 8/6/2023 2:51 AM, zerofive--- via Freedos-user wrote: A VGA resolution (?), 640x480 resolution so the text doesn't look messy when I am cURLing a website, for example, or when the --help parameter is too long. There seem to be a serious misconception on your end. FreeDOS, like any DOS,

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread EdzUp via Freedos-user
Hi all, I could cobble together a Command line app to chuck the system into VGA/SVGA resolutions :) -Ed EdzUp On Sun, 6 Aug 2023, 12:09 Aitor Santamaría via Freedos-user, < freedos-user@lists.sourceforge.net> wrote: > Hello, > > I would use MODE CON. After all, you want to reconfigure the

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Aitor Santamaría via Freedos-user
Hello, I would use MODE CON. After all, you want to reconfigure the console, and that is what MODE CON is for. Aitor On Sun, 6 Aug 2023 at 02:10, zerofive--- via Freedos-user < freedos-user@lists.sourceforge.net> wrote: > This question may been asked a million times but I just can't figure it

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread zerofive--- via Freedos-user
quot;Ralf Quint" Subject: Re: [Freedos-user] How do I change screen resolution? On 8/5/2023 5:08 PM, zerofive--- via Freedos-user wrote: This question may been asked a million times but I just can't figure it out, and googling it gives no results (except telling me that I need to use `mode`

Re: [Freedos-user] How do I change screen resolution?

2023-08-06 Thread Ralf Quint via Freedos-user
On 8/5/2023 5:08 PM, zerofive--- via Freedos-user wrote: This question may been asked a million times but I just can't figure it out, and googling it gives no results (except telling me that I need to use `mode` and some parameters but this just wouldn't give me what I am trying to achieve)

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

2023-08-05 Thread Rugxulo via Freedos-user
Hi, On Sat, Aug 5, 2023 at 3:18 PM Louis Santillan via Freedos-user wrote: > > I daily drive Fedora Linux myself. But curling DOS software zip files on it > is not as useful as doing that directly on 386 Dell I have sitting 3 feet > away when I want to run a bit of new software on it. What

[Freedos-user] How do I change screen resolution?

2023-08-05 Thread zerofive--- via Freedos-user
This question may been asked a million times but I just can't figure it out, and googling it gives no results (except telling me that I need to use `mode` and some parameters but this just wouldn't give me what I am trying to achieve) But I found out that `NANSI.SYS` contains a paramter which (I

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

2023-08-05 Thread Louis Santillan via Freedos-user
And yet here we are talking about UNIX utilities ported to a 32-bit compiler running on a 16 bit patch to an 8 bit operating system originally coded for a 4 bit microprocessor, originally written by a 2 bit company, that can't stand 1 bit of competition. I daily drive Fedora Linux myself. But

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

2023-08-05 Thread Ralf Quint via Freedos-user
On 8/5/2023 1:02 PM, Louis Santillan wrote: And yes Ralf, if the servers or companies have strict security standards requiring newer protocol versions, then curl will fail or will eventually fail to communicate with them. Well, he stated that an attempt to use http instead failed, so I

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 Ralf Quint via Freedos-user
On 8/5/2023 12:51 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 information.  It would be best

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

2023-08-05 Thread zerofive--- via Freedos-user
Louis Santillan via Freedos-user" To: "Discussion and general questions about FreeDOS." Cc: "Louis Santillan" Subject: Re: [Freedos-user] How do I update certificates in FreeDOS? zerofive, you did not provide us actual error messages.  We can only speculate.     At lea

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

2023-08-05 Thread Louis Santillan via Freedos-user
user@lists.sourceforge.net > *Cc:* "Ralf Quint" > *Subject:* Re: [Freedos-user] How do I update certificates in FreeDOS? > On 8/5/2023 5:35 AM, zerofive--- via Freedos-user wrote: > > Hello everyone! I am new to FreeDOS. > When I try to use cURL or WGet, they some

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

2023-08-05 Thread Ralf Quint via Freedos-user
On 8/5/2023 12:37 PM, Louis Santillan wrote: 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

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

2023-08-05 Thread Ralf Quint via Freedos-user
On 8/5/2023 12:34 PM, zerofive--- via Freedos-user wrote: Then what do I do if I want to make a cURL request or WGet to a secure HTTPS page? Do I just use HTTP? But then it will forcefully redirect to HTTPS connection... What do I do? Use a properly Internet enabled operating system. Yes, I

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] How do I update certificates in FreeDOS?

2023-08-05 Thread zerofive--- via Freedos-user
eforge.net Cc: "Ralf Quint" Subject: Re: [Freedos-user] How do I update certificates in FreeDOS? On 8/5/2023 5:35 AM, zerofive--- via Freedos-user wrote: Hello everyone! I am new to FreeDOS. When I try to use cURL or WGet, they sometimes error and refuse to use secure HTTPS c

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

2023-08-05 Thread Ralf Quint via Freedos-user
On 8/5/2023 5:35 AM, zerofive--- via Freedos-user wrote: Hello everyone! I am new to FreeDOS. When I try to use cURL or WGet, they sometimes error and refuse to use secure HTTPS connection. I figured it was from outdated certificates. Is there any way I can update them, manually or

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

2023-08-05 Thread zerofive--- via Freedos-user
Hello everyone! I am new to FreeDOS. When I try to use cURL or WGet, they sometimes error and refuse to use secure HTTPS connection. I figured it was from outdated certificates. Is there any way I can update them, manually or automatically? Thanks! ___

Re: [Freedos-user] How to make the R-Alt key act like L-Alt?

2023-05-06 Thread Aitor Santamaría
Hello John, Sorry for being late. This can be tricky, but feasible with FD-KEYB without recompiling. You can start from some US layout and try this example, for Alt+X First, you need to find out the key and scancode that Alt+X produces (that EDIT receives). I found this page, but there are

Re: [Freedos-user] How to properly use "search"?

2022-11-05 Thread Robert Riebisch
Hi Michał, > Wolf, wish they could have. My idea is that I could put a Batch script > in every game's directory where we can do simple things like start the > game or run the setup, or regenerate the config to a known working > state. In order to find games dynamically, rather than have a list

[Freedos-user] How to properly use "search"?

2022-11-05 Thread Michał Dec
Hello again, I'm trying to write a menu for playing games. The FreeDOS setup I've described earlier in my query on how to unload drivers will be presented in some local conventions. It's not just my personal gaming setup, I want to bring enjoyment to others. From past experience I know that

Re: [Freedos-user] How to unload a driver?

2022-11-04 Thread Rugxulo
Hi, On Fri, Nov 4, 2022 at 2:48 PM dmccunney wrote: > > I did have utilities back when that I could use to optimize the > loading of TSRs. Most took memory when loading and initializing, but > that memory cuold be freed and only a small portion thaat was the > actual TSR needed to remain

Re: [Freedos-user] How to unload a driver?

2022-11-04 Thread Louis Santillan
Some drivers might work DDL, DDU as well - https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system/ddl/ On Fri, Nov 4, 2022 at 4:06 PM Robert Riebisch wrote: > Hi Michał, > > > I load drivers for SoundBlaster AWE64 by means of putting CTMM.SYS, > > CTSB16.SYS and CTCU.EXE in

Re: [Freedos-user] How to unload a driver?

2022-11-04 Thread Robert Riebisch
Hi Michał, > I load drivers for SoundBlaster AWE64 by means of putting CTMM.SYS, > CTSB16.SYS and CTCU.EXE in DEVICE= parameters in FDCONFIG.SYS. However, > that leaves me with 570KB free. I know that I can free some of that > memory if only I can unload the drivers once the card is

Re: [Freedos-user] How to unload a driver?

2022-11-04 Thread Eric Auer
Hi! I load drivers for SoundBlaster AWE64 by means of putting CTMM.SYS, CTSB16.SYS and CTCU.EXE in DEVICE= parameters in FDCONFIG.SYS. However, that leaves me with 570KB free. I know that I can free some of that memory if only I can unload the drivers once the card is configured. I need to

Re: [Freedos-user] How to unload a driver?

2022-11-04 Thread Michał Dec
Hello, Alrighty, here's the entirety of my setup. I load drivers for SoundBlaster AWE64 by means of putting CTMM.SYS, CTSB16.SYS and CTCU.EXE in DEVICE= parameters in FDCONFIG.SYS. However, that leaves me with 570KB free. I know that I can free some of that memory if only I can unload the

Re: [Freedos-user] How to unload a driver?

2022-11-04 Thread Deposite Pirate
On Fri, 4 Nov 2022 15:46:44 -0400 dmccunney wrote: > I do have a Unix machine which has an experimental capability to > unload drivers, but it was experimental. Nowadays, the efforts are to > have things loaded in user space, and unloadable if you no longer need > what they do. Linux has been

Re: [Freedos-user] How to unload a driver?

2022-11-04 Thread dmccunney
n Fri, Nov 4, 2022 at 2:38 PM Michał Dec wrote: > > Hello, > > I'm loading a bunch of drivers during startup, but I'd like to try and unload > them after all the setup is done. What \ command is for unloading drivers? I know LH and DEVLOAD are for loading. I don't offhand think there is such a

[Freedos-user] How to unload a driver?

2022-11-04 Thread Michał Dec
Hello, I'm loading a bunch of drivers during startup, but I'd like to try and unload them after all the setup is done. What command is for unloading drivers? I know LH and DEVLOAD are for loading. Best regards, Michał ___ Freedos-user mailing

Re: [Freedos-user] How to obtain LPR - or is there a way to use IPP?

2022-09-18 Thread Phil Reynolds
On Sat, 17 Sep 2022 22:39:54 -0400 Travis Siegel wrote: > Should be easy enough, (prn is the first lpt port, and can easily be > redirected to a file using the mode command).  Not directly related, > but I did used to use prn to make some programs print everything they > said, then have my

Re: [Freedos-user] How to obtain LPR - or is there a way to use IPP?

2022-09-18 Thread Phil Reynolds
On Sun, 18 Sep 2022 23:08:54 +0100 Phil Reynolds wrote: > On Sat, 17 Sep 2022 20:31:38 -0700 > Michael Brutman wrote: > > > I'm not going to be porting LPR to mTCP anytime soon; I think about > > 4 people would have a use for it. However, if a printer supports > > JetDirect printing on port

Re: [Freedos-user] How to obtain LPR - or is there a way to use IPP?

2022-09-18 Thread Phil Reynolds
On Sat, 17 Sep 2022 20:31:38 -0700 Michael Brutman wrote: > I'm not going to be porting LPR to mTCP anytime soon; I think about 4 > people would have a use for it. However, if a printer supports > JetDirect printing on port 9100, then mTCP netcat can be used. > Simply have your program print to

Re: [Freedos-user] How to obtain LPR - or is there a way to use IPP?

2022-09-18 Thread Robert Riebisch
Hi Phil, >> > would certainly help. However, the other alternative in my case >> > would be LPR. I have not found a package with LPR yet, and most >> > links I have found around the web either include anything but a >> > binary or are broken. I see mention of a source file for it as part >> > of

Re: [Freedos-user] How to obtain LPR - or is there a way to use IPP?

2022-09-17 Thread Michael Brutman
I'm not going to be porting LPR to mTCP anytime soon; I think about 4 people would have a use for it. However, if a printer supports JetDirect printing on port 9100, then mTCP netcat can be used. Simply have your program print to a file, then use netcat to send the file to the JetDirect port on

Re: [Freedos-user] How to obtain LPR - or is there a way to use IPP?

2022-09-17 Thread Travis Siegel
On 9/17/2022 8:30 PM, PhilI never tried, but lpr.exe can be found in . Look in apps/apps.zip. Ah, this seems to work well, for printing a named file. Can certainly print plain text with lpr [address of printer]

Re: [Freedos-user] How to obtain LPR - or is there a way to use IPP?

2022-09-17 Thread Phil Reynolds
On Sat, 17 Sep 2022 09:55:34 +0200 Robert Riebisch wrote: > Hi Phil, > > > would certainly help. However, the other alternative in my case > > would be LPR. I have not found a package with LPR yet, and most > > links I have found around the web either include anything but a > > binary or are

Re: [Freedos-user] How to obtain LPR - or is there a way to use IPP?

2022-09-17 Thread Robert Riebisch
Hi Phil, > would certainly help. However, the other alternative in my case would > be LPR. I have not found a package with LPR yet, and most links I have > found around the web either include anything but a binary or are > broken. I see mention of a source file for it as part of WATTCP but > have

[Freedos-user] How to obtain LPR - or is there a way to use IPP?

2022-09-16 Thread Phil Reynolds
Now that I have got my FreeDOS setup working correctly again (a fresh setup and copying over my old apps sorted it), I am looking into how I might be able to print from some apps (normally they expect a directly connected printer supporting either ESC/P2 or PCL). I have not found anything about

Re: [Freedos-user] How to have sound with freedos under virtual box?

2022-09-05 Thread Joao Silva
On 9/5/22, tauro via Freedos-user wrote: > >>> I read somewhere that virtualbox under linux supported Speaker, but no >>> good, just soundblaster >>> >> I also found something that also suggested VirtualBox could emulate >> the PC Speaker, but I haven't been able to get it to work either. > > On

Re: [Freedos-user] How to have sound with freedos under virtual box?

2022-09-04 Thread tauro via Freedos-user
I read somewhere that virtualbox under linux supported Speaker, but no good, just soundblaster I also found something that also suggested VirtualBox could emulate the PC Speaker, but I haven't been able to get it to work either. On Linux hosts you can use the hardware speaker (if you have

Re: [Freedos-user] How to have sound with freedos under virtual box?

2022-09-03 Thread Joao Silva
Hello. I'll try. thank you, i'll let you know how it went. On Sat, Sep 3, 2022 at 7:05 PM Jim Hall wrote: > On Sat, Sep 3, 2022 at 12:07 PM Joao Silva wrote: > > > > Hello Jim. > > > > I tryed Qemu under Linux, never managed to get it running... > > > > This is the command line I use to run

Re: [Freedos-user] How to have sound with freedos under virtual box?

2022-09-03 Thread Jim Hall
On Sat, Sep 3, 2022 at 12:07 PM Joao Silva wrote: > > Hello Jim. > > I tryed Qemu under Linux, never managed to get it running... > This is the command line I use to run QEMU on Linux: qemu-system-x86_64 -name FreeDOS -enable-kvm -cpu host -m $memory -boot menu=on -hda $hda -cdrom $cdrom

Re: [Freedos-user] How to have sound with freedos under virtual box?

2022-09-03 Thread Joao Silva
Hello Jim. I tryed Qemu under Linux, never managed to get it running... I read somewhere that virtualbox under linux supported Speaker, but no good, just soundblaster On Sat, Sep 3, 2022 at 1:36 PM Jim Hall wrote: > On Sat, Sep 3, 2022 at 7:03 AM wrote: > > > > > > I really want to have

Re: [Freedos-user] How to have sound with freedos under virtual box?

2022-09-03 Thread Joao Silva
Hi Wolf. I think it must be some kind of emulation for MS-DOS/Free DOS games, but virtualbox will detect your inboard soundcard since we no longer use external sound cards althoug i have see some from Creative on stores where in Portugal. The prodominant is external sound cards... I don't use

Re: [Freedos-user] How to have sound with freedos under virtual box?

2022-09-03 Thread Jim Hall
> Am 03.09.2022 um 14:12 schrieb Joao Silva: > > You don't. > > Vbox doesn't have speaker support only soundblaster. > > For games use Dosbox or it variants. > > //lists.sourceforge.net/lists/listinfo/freedos-user On Sat, Sep 3, 2022 at 7:30 AM wrote: > > Hi Joao. > The most important is

Re: [Freedos-user] How to have sound with freedos under virtual box?

2022-09-03 Thread Jim Hall
On Sat, Sep 3, 2022 at 7:03 AM wrote: > > > I really want to have minimal sound, beeps would be enough for some > software. > > But i tried all settings in virtualbox and get no sound. > > Is it a correct assumption to configure soundblaster on each (freedos > and virtualbox) and you should hear

Re: [Freedos-user] How to have sound with freedos under virtual box?

2022-09-03 Thread wolf
Hi Joao. The most important is speed for a simulation. Then comes sound in priority, but is important also. What does mean " support only soundblaster"? I know i can configure it under virtualbox, but i have no real soundblaster, thats why i wrote what mainboard i have, with its

Re: [Freedos-user] How to have sound with freedos under virtual box?

2022-09-03 Thread Joao Silva
You don't. Vbox doesn't have speaker support only soundblaster. For games use Dosbox or it variants. On Sat, Sep 3, 2022 at 1:06 PM wrote: > > I really want to have minimal sound, beeps would be enough for some > software. > > But i tried all settings in virtualbox and get no sound. > > Is it a

[Freedos-user] How to have sound with freedos under virtual box?

2022-09-03 Thread wolf
I really want to have minimal sound, beeps would be enough for some software. But i tried all settings in virtualbox and get no sound. Is it a correct assumption to configure soundblaster on each (freedos and virtualbox) and you should hear sound? My mainboard is a ASUSZ690M-PLUS D4 and of

Re: [Freedos-user] how to get dosemu working under ubuntu installed in wsl

2022-03-14 Thread Darrin M. Gorski
> In this instance, one is. For you maybe, but clearly not for everyone. > But honestly, if you want to multitask DOS apps, use an OS designed to > do that: namely Windows, or in the early 1990s, OS/2 2 or later. Should I use dosemu? ;) Seriously though, thanks for the 'advice' but I have it

  1   2   3   4   5   >