[Freedos-user] If you use smartdrv, load it before mkeyb

2024-05-22 Thread Eric Auer via Freedos-user
Hi! Japheth found an interesting problem and explains on BTTR: https://www.bttr-software.de/forum/forum_entry.php?id=21818 It turned out that Mkeyb and MS SmartDrv don't like each other. The root of the problem is that MKEYB's Int 15h handler expects the carry flag to be set, else it does

Re: [Freedos-user] Web forum

2024-05-21 Thread Eric Auer via Freedos-user
Hi! Would there be any interest in a web forum for FreeDos? You mean something like https://www.bttr-software.de/forum/board.php ? ;-) Regards, Eric ___ Freedos-user mailing list Freedos-user@lists.sourceforge.net

Re: [Freedos-user] DOS diagnostic tools?

2024-05-14 Thread Eric Auer via Freedos-user
Hi Karen, the utilities recommended by Rober To sound useful: HDAT2 harddisk repair and diagnostics ATA, ATAPI, SATA, USB, SCSI ASTRA Advanced Sysinfo Tool and Reporting Assistant HWiNFO system information, monitoring and diagnostics Do you recall the items in norton utilities? There is

Re: [Freedos-user] DOS diagnostic tools?

2024-05-14 Thread Eric Auer via Freedos-user
Hi Karen, please specify the type of diagnostics you would be interested in. For example PCISLEEP can give you a list of PCI devices in your PC, but you seem to be interested in disk or filesystem analysis etc.? Maybe tools which display the SMART health status of your disks? I remember having

Re: [Freedos-user] documentation update

2024-05-09 Thread Eric Auer via Freedos-user
Hi! Turns out I only had some 2020 Bochs and no boot "disk" for it, so I could not easily test any hotkeys :-o But: What if the DOS distro installer can be improved, so it no longer matters which emulator or virtualizer people use? ;-) As I’ve mentioned many times before, it already does

Re: [Freedos-user] documentation update

2024-05-09 Thread Eric Auer via Freedos-user
Hi! Initially I tried Bochs, but found Bochs either cannot go full screen using SDL2, or I just haven't found the magical incantation... A quick google says "try alt-enter" (to go full screen). In 2011, this had the side-effect of risking to switch to a resolution DOS dislikes, I have not

[Freedos-user] odd news

2024-05-08 Thread Eric Auer via Freedos-user
hi! as jim prefers all dos related things to be discussed on-list: why would a https server which is "not in real working condition" and a dos port of gnupg where important features cannot be used because dos has no /dev/random (see bttr thread) be newsworthy? the changes to nasm do not seem

Re: [Freedos-user] cannot boot installation media

2024-04-28 Thread Eric Auer via Freedos-user
Hi! Not all USB sticks are enabled for booting. And maybe it is disabled in your BIOS setup. The MBR of the stick may matter as well, and whether you boot UEFI style (not possible with FreeDOS) or classic style ;-) ___ Freedos-user mailing list

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] Dial-up emulation?

2024-04-25 Thread Eric Auer via Freedos-user
Here is a neat summary of the DOS PPP drivers: http://www.oldskool.org/guides/tvdog/internet.html#I ...but, someone has already raised this question: Do you have a "counterpart"? I mean - a dial-in service answering with a modem and a PPP stack. Or at least a null-modem connection to a PPP

[Freedos-user] GIT news via BTTR

2024-04-20 Thread Eric Auer via Freedos-user
Hi :-) Following the postings on BTTR, I collected some GIT links for you: 1. Japheth has released VSBHDA (Virtual SoundBlaster for HDA, I guess) now with 16-bit support, improved emulation and Runtime Error 200 fix. https://github.com/Baron-von-Riedesel/VSBHDA/releases 2. The DIY

Re: [Freedos-user] Adapter PCMCIA to CF

2024-03-29 Thread Eric Auer via Freedos-user
Hi! If I have to guess: If your CF is at least a POTENTIAL boot device, the BIOS may add it to the list of harddisks for which no DOS drivers are required. If it is not, then it is just some plug and play device which may come and go and for which you would probably have to find appropriate

Re: [Freedos-user] Directory comparison program

2024-03-20 Thread Eric Auer via Freedos-user
You could try a DOS port of (GNU, diffutils?) "diff", for example from the Delorie DJGPP compiler website. Diff can be used to list differences in text content of files or directories full of files, but you can also use it with options "-qr" to just get a list which files only exist in which of

Re: [Freedos-user] QEMU - Max size of Linux access folder

2024-03-11 Thread Eric Auer via Freedos-user
Hi Jim, while this is a bit off-topic: Turning a 32-bit Ubuntu into a 64-bit one is tedious, so the recommended way is to just install the new over the old and keep your home directory. A few commands in the shell can help you to, more or less, clone your old package selection into the new

Re: [Freedos-user] QEMU - Max size of Linux access folder

2024-03-11 Thread Eric Auer via Freedos-user
How about using Dosemu2? When you add their PPA, you get frequent updates. Unfortunately focused on 64-bit distros, but performance is quite okay and it can map any Linux directory to a DOS drive letter, so size is "unlimited". Eric Hi Jim Thanks again. My problem is that I have assembler

Re: [Freedos-user] Ramdisk

2024-03-04 Thread Eric Auer via Freedos-user
Hi! You probably want to use XMS based ramdisks, not EMS. Also, the max size for FAT16 ramdisk is a bit below 2 GB and you can only have far less than 4 GB combined size because some of your first 4 GB address space are used for graphics etc. You can use "super extended" XMS 3.5 for a combined

Re: [Freedos-user] C programming guides

2024-02-28 Thread Eric Auer via Freedos-user
Hi Thomas, many screens will resize the signal you send them to full screen, probably with black bars either on top and bottom or left and right to match aspect ratio. This will usually give you large pixels or a fuzzy, blurred experience, so it has downsides nevertheless. So it is not common

Re: [Freedos-user] C programming guides

2024-02-28 Thread Eric Auer via Freedos-user
Hi Ed, Is there any major differences between FreeDOS and MSDOS under the hood? FreeDOS aims to be highly compatible with MS DOS, so even if you rely on some "reasonably inner workings" of DOS beyond the normal int 21 interface etc. everything should still work very much the same with

[Freedos-user] News from the forum

2024-02-14 Thread Eric Auer via Freedos-user
Hi! Here are some recent news from the BTTR forum :-) Japheth has updated JEMM, DEBUG and vSBhda: https://www.bttr-software.de/forum/forum_entry.php?id=21356 - VSBHDA is a fork of crazii's SBEMU which creates a virtual SoundBlaster and sends the sound to your real HDA, ICH, nForce,

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Eric Auer via Freedos-user
Hi! So it would need a »timer« to count from pressed key to released. if >500 ms, it should send an ASCII We understood that. But be aware that you normally set the typematic function to start typing MULTIPLE characters after a selectable delay of between 250 and (at most) 1000 msec. So if

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-09 Thread Eric Auer via Freedos-user
Hi! Indeed I was hinting at "manipulating 40:17 does not automatically sync the physical LED, but we might not care for auto shift anyway". Regarding your idea to show shift LED status on screen, check out the old LOCKTONE with audible feedback: https://auersoft.eu/soft/ Regards, Eric

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-08 Thread Eric Auer via Freedos-user
Hi! https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/dos/keyb/xkeyb/xkeyb-1994/XKEYB.TXT This seems one of those nifty keyboard drivers, but it has not time-critical functions I was more thinking in the direction of MKEYB or other int 15.4f based drivers: They see all key press

Re: [Freedos-user] AUTO SHIFT keyboard on DOS??

2024-02-08 Thread Eric Auer via Freedos-user
Hi! I am not aware of such drivers, but it would not be hard to write one. I think there already are drivers to make shift keys sticky, or to give audible feedback, as in my ancient locktone experiment inspired by Mielke.cc :-) Eric is it possible in DOS (using BIOS?) to implement a tsr or

Re: [Freedos-user] One use case for FreeDos

2024-02-01 Thread Eric Auer via Freedos-user
Hi Thomas, actually I was looking for a laptop with FreeDos using a photovoltaic system… That should be relatively easy. Photovoltaics can output 12V DC, 230V AC with an inverter, or higher DV voltages directly via USB-C which some newer laptops use for charging. However, those will not

Re: [Freedos-user] One use case for FreeDos

2024-02-01 Thread Eric Auer via Freedos-user
Hi! Why a typewriter? Because where I write, I don’t have electricity (!). Well there always is sun and photovoltaics... What type of text input hardware would you like, given that you dislike the current style of keyboards? Apart from sliding a pen over an on-screen keyboard? Is your

Re: [Freedos-user] Using HDMI monitor and USB keyboard/mouse on FreeDOS

2024-01-30 Thread Eric Auer via Freedos-user
Hi Bill, Today I built an adapter that translates USB keyboard and mouse to PS/2 signals. https://docs.pikvm.org/pico_hid_bridge/ It works great! Great to hear :-) From another thread on another forum, here are some suggestions for VGA to HDMI converters: - the current best choice

Re: [Freedos-user] shutdown and USB Stick ?

2024-01-30 Thread Eric Auer via Freedos-user
Hi! Does the Shutdown- Command merely provide for those »spinning down« delays to... The idea is that it is better for mechanical harddisks to first spin down and park heads before you switch off the power supply. Spinning down may take a moment. Also, this gives the disk the chance finish

Re: [Freedos-user] shutdown and USB Stick ?

2024-01-29 Thread Eric Auer via Freedos-user
Hi! FAT is always a finicky filesystem, especially if you're utilizing a caching or BIOS emulation for USB HDDs. Are you using a caching program like lbacache, cdrcache, smartdrv, etc? Of those 3, only SMARTDRV can cache data before it gets written. Even this delayed write caching is a

Re: [Freedos-user] Using HDMI monitor and USB keyboard/mouse on FreeDOS

2024-01-25 Thread Eric Auer via Freedos-user
Hi Bill, group.  The short version:  With the coming of Wayland I have little choice but to get new display adapters for all of my Linux machines. You probably are not technically forced to use Wayland: Most distros give you a choice of drivers to pick from, even when they recommend one

Re: [Freedos-user] Using HDMI monitor and USB keyboard/mouse on FreeDOS

2024-01-25 Thread Eric Auer via Freedos-user
Hi Bill, if I understand you correctly, your Linux PC stopped to support VGA or PS/2, so you upgrade everything, including the DOS PC, to HDMI and USB? It should be no problem to use HDMI and USB directly with DOS. The BIOS will have USB legacy support to convert keyboard and mouse data into

Re: [Freedos-user] SNMP agent for DOS?

2024-01-11 Thread Eric Auer via Freedos-user
Hi Anton, The machines are indeed physical with custom made ISA Bus controller cards, built on prototype board, and only 4 were made, 2 in production That sounds exciting! plan is to eventually replace ... with something more ubiquitous. Looking at other forums, people do impressive

[Freedos-user] sound blaster emulation for modern hardware - SBEMU and forks

2023-12-02 Thread Eric Auer via Freedos-user
Hi folks! As you know, crazii has taken the idea of VSB on a whole new level by writing a simulation of a Sound Blaster 16 for DOS, which is able to output the calculated sound on modern HDA sound hardware, ICH, nForce, SB Live, SB Audigy, VT82C686 or VT8233, -35 or VT8237. Checking Vogons

Re: [Freedos-user] FreeDOS or DOS based mail clients

2023-11-27 Thread Eric Auer via Freedos-user
Hi Jose, > PS: The older POP3 only allowed access to the inbox, > while IMAP also allows access to your other mail folders, > so I expect most mail providers to support IMAP now. I thought that folders were a client-side convention, and mail (POP3, IMAP) servers kept all

Re: [Freedos-user] roundcube, is freedos, or dos based mail clients?

2023-11-26 Thread Eric Auer via Freedos-user
Hi! a few years back, before the Pandemic, we had a serious Shellworld crash. At the time I sought to contact them, did not reach a person, however. Likewise  at the time, I believe? they did not allow mail to be sent. it has been a few years. If you use a Linux mail client to access your

Re: [Freedos-user] roundcube, is freedos, or dos based mail clients?

2023-11-23 Thread Eric Auer via Freedos-user
Hi! Thanks for your roundcube webmail tests! Both interesting and annoying that most features work with most text based browsers - except sending mail, due to JS in the send button! Anyone at all know if roundcube has a support team? This tool could be amazing with some slight JavaScript

Re: [Freedos-user] freedos, or dos based mail clients?

2023-11-22 Thread Eric Auer via Freedos-user
Hi! As it seems that sshdos (ssh) and the links text mode browser for DOS support current security protocols and https: Does anybody here have experience with using a squirrelmail or roundcoube webmail in links? Might need less java script compared to gmail to use those, and one could forward

[Freedos-user] New versions: R. Swan's A72 assembler 1.05 and 1.05c

2023-11-20 Thread Eric Auer via Freedos-user
Hi! Forwarding from Rugxulo on BTTR: https://www.bttr-software.de/forum/forum_entry.php?id=20850 R. Swan's A72 assembler 1.05 (self-assembling, 8k .COM) posted by Rugxulo A72 1.05 was released on Oct. 9 on Github. Changes: * Listings are generated by default along with binary output. To

[Freedos-user] SBEMU soundblaster emulator news?

2023-11-06 Thread Eric Auer via Freedos-user
Hi! SBEMU is a project based on MPXPLAY, DOSBOX, HX and JEMM superpowers to create a virtual SoundBlaster soundcard on real computers with more modern sound hardware (HDA, AC97 etc.) which sounds quite exciting! The BTTR thread has been silent since mid-March, so now I wonder whether there

[Freedos-user] DosView, a modern image format viewer and converter

2023-11-06 Thread Eric Auer via Freedos-user
Hi! SuperIlu is has recently released version 1.1 of DosView: https://github.com/SuperIlu/DosView It uses Allegro and compiles with DJGPP 12, so with a 386+ CPU, enough RAM and VESA, you can now view those WEBP, JPEG2000, TIFF and other modern file formats in truecolor graphics modes on DOS.

Re: [Freedos-user] MSdos 7.1 question

2023-11-04 Thread Eric Auer via Freedos-user
Hi! I said it before but I'll re-iterate - any filesystem with proper journaling would be a total banger. I still remember how Rayman ate my FreeDOS and I still have dosfsck in my fdauto as a preventative measure. It's slow as molasses in January however. The same program under Linux blows

Re: [Freedos-user] 7zip for dOS?

2023-11-01 Thread Eric Auer via Freedos-user
Hi! I did download Eric's file, as I do not use freedos. While you get extra package management features by opening our zipped app packages with a package manager, unzipping them with any UNZIP style tool will usually be sufficient. So you should be fine. The information indicates that it

Re: [Freedos-user] MSdos 7.1 question / Sound in DOS and FAT huge file support

2023-11-01 Thread Eric Auer via Freedos-user
Hi! You use to promote MSdos 7.1. Have you ever found a way to get sound on it. Sound, network and graphics are not related to DOS as operating system: Because the kernel does not support those, the applications, not the operating system, are the ones who have to support it. This also means

[Freedos-user] Testing quite a few DOS games with modern graphics hardware

2023-10-31 Thread Eric Auer via Freedos-user
Hi! Before rebooting my Linux to activate the newest kernel updates, I have booted into DOS to find out how DOS games deal with my new GeForce GTX 1650 graphics card. It is surprisingly bad as a VGA. According to VESAINFO, only packed pixel and direct color modes are supported, with 256 or

Re: [Freedos-user] 7zip for dOS?

2023-10-31 Thread Eric Auer via Freedos-user
Hi! According to https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/test/report.html you can download http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/repositories/unstable/archiver/p7zip.zip for 7zip. Regards, Eric

Re: [Freedos-user] Some USB-Stick problems

2023-10-28 Thread Eric Auer via Freedos-user
Hi again, see the new, separate thread for more USB-printer solutions :-) A new thought: I got a VERY good suggestion for the problem of FAT filesystems and file contents getting corrupted by those power outages when the drivers restart the engines of the trucks. You remember, I wondered

Re: [Freedos-user] Using USB printers with a parallel port adapters or software tricks

2023-10-28 Thread Eric Auer via Freedos-user
Hi again, somebody in another DOS forum pointed out that you can get ready to use LPT2USB online, although expensive, from various shops: https://www.future-x.de/rotronic-secomp-parallel-adapter-usb-ieee-1284-schwarz-p-7343484/

Re: [Freedos-user] IDLE HALT=1 is working on my laptop?

2023-10-28 Thread Eric Auer via Freedos-user
Hi Ramon, If I use FDAPM APMDOS in my fdauto.bat I get the following message: Performing action: APMDOS If APMDOS slows APM not available, skipping APM setup. Going resident. This is because I have freedos poorly configured or because my hardware does not support it. (My laptop is

Re: [Freedos-user] R-Alt does not act like L-Alt

2023-10-28 Thread Eric Auer via Freedos-user
Hi Aitor, I would assume that right alt DELIBERATELY does not act like a generic ALT key in EDIT: In German, for example, you need that right "Alt Gr" key for some accented characters, so it must not act as a function shift key. I remember not being able to use some other editor exactly

[Freedos-user] Using USB printers with a parallel port adapters or software tricks

2023-10-27 Thread Eric Auer via Freedos-user
Hi! Moving this topic to a new thread: Next problem: I tried to get printer support via USB (currently they use classic LPT, but those printers get very rare). Asking around and looking around a bit, people have suggested to run DOS inside vDOSplus, DOSBOX-X, DOSEMU2, VirtualBox and so on

Re: [Freedos-user] Some USB-Stick problems

2023-10-26 Thread Eric Auer via Freedos-user
Hi Woody, Unfortunately, using the internal IDE is out of question, since the whole process in that company is used to take that stick after the salestour, go into the office and plug it into a transfer PC, where some other software reads in all sales data, then updates the stick with new

Re: [Freedos-user] Some USB-Stick problems

2023-10-26 Thread Eric Auer via Freedos-user
Hi Woody! You probably mean a HP t510 thin client, with VIA Eden X2 U4200 CPU, VIA VX900 Chipset, 2 GB RAM, some flash storage, VIA ChromotionHD graphics (DVI/VGA), audio, GB-LAN, Atheros WiFi, 6x USB2, 1x RS232, 1x LPT, 2x PS/2, 65W 19V power brick:

Re: [Freedos-user] IDLE HALT=1 is working on my laptop?

2023-10-26 Thread Eric Auer via Freedos-user
Hi Ramon! I have IDLE HALT=1 in my fdconfig.sys and in config.sys - FreeDOS 1.3 FullUSB You probably mean IDLEHALT=1 without space. How can I know if IDLE HALT=1 is working on my laptop? because the fan starts up very frequently at full power. You could try IDLEHALT=-1 for a stronger

Re: [Freedos-user] HIMEMX zip file dates

2023-10-02 Thread Eric Auer via Freedos-user
Hi Mercury and Jerome, I typically do modify the times to reflect the version number. Of course that's not necessary by any means, but it's a habit I started doing as a quick and easy contingency to help me in the event of files becoming crossed, e.g. if I were to accidentally drop files into

Re: [Freedos-user] languages

2023-09-29 Thread Eric Auer via Freedos-user
Hi! FreeDos need's update in the keyboard and languages, there is support for that in open-source environments, but I don't know how to implement them. For example I'm using a portuguese keyboard and it doesn't support it, so Iam in trouble's Actually FreeDOS has no problems with Portuguese

Re: [Freedos-user] CD driver

2023-09-19 Thread Eric Auer via Freedos-user
Hi! I just installed Freedos 1.3 via USB. It works OK, but will not load the UDVD2 driver (it gets a #255 error). Will UIDE work instead? Or is the problem a bad HDD sector? The problem probably is not a bad sector in your harddisk. If you want to access a CD/DVD after booting from that

[Freedos-user] Candyman?

2023-09-14 Thread Eric Auer via Freedos-user
Hi! Does anybody here know the user nicknamed Candyman? There is a strange thread on BTTR started by that account, maybe somebody could contact Candyman via another channel and ask what has happened. Regards, Eric ___ Freedos-user mailing list

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] A Couple of USB Device Issues

2023-07-31 Thread Eric Auer via Freedos-user
Hi Damon! I have an old Dell Optiplex 745 I'm trying to "FreeDos" and am having a couple of issues. I have yet to get the USB Laser mouse to work properly. Try enabling USB legacy support in your BIOS. The mouse should then be visible to drivers like CUTEMOUSE as if it would be a PS/2

Re: [Freedos-user] USB serial & DOSBox

2023-07-25 Thread Eric Auer via Freedos-user
Hi! Have you tried using dosemu2? They have active development and support, so even if it does not work out of the box, they should still be able to give you advice on how to make it work :-) Regards, Eric ___ Freedos-user mailing list

Re: [Freedos-user] the freedos 1.3 floppy install edition.

2023-07-23 Thread Eric Auer via Freedos-user
Hi! The CPU detection utility used by the installer has compatibility issues with some processors. For example, there are some 486 systems that are detected as a 186. This has been a known issue for a while. Unfortunately, I just have not had the time to resolve that. As a stop gap, if the

Re: [Freedos-user] Can FreeDOS Be Installed On A Logical Slice? The Answer Remains Unknown

2023-07-23 Thread Eric Auer via Freedos-user
Hi Jay! I tried to do the same thing with a logical slice of disk but FreeDOS failed to see it.  If it is possible to install FreeDOS onto a logical slice of disk, inside of the extended slice, the technique for doing so is unknown, or, at least, unknown by me. DOS can not be installed on a

[Freedos-user] gitlab change notifications lack commit messages

2023-07-18 Thread Eric Auer via Freedos-user
Hi! Today I have gotten more than 60 notifications about packet updates, NONE of which mentioned why the affected package got updated. I would REALLY like those notifications to include more details and metadata. This would also allow looking up update details in the archives later. In this

Re: [Freedos-user] Confusing details about SET and redirection in FreeCOM

2023-06-29 Thread Eric Auer via Freedos-user
Hi! To bump this thread and wish FreeDOS a happy birthday, I would like to point out that this: >set "KEY=value|dir >echo %"KEY% ... will run the DIR command! may be an instance of the 5th most dangerous software weakness: https://cwe.mitre.org/top25/archive/2023/2023_top25_list.html

[Freedos-user] Unicode and codepages in apps already bundled with FreeDOS?

2023-06-22 Thread Eric Auer
Hi all, as part of a mail with Vacek, I made a list of apps from https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/test/report.html which MIGHT have some sort of Unicode and codepage awareness: By that, I mean that those apps can process input and/or output which are

[Freedos-user] Confusing details about SET and redirection in FreeCOM

2023-06-21 Thread Eric Auer
Hi fellow users :-) I have been wondering which chars are special in SET in FreeCOM and whether they can be escaped or similar. As with most DOS commands, < | > are normally special. Any other characters which tend to be special in shells seem to be okay in SET. So far for the good news. But:

Re: [Freedos-user] Installation with Grub already installed

2023-05-22 Thread Eric Auer
Hi! If I understand you correctly, Windows XP is NOT on that FAT partition, so every OS already has a separate partition? In that case the answer for MANUAL install would be: Simply skip the FDISK and FORMAT steps, it is enough to use SYS to make the FAT partition bootable. If your XP also

Re: [Freedos-user] Question about xFDisk and a multiboot setup

2023-03-14 Thread Eric Auer
Hi Gabriele, Hi Eric I have partition magic for dos this can create partition for freedos? I guess it can, given that it is a partition editor :-) I do not know whether the DOS version can create LBA partitions or FAT32 partitions, so if this is an old DOS software, it may be better to use

Re: [Freedos-user] Question about xFDisk and a multiboot setup

2023-03-09 Thread Eric Auer
Hi! Let me get a bit more verbose in my installation thoughts. If you want to hide FreeDOS and MS DOS from each other, at least a bit, you could use filesystem choice for that: Install Linux on a Linux filesystem. Install XP on some NTFS filesystem. Install FreeDOS on a FAT32 filesystem.

Re: [Freedos-user] Question about xFDisk and a multiboot setup

2023-03-09 Thread Eric Auer
Hi! You could try metakern: FreeDOS SYS has command line options to write the boot sector to a file instead of to the boot sector. You can use either DEBUG or Linux or simple or fancy DOS tools of your choice to harvest the boot sectors of MS DOS and XP. If FreeDOS finds the file fdconfig.sys,

[Freedos-user] Interesting BTTR threads: hwinfo and astra, ranish with lba, fdisk bug fixes, soundcards

2022-12-10 Thread Eric Auer
Hi! To forward some recent bookmarks for other DOS fans to enjoy, I would like to share some links to the DOS ain't dead BTTR forum: *Diagnostics software for DOS* https://www.bttr-software.de/forum/board_entry.php?id=16853=0=time=0 ASTRA 6.91: http://www.sysinfolab.com/ HWiNFO 6.2.2 by

[Freedos-user] UDVD2: Invoking STOP AUDIO twice should first pause, then stop audio, as some games expect

2022-12-09 Thread Eric Auer
Hi! There is an interesting new ticket about UDVD2 on github. It seems that implementing a very specific detail of what MSCDEX expects CD-ROM drivers to do might improve compatibility with games like Rayman. See the text of the ticket below. Thanks to PluMGMK for their thoughts. Regards,

Re: [Freedos-user] System hangs on boot.

2022-11-28 Thread Eric Auer
Hi! Actually FreeDOS may work with > 504 MB after all. You mentioned that using a FAT16 CHS partition made with MS DOS FDISK boots okay after you install FreeDOS on it, while a FAT32 partition did not. Your FAT32 partition may have been CHS or LBA. If it was LBA, maybe FAT32 works, but LBA

Re: [Freedos-user] System hangs on boot.

2022-11-27 Thread Eric Auer
Hi! I reinstalled from floppy onto a 40MB IDE drive and this works. So it must be something to do with the CF card. The card works with MSDos. MS-DOS only sees it as a 504MB drive. I FDISK and format it and it works. Is there anything I can try with FreeDOS to get this working? If it works

Re: [Freedos-user] VIA C7-M processor

2022-11-27 Thread Eric Auer
Hoi Nik, Hello, I'm new to freedos, I have installed this on a nice small laptop, a HP 2133 with VIA C7-M processor. It works nice, but the 386 memory manager crashes. I do not know how to solve this. Vriendelijke groet, Nik Kuster That depends on WHICH manager in which version you use ;-)

Re: [Freedos-user] System hangs on boot.

2022-11-27 Thread Eric Auer
Hi! I have a physical AMD 386DX 40Mhz system. It runs MS dos ok but hangs when booting freedoms. BIOS post completes, says Loading FreeDOS then hangs. CTRL+ALT+DEL reboots but still hangs. Sounds like it already hangs when loading or booting the kernel, so the problem is not in separate

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] can't see DVD reader - try AHCICD by R Loew

2022-09-20 Thread Eric Auer
Hi! There's a script that gets called from FDAUTO that tries several drivers -- why wouldn't that work? And why did it work during install? Because only the open source ones actually got installed automatically? There CD also has an ELTORITO.SYS driver it will try to use. El Torito

[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

Re: [Freedos-user] Windows 3.11 issues about FreeDOS

2022-08-30 Thread Eric Auer
Hi Liam, Windows 3.11 cannot be run in 386 enhanced mode on FreeDOS, as it shows ERROR: Unsupported MS-DOS version. Windows 3.11 can be run in standard mode on FreeDOS, but when I launch the MS-DOS Prompt, it shows Invalid Opcode. Is there anyone who can solve this problem? As far as I

Re: [Freedos-user] DOSshell replacement

2022-08-17 Thread Eric Auer
Hi Aitor, the topic reminds me that we have https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/util/system/triple-dos/ in our archives - it is 20 years old and rather limited, but it might still provide some inspiration somehow :-) Regards, Eric Under DOS-Shell, there was the

Re: [Freedos-user] CD drive always gets the letter H: - can't change

2022-08-02 Thread Eric Auer
Hi! To be a bit more productive than just complaining, how about this? /* Automatically partition the selected hard drive */ void Automatically_Partition_Hard_Drive() could be patched using: --- FDISKIO.C.bak 2022-08-03 02:10:06.914145715 +0200 +++ FDISKIO.C 2022-08-03

Re: [Freedos-user] CD drive always gets the letter H: - can't change

2022-08-02 Thread Eric Auer
Hi! The Installer has NO way to tell FDISK to auto partition the drive as a single partition. FDISK automatically breaks it into 2GB sections. If there was a way to tell FDISK just use the entire drive, the installer would have it create a single large FAT32 partition. Or, possible ask if

Re: [Freedos-user] CD drive always gets the letter H: - can't change

2022-08-02 Thread Eric Auer
Hi! Thank you for your answer Bret, it came in just as I figured out by what was the problem. I installed FreeDOS using the LiveCD, which also partitioned my disk and formatted the C drive... I don't know if the warning is normal, but from what I could check, the FreeDOS LiveCD installer

Re: [Freedos-user] PGME [was: DOSshell replacement]

2022-07-31 Thread Eric Auer
Hi! * CTMOUSE driver regularly goes crazy on hardware (maybe because my test machines have both a trackpad and a trackpoint); PGME can't be operated with keyboard alone. That is a deal-breaker for me. Have you tried different versions (1.9, 2.0, 2.1) and settings, including disabling wheel

Re: [Freedos-user] Questions on Eric Auer's Terminal

2022-07-16 Thread Eric Auer
Hi! That sounds like great question to discuss with other dosemu2 experts including you, as the serial port emu of dosemu2 has to do a large part of the work in what you want to do, I think? :-) The terminal uses mostly BIOS if i remember correctly, to be slow but compatible? Yet that also

[Freedos-user] New mTCP available

2022-07-08 Thread Eric Auer
Hi! Forwarding from BTTR: A new mTCP is available (2022-07-01) posted by mbbrutman, Washington, USA, 07.07.2022, 00:00 Download from: http://www.brutman.com/mTCP/mTCP.html Release notes: http://www.brutman.com/mTCP/mTCP_2022-07-01_Release_Notes.html And here is the short version of what

Re: [Freedos-user] FD13 floppy installation attempts

2022-06-29 Thread Eric Auer
Hi Pierre, Jim and everybody, On my FreeDOS PC, I tried to use PKUNZIP to unpack the floppy boot ZIP to a 1.44 floppy. That's when PKUNZIP told me that the destination had insufficient space. That is not surprising. You must use a tool which can write disk IMAGES to the floppy. Just

Re: [Freedos-user] Keyboard issue - wondering about typematic rate for keyboard repeats in different VMs and emulators

2022-06-18 Thread Eric Auer
Hi! Here is the related RBIL part for you: B-1603--- INT 16 - KEYBOARD - SET TYPEMATIC RATE AND DELAY AH = 03h AL = subfunction 00h set default delay and rate (PCjr and some PS/2) 01h increase delay before repeat

Re: [Freedos-user] Keyboard issue - wondering about typematic rate for keyboard repeats in different VMs and emulators

2022-06-10 Thread Eric Auer
Tom, In DOS I was able to press and hold a key and the key would repeat. Great for arrow and page keys.  For some reason this stopped workin wow. one of these Asshole from Hell questions: no information what DOS we are talkink about. no information whatsoever about CONFIG.SYS/AUTOEXEC.BAT.

[Freedos-user] Mixed announcements from BTTR: DOSBOX-X, DOSLFN, DEBUG

2022-05-11 Thread Eric Auer
Hi! Before I forget my bookmarks, here are some announcements from BTTR for which I am not sure whether they have been mentioned on FreeDOS channels yet :-) https://www.bttr-software.de/forum/forum_entry.php?id=18974 DOSBox-X 0.83.24 released! posted by Wengier 2022-04-01 DOSBox-X

[Freedos-user] SoundBlaster volume control for the distro

2022-05-11 Thread Eric Auer
Hi! It seems our distro has no volume control or mixer tool yet, so it would be nice to add one. We can start with the command line tool SBMIX, although something with Text-graphical user interface would of course be even more cool :-) https://www.bttr-software.de/products/sbmix/ Thanks!

Re: [Freedos-user] FreeDOS Partitioning

2022-05-08 Thread Eric Auer
Hi Daniel! I am tryin to install FD on a Dell PC with an 80 gb partition. I tried as I prefered it spliting into 4 partitions, and as one large partition. When I boot into the live CD all seems fine, but after it does the formating and installing, I get a bunch of errors about the

Re: [Freedos-user] Ré : Installing freedos to virtualbox them copying dice contents to an actual computer

2022-03-29 Thread Eric Auer
Hi! I think wordperfect for DOS came on floppies, yes. And you can connect ATAPI CD/DVD drives to typical 486 computers. There also are special boot loaders which you can load from floppy to continue booting from CD/DVD in case your BIOS does not yet support direct booting from CD/DVD :-)

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-user] From BTTR: FAT32 ramdisk, SvarCOM shell, Doszip commander

2022-03-13 Thread Eric Auer
Hi! Today is a day full of announcements on BTTR-SOFTWARE.DE :-) https://www.bttr-software.de/forum/forum_entry.php?id=18797 RDRVSX32: FAT32 RAM drive for HimemSX (Announce) posted by jadoxa, Queensland, Australia, 13.03.2022, 13:58 I had a request (via email) to create a RAM drive

Re: [Freedos-user] retro gamer review of FreeDOS 1.3

2022-03-10 Thread Eric Auer
Hi! Runtime error 200 usually is an overflow in timing code of Borland or Turbo Pascal, if you search the web you will find various tools which patch it or work it around :-) The overflow happens because your computer is too fast. So you can also try to slow it down, e.g. using FDAPM SPEEDn

Re: [Freedos-user] retro gamer review of FreeDOS 1.3

2022-03-09 Thread Eric Auer
Hi! DOSEMU2 expert Stas mentions his FDPP patch mentioning Test Drive 2: https://github.com/dosemu2/fdpp/commit/c6efa7a203c8aafe8da952d6405ad5dfb49fd469#diff-e9118389bd658345f94d54c6159dc16b60454e193c33f16184d4fd5526180329 @@ -156,6 +156,8 @@ CommonNdRdExit: ; *** tell if key

Re: [Freedos-user] retro gamer review of FreeDOS 1.3

2022-03-08 Thread Eric Auer
Hi! Please stay relaxed about this topic, it would be great to know WHY certain games do not work well in FreeDOS, so we can improve it :-) Of course you can also run those games in various emulators or using other versions of DOS. This may even provide insights regarding how to configure

Re: [Freedos-user] retro gamer review of FreeDOS 1.3 - DOSBOX-X 0.83.23 released

2022-03-07 Thread Eric Auer
In related news: https://www.bttr-software.de/forum/forum_entry.php?id=18754 DOSBox-X 0.83.23 released! posted by Wengier(R) 05.03.2022 03:01 DOSBox-X 0.83.23 has now been released! Designing to be a cross-platform DOS emulator, it is the goal of DOSBox-X to cover different types of DOS

Re: [Freedos-user] retro gamer review of FreeDOS 1.3

2022-03-05 Thread Eric Auer
Hi! - it sounds like a very bad idea to create a zillion FAT16 partitions and format only one of them, while using FreeDOS FDISK etc. by hand made it easy for the reviewer to just create ONE FAT32 drive :-p When the installer verifies there is no drive readable to DOS ... it asks

  1   2   3   4   5   6   7   8   9   10   >