Re: [Freedos-user] How to use German keyboard layout with FreeDOS?

2024-12-25 Thread Aitor Santamaría via Freedos-user
Hi, On Mon, 15 Aug 2016 at 18:50, Rugxulo wrote: > So you're allowed to have several code pages loaded in memory at once, > even able to switch them (in theory), even from within select apps. > Some apps can even detect your "country" and behave accordingly > (currency, date/time, uppercase, yes

Re: [Freedos-user] How to use German keyboard layout with FreeDOS?

2024-12-25 Thread Aitor Santamaría via Freedos-user
Hi, On Mon, 15 Aug 2016 at 16:17, Tom Ehlert wrote: > Kai, > > an amazing amount of effort to get a german keyboard driver :<< > Due to an incomplete documentation (that the user read), a not very obvious file misplacement, and by following Microsoft's DOS compatibility on commandline. > > Th

Re: [Freedos-user] How to use German keyboard layout with FreeDOS?

2024-12-25 Thread Aitor Santamaría via Freedos-user
Hi, On Mon, 15 Aug 2016 at 11:31, Kai Schaetzl wrote: > There is one thing still with keyb, though, that makes me wonder. > Shouldn't I be able to run it from autoexec.bat? I added "keyb gr" to it, > but it isn't executed (or it doesn't work at this stage). I have to run it > manually at the pro

Re: [Freedos-user] How to use German keyboard layout with FreeDOS?

2024-12-25 Thread Aitor Santamaría via Freedos-user
Hello, Old thread, but to clarify things. On Sun, 14 Aug 2016 at 17:22, Kai Schaetzl wrote: > I've been trying for the last two hours or so to find out how to use a > German keyboard with FreeDOS. There is enough information, but some of the > files cannot be downloaded anywhere. I'm running in

Re: [Freedos-user] How to compile DB Berkeley for DJGPP FreeDOS 1.3 ...

2024-11-24 Thread Paul Dufresne via Freedos-user
I took an other look at compiling DB Berkeley. I realized it did not compile under Linux... giving a lot of C errors. Looking at Makefile, int_db.h and db.h that are generated by autoconf tools I come to the conclusion that they contains @somevariables@ in M4 that should have been substitute

Re: [Freedos-user] How to compile DB Berkeley for DJGPP FreeDOS 1.3 ...

2024-11-24 Thread Everaldo Bernardo Cunha via Freedos-user
Hi! I tried to be DB Berkeley, but until now I don't obtain success ... only I got with other database, VBISAM 2.1, zip file it is to download in the sourceforge site... that VBISAM was via Cross Compile Debian and FreeDOS. Now, I'll use that to generate my GNU Cobol in the FreeDOS ambient. T

Re: [Freedos-user] How to compile DB Berkeley for DJGPP FreeDOS 1.3 ...

2024-11-24 Thread Everaldo Bernardo Cunha via Freedos-user
Hi! I tried to be DB Berkeley, but until now I don't obtain success ... only I got with other database, VBISAM 2.1, zip file it is to download in the sourceforge site... that VBISAM was via Cross Compile Debian and FreeDOS. Now, I'll use that to generate my GNU Cobol in the FreeDOS ambient. T

Re: [Freedos-user] How to compile DB Berkeley for DJGPP FreeDOS 1.3 ...

2024-11-24 Thread Everaldo Bernardo Cunha via Freedos-user
Hi! I tried to be DB Berkeley, but until now I don't obtain success ... only I got with other database, VBISAM 2.1, zip file it is to download in the sourceforge site... that VBISAM was via Cross Compile Debian and FreeDOS. Now, I'll use that to generate my GNU Cobol in the FreeDOS ambient. T

Re: [Freedos-user] How to compile DB Berkeley for DJGPP FreeDOS 1.3 ...

2024-11-24 Thread Paul Dufresne via Freedos-user
For me I get to: configure: error: C compiler cannot create executables This is kind of expected, because my gcc is a cross-compiler from Linux to DJGPP: https://github.com/andrewwutw/build-djgpp  (not sure... but I think) So before trying to compile berkeley db I did: /usr/local/cross/bin/i386-

Re: [Freedos-user] How to compile DB Berkeley for DJGPP FreeDOS 1.3 ...

2024-11-24 Thread the via Freedos-user
Check DJGPP Setup: Ensure that DJGPP is correctly installed and configured. You need to set the DJGPP environment variable and update the PATH in your FDAUTO.BAT file: set DJGPP=c:\djgpp\djgpp.env set PATH=c:\djgpp\bin;%PATH% Also have you tried Use the -g flag to include debugging information in

Re: [Freedos-user] How to compile DB Berkeley for DJGPP FreeDOS 1.3 ...

2024-11-23 Thread Everaldo Bernardo Cunha via Freedos-user
Hello! Thank you for your answer! I found the sources files in the following link: https://github.com/berkeleydb/libdb/releases But, when I compiled within of the FreeDOS using DJGPP (GCC for MS-DOS) I obtained a lot errors ... I think some modifications it'll must to be made in the sources f

Re: [Freedos-user] How to compile DB Berkeley for DJGPP FreeDOS 1.3 ...

2024-11-23 Thread G.W. Haywood via Freedos-user
Hi there, On Sat, 23 Nov 2024, Everaldo Bernardo Cunha via Freedos-user wrote: I am trying to compile the source files of the DB Berkeley, but in the FreeDOS it appears errors ... Can you help me? I did the download of the sources from the github site ... My feeling is that this is unlikely

[Freedos-user] How to compile DB Berkeley for DJGPP FreeDOS 1.3 ...

2024-11-23 Thread Everaldo Bernardo Cunha via Freedos-user
Hello! I am trying to compile the source files of the DB Berkeley, but in the FreeDOS it appears errors ... Can you help me? I did the download of the sources from the github site ... I'll await your contact! Everaldo ___ Freedos-user mailing list Free

Re: [Freedos-user] How to compile FreeDos. There is some tool with all already done?. Help

2024-08-09 Thread Roger via Freedos-user
I tend to agree with avoiding wasting tons of time rebuilding code, code already built and easily obtained. I found I could easily get lost (down a rabbit hole) with building and maintaining build scripts, with lots of time wasted just compiling code. After a decade, moved from using Gentoo (sour

Re: [Freedos-user] How to compile FreeDos. There is some tool with all already done?. Help

2024-08-09 Thread Roger via Freedos-user
Could also check-out Gentoo Distribution's ebuild scripts for compiling dosemu and other dos emulation applications. Gentoo is a compile from source distribution, and most of the work for manually compiling applications is already contained within each application's ebuild (build) script.

Re: [Freedos-user] How to compile FreeDos. There is some tool with all already done?. Help

2024-08-08 Thread Gabriel González via Freedos-user
Hi Eric. Thank you again for tour answer. I Will take a look about the last repo. Yes, right now I'm playing with Boot loaders doing "minikernels" , also playing with MikeOS and following this page about develop a OS. Also I'm reading a book. I thought on FreeDOS because it Is "modern" , I knew

Re: [Freedos-user] How to compile FreeDos. There is some tool with all already done?. Help

2024-08-08 Thread Eric Auer via Freedos-user
Hi Gabriel, if I have to guess, then buildall does the following: It compiles several different types of FreeDOS kernel, for example with and without FAT32 support. Each kernel is just a single binary which you can rename to kernel.sys, then use SYS or similar tools to install it to a FAT dri

Re: [Freedos-user] How to compile FreeDos. There is some tool with all already done?. Help

2024-08-08 Thread tom ehlert via Freedos-user
> Hi , I'm studing Operative Systems . I was trying to compile FreeDos but > looks like a hard job, I think I can do it but maybe exists some tool with > all already done on it, and just doing some command all is compiled. > So , that is my question. Thank you guys. The question is remarkably u

Re: [Freedos-user] How to compile FreeDos. There is some tool with all already done?. Help

2024-08-08 Thread Gabriel González via Freedos-user
Hi Eric. Thank you for your answer. Yes. I was taking a look and I discovered I needed some old tools ( I had old Software ,All Borlands , Tams , MS Assembler all versions but we can get it from Internet I guess ) . Reading some documentation on kernel repository ( Github), I saw a file called "

Re: [Freedos-user] How to compile FreeDos. There is some tool with all already done?. Help

2024-08-08 Thread Eric Auer via Freedos-user
Hi Gabriel, Hi , I'm studing Operative Systems . I was trying to compile FreeDos but looks like a hard job, I think I can do it but maybe exists some tool with all already done on it, and just doing some command all is compiled. The answer to this question depends a lot on what exactly you m

[Freedos-user] How to compile FreeDos. There is some tool with all already done?. Help

2024-08-08 Thread Gabriel González via Freedos-user
Hi , I'm studing Operative Systems . I was trying to compile FreeDos but looks like a hard job, I think I can do it but maybe exists some tool with all already done on it, and just doing some command all is compiled. So , that is my question. Thank you guys. *Gabriel González González* _

[Freedos-user] How to install FreeDOS on Pocket386

2024-06-07 Thread Jim Hall via Freedos-user
If you bought a Pocket386 and want to know the exact steps that I used to install FreeDOS (using T2406 test release) on this micro laptop, I wrote an article about it for Both.org: "Running FreeDOS on legacy hardware" https://www.both.org/?p=5690 Basically, the steps are: 1. Connect the CF card

[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 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 enablin

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: > https://www.seei.biz/

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 dri

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 start

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 500MB,

[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 months

[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 recapitulat

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 utili

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 l

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 residen

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 DEVICE=

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 configured.

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 dri

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 a

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 li

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 scree

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 91

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 W

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 y

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] fi

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 bro

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 IPP

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 L

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 -device

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 minim

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 mu

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 spee

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 s

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 soundchip.Would

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 c

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 a

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

2022-03-14 Thread Travis Siegel
On 3/14/2022 6:48 PM, Liam Proven wrote: On Mon, 14 Mar 2022 at 23:27, Travis Siegel wrote: How does one tell which version of WSL is in use? https://pureinfotech.com/check-wsl-version-windows-10/ The command: wsl -l -v ... should tell you. Only it doesn't.  It only lists the linuxes (i

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

2022-03-14 Thread Jim Hall
> On Mon, 14 Mar 2022 at 22:35, Jim Hall wrote: > > > > Yup, that's exactly how I used FreeDOS in DOSEMU in the 1990s. I'd > > start up DOSEMU running FreeDOS, then start up GNU Emacs on Linux. I'd > > edit my source files in Emacs (Linux), and compile them on FreeDOS > > (DOSEMU). And I didn't cl

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

2022-03-14 Thread Travis Siegel
On 3/14/2022 9:34 AM, Sean Warner wrote: On Mon, Mar 14, 2022 at 12:08 PM Robert Riebisch wrote: Hi Travis, > (probably a silly question, but it would help me to be able to run dos > apps this way, unless someone has another free alternative that is > accessible). Ma

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

2022-03-14 Thread Liam Proven
On Mon, 14 Mar 2022 at 23:27, Travis Siegel wrote: > How does one tell which version of WSL is in use? https://pureinfotech.com/check-wsl-version-windows-10/ The command: wsl -l -v ... should tell you. -- Liam Proven ~ Profile: https://about.me/liamproven Email: lpro...@cix.co.uk ~ gMail/gT

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

2022-03-14 Thread Liam Proven
On Mon, 14 Mar 2022 at 22:35, Jim Hall wrote: > > Yup, that's exactly how I used FreeDOS in DOSEMU in the 1990s. I'd > start up DOSEMU running FreeDOS, then start up GNU Emacs on Linux. I'd > edit my source files in Emacs (Linux), and compile them on FreeDOS > (DOSEMU). And I didn't close Emacs wh

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

2022-03-14 Thread Liam Proven
On Mon, 14 Mar 2022 at 21:29, Darrin M. Gorski wrote: > > > Same _time_? Ek! That sounds like a recipe for file corruption. > > No, not tried and don't want to. But surely that isn't what you meant? > > Yes, that's exactly what I mean - concurrency. My DOS use case is a > multi-node BBS whic

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

2022-03-14 Thread Travis Siegel
On 3/14/2022 7:40 AM, Liam Proven wrote: On Mon, 14 Mar 2022 at 06:17, Jim Hall wrote: Another free alternative is QEMU, which should be available (and probably already installed by default) in every major Linux distro. I don't see them as being the same thing at all. QEMU is a VM. Sure you

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

2022-03-14 Thread Eric Auer
Hi! I hope you are all aware of the fact that dosemu is totally outdated, only dosemu2 is fresh at the moment: http://dosemu2.github.io/dosemu2/ It has daily-built packages available for Ubuntu, Fedora and OpenSuSE :-) Regards, Eric ___ Freedos-

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

2022-03-14 Thread Jim Hall
On Mon, Mar 14, 2022 at 12:49 PM Liam Proven wrote: >[..] > > but rather that FreeDOS (running in DOSEMU) and Linux > > can access the same files at the same time via a shared folder. > > Same files, yes. > > Shared folder? No. Why DOSemu was valuable *to me* is that I *didn't* > need a shared fo

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

2022-03-14 Thread Darrin M. Gorski
> Other than that I don't really consider dosemu (or DOSBox) anything > other than a "Virtual Machine" with some DOS-specific knacks. Or rather, "a 'virtual machine' that only supports DOS". - Darrin On Mon, Mar 14, 2022 at 4:13 PM C. Masloch wrote: > On at 2022-03-14 18:47 +0100, Liam Proven

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

2022-03-14 Thread Darrin M. Gorski
> Same _time_? Ek! That sounds like a recipe for file corruption. > No, not tried and don't want to. But surely that isn't what you meant? Yes, that's exactly what I mean - concurrency. My DOS use case is a multi-node BBS which needs a (safe) shared file system. (solved with MSNET and Samba)

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

2022-03-14 Thread C. Masloch
On at 2022-03-14 18:47 +0100, Liam Proven wrote: I don't agree that this feature "makes DOS apps part of the apps on the computer" DOS apps (not games but productivity applications) are by nature text mode apps, with only a few modern exceptions which probably won't work well on DOSemu anyway.

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

2022-03-14 Thread Liam Proven
On Mon, 14 Mar 2022 at 18:21, Jim Hall wrote: > > From how you described it, I assumed you were talking about DEXE's. > You said "runs DOS like a program under Linux" which is very similar > to the "DOSEMU apps" (DEXE's) I mentioned. > http://www.dosemu.org/docs/README/0.99/README-4.html No. In f

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

2022-03-14 Thread Jim Hall
On Mon, Mar 14, 2022 at 8:18 AM Liam Proven wrote: > > On Mon, 14 Mar 2022 at 14:03, Jim Hall wrote: > > DOSEMU can definitely boot FreeDOS (or any DOS) in a window > > like I've described, where it's a completely self-contained > > and installed DOS. That's exactly how I used to run DOSEMU in >

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

2022-03-14 Thread Liam Proven
On Mon, 14 Mar 2022 at 16:34, Santiago Almenara wrote: > > I am new to dosemu2, does it support munt, General Midi soundfonts or at > least can you connect those programs to the midi exit of dosemu2 ? Gosh. I never use sound at all under DOS, but I believe it DOSemu2 does have some sound support

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

2022-03-14 Thread Santiago Almenara
Hello TK Chia! Thank you! I am new to dosemu2, does it support munt, General Midi soundfonts or at least can you connect those programs to the midi exit of dosemu2 ? Greetings, Santiago El lun, 14 mar 2022 a la(s) 10:19, TK Chia (u1049321...@caramail.com) escribió: > Hello Travis, > > > Ok, o

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

2022-03-14 Thread TK Chia
Hello Travis, Ok, odd question, (lots of emulation), but I've got ubuntu 20.04 running under win10, using wsl.  I can't seem to get dosemu installed under that version of ubuntu (though it works fine under a real ubuntu system I have).  When I try to install dosemu under the ubuntu 20.04 running

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

2022-03-14 Thread Liam Proven
Thanks to Darrin and Robert for these... On Mon, 14 Mar 2022 at 14:28, Darrin M. Gorski wrote: > > You can also do that with qemu: -drive format=raw,file=fat:rw:$HOME/shared On Mon, 14 Mar 2022 at 15:02, Robert Riebisch wrote: > > Bochs has vvfat mode for that: >

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

2022-03-14 Thread Robert Riebisch
Hi Liam, > A VM doesn't do that. It is a virtual PC with a virtual HD and inside > that a FAT filesystem. My Linux apps can't see into it. My DOS apps > can't see Linux files. Bochs has vvfat mode for that: vvfat: local directory appears as VFAT disk (with volatile redolog / optional commit) (see

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

2022-03-14 Thread Sean Warner
On Mon, Mar 14, 2022 at 12:08 PM Robert Riebisch wrote: > Hi Travis, > > > (probably a silly question, but it would help me to be able to run dos > > apps this way, unless someone has another free alternative that is > > accessible). > > Maybe http://takeda-toshiya.my.coocan.jp/msdos/ is already

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

2022-03-14 Thread Darrin M. Gorski
You can also do that with qemu: -drive format=raw,file=fat:rw:$HOME/shared The QEMU docs state that the FAT is created at startup - so any new files added on the linux side won't appear to DOS after booting However, new files created from DOS will update the in-memory FAT and thus appear to DOS

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

2022-03-14 Thread Liam Proven
On Mon, 14 Mar 2022 at 14:03, Jim Hall wrote: > DOSEMU can definitely boot FreeDOS (or any DOS) in a window like I've > described, where it's a completely self-contained and installed DOS. That's > exactly how I used to run DOSEMU in the DOSEMU "1.x" days. Yes, I know, but that's not what I wa

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

2022-03-14 Thread Jim Hall
On Mon, Mar 14, 2022, 6:42 AM Liam Proven wrote: > On Mon, 14 Mar 2022 at 06:17, Jim Hall wrote: > > > > Another free alternative is QEMU, which should be available (and > probably already installed by default) in every major Linux distro. > > You said this in answer to me the other day. I meant

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

2022-03-14 Thread Robert Riebisch
Hi Travis, > (probably a silly question, but it would help me to be able to run dos > apps this way, unless someone has another free alternative that is > accessible). Maybe http://takeda-toshiya.my.coocan.jp/msdos/ is already enough on Windows 10 x64? DOSBox is no option? Cheers, Robert --

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

2022-03-14 Thread Liam Proven
On Mon, 14 Mar 2022 at 06:17, Jim Hall wrote: > > Another free alternative is QEMU, which should be available (and probably > already installed by default) in every major Linux distro. You said this in answer to me the other day. I meant to respond, but was busy. So, I will now. I don't see th

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

2022-03-14 Thread Liam Proven
On Mon, 14 Mar 2022 at 05:15, Travis Siegel wrote: > > Ok, odd question, (lots of emulation), but I've got ubuntu 20.04 running > under win10, using wsl. WSL1 or WSL2? Might work on WSL2. Might not on WSL1 because there is no actual Linux kernel present. -- Liam Proven ~ Profile: https://abou

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

2022-03-13 Thread Jim Hall
On Sun, Mar 13, 2022, 11:15 PM Travis Siegel wrote: > [..] > What do I need to do to get dosemu runningunder ubuntu which is running > under windows 10. > > (probably a silly question, but it would help me to be able to run dos > apps this way, unless someone has another free alternative that is

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

2022-03-13 Thread Travis Siegel
Ok, odd question, (lots of emulation), but I've got ubuntu 20.04 running under win10, using wsl.  I can't seem to get dosemu installed under that version of ubuntu (though it works fine under a real ubuntu system I have).  When I try to install dosemu under the ubuntu 20.04 running under wsl, i

Re: [Freedos-user] How to add AHCICD.sys in the auto check-list for USB BOOT?

2022-03-11 Thread richardkolacz...@hotmail.com
cal drive (which I use >99% of time for DOS) the system will BOOT up OK with the AHCICD.sys present. Richard From: Louis Santillan Sent: Saturday, 12 March 2022 4:17 AM To: Discussion and general questions about FreeDOS. Subject: Re: [Freedos-user] How

Re: [Freedos-user] How to add AHCICD.sys in the auto check-list for US B BOOT?

2022-03-11 Thread Bret Johnson
Might it be possible to use DEVLOAD in AUTOEXEC.BAT instead of needing to load AHCICD.SYS in CONFIG.SYS? You can do "automatic" IF/THEN things in AUTOEXEC.BAT but you really can't in CONFIG.SYS. In addition, though, you will probably need some kind of utility that can detect whether AHCI is ev

Re: [Freedos-user] How to add AHCICD.sys in the auto check-list for USB BOOT?

2022-03-11 Thread Louis Santillan
he laptop without optical drive does boot up OK. > > Richard > -- > *From:* tom ehlert > *Sent:* Saturday, 12 March 2022 3:27 AM > *To:* Discussion and general questions about FreeDOS. < > freedos-user@lists.sourceforge.net> > *Subject:* Re: [Freedos-user]

Re: [Freedos-user] How to add AHCICD.sys in the auto check-list for USB BOOT?

2022-03-11 Thread richardkolacz...@hotmail.com
. Subject: Re: [Freedos-user] How to add AHCICD.sys in the auto check-list for USB BOOT? Hallo Herr richardkolacz...@hotmail.com, am Freitag, 11. März 2022 um 17:23 schrieben Sie: > I use the ONE USB BOOT stick for two laptops (only one has an optical drive). > I was able to recognize the o

Re: [Freedos-user] How to add AHCICD.sys in the auto check-list for USB BOOT?

2022-03-11 Thread tom ehlert
Hallo Herr richardkolacz...@hotmail.com, am Freitag, 11. März 2022 um 17:23 schrieben Sie: > I use the ONE USB BOOT stick for two laptops (only one has an optical drive). > I was able to recognize the optical drive by simply putting > AHCICD.sys into the \FreeDOS\BIN\ folder (on the USB stick)

Re: [Freedos-user] How to add AHCICD.sys in the auto check-list for USB BOOT?

2022-03-11 Thread richardkolacz...@hotmail.com
I use the ONE USB BOOT stick for two laptops (only one has an optical drive). I was able to recognize the optical drive by simply putting AHCICD.sys into the \FreeDOS\BIN\ folder (on the USB stick) and for the laptop with the optical drive, the system boots up nicely. However, because I want to

Re: [Freedos-user] How to upgrade 1.3 RC5 to 1.3

2022-02-21 Thread Jim Hall
> > On Feb 21, 2022, at 3:31 PM, Björn Morell wrote: > > > > How do I upgrade 1.3 RC5 to 1.3 on a 486 ( I can use bootcd ) ? On Mon, Feb 21, 2022 at 4:09 PM Jerome Shidel wrote: > > There is a CD Boot Floppy image included in the LiveCD and LegacyCD > zip files alongside the appropriate ISO. >

Re: [Freedos-user] How to upgrade 1.3 RC5 to 1.3

2022-02-21 Thread Jerome Shidel
> On Feb 21, 2022, at 3:31 PM, Björn Morell wrote: > > How do I upgrade 1.3 RC5 to 1.3 on a 486 ( I can use bootcd ) ? There is a CD Boot Floppy image included in the LiveCD and LegacyCD zip files alongside the appropriate ISO. You can run the normal Installer. However, you may wish to run

[Freedos-user] How to upgrade 1.3 RC5 to 1.3

2022-02-21 Thread Björn Morell
How do  I upgrade 1.3 RC5 to 1.3 on a 486 ( I can use bootcd ) ? ___ Freedos-user mailing list Freedos-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freedos-user

  1   2   3   4   >