Re: [Freedos-devel] Installer question

2025-11-23 Thread Eric Auer via Freedos-devel
actions of the user who has "returned to DOS", damaging other things. However, it might be interesting to consider the ins and outs of an installer which is not BAT based and uses no temp files or redirects. We have had several different installer styles over decades of FreeDOS. Reg

Re: [Freedos-devel] Installer question

2025-11-23 Thread Eric Auer via Freedos-devel
mal Linux with GPARTED as an extra tool, but users need a good understanding to use that to their adavantage and such users might be happy with using a separately downloaded Linux image for that anyway. Regards, Eric ___ Freedos-devel mail

Re: [Freedos-devel] Beeps for tab completion

2025-10-18 Thread Eric Auer via Freedos-devel
least some versions of FreeCOM have used speaker hardware beeps (timer chip, port 61 etc.) for this, which had some risks of hanging on some hardware or emulators? Regards, Eric ___ Freedos-devel mailing list [email protected]

Re: [Freedos-devel] off topic, but old computer related, texas instruments computer

2025-10-18 Thread Eric Auer via Freedos-devel
similar to a desktop PC, so you can add lots of stuff to the TI99/4a, including floppy drives :-) The German wikipedia has more photos of that than the English one. Eric Hi, a former colleague of me wanted to know which price he can achieve for an old texas instruments computer from ca. 1984

Re: [Freedos-devel] critical error 386 bug - was: DOSLFN bugfix explanations and ideas

2025-08-16 Thread Eric Auer via Freedos-devel
this, but the issue discussion is asking for more testers :-) Thanks! Regards, Eric I ask this because some recent activity by Bernd and ECM who have been working on a kernel Divide by Zero error. Very, very, very basically, part of the 32-bit kernel was assuming the GS register would remain

Re: [Freedos-devel] DOSLFN bugfix explanations and ideas - was: FreeDOS Interim Build T2508

2025-08-15 Thread Eric Auer via Freedos-devel
sensible to me, those really need the low level dskxfer function and are correctly avoiding rwblock. Regards, Eric Either way, I recommend to NOT use getblk or searchblock when checking whether a given sector is in BUFFERS, because those have the here unwanted side-effect of ADDING the

Re: [Freedos-devel] DOSLFN bugfix explanations and ideas - was: FreeDOS Interim Build T2508

2025-08-15 Thread Eric Auer via Freedos-devel
ING the investigated sector to the BUFFERS cache rather than only SEARCHING for it. Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] DOSLFN bugfix explanations and ideas - was: FreeDOS Interim Build T2508

2025-08-15 Thread Eric Auer via Freedos-devel
way. We just do not YET do it in ALL cases where we should. Regards, Eric PS: Sometimes it would be faster to handle a large read as-is IF no dirty buffers are found, instead of breaking it into a number of segments if only few sectors can be read from cache. PPS: Good to know that the criti

Re: [Freedos-devel] DOSLFN bugfix explanations and ideas - was: FreeDOS Interim Build T2508

2025-08-04 Thread Eric Auer via Freedos-devel
on whether the disk access has failed or succeeded. A more elegant solution could be to call setinvld in dskxfer itself, instead of the current implementation where two functions call it after THEY called dskxfer. Regards, Eric ___

Re: [Freedos-devel] DOSLFN bugfix explanations and ideas - was: FreeDOS Interim Build T2508

2025-08-02 Thread Eric Auer via Freedos-devel
say, app termination event, but you will have to deal with reentrancy when using timers. Regards, Eric PS: reset_drive calls int 21.0d and 21.32, which do 1. flush() which calls flush1() in a loop and then network_redirector(REM_FLUSHALL) while flush_buffers() would ONLY call flush1() i

[Freedos-devel] DOSLFN bugfix explanations and ideas - was: FreeDOS Interim Build T2508

2025-08-01 Thread Eric Auer via Freedos-devel
completely different, should be the reason why DOSLFN has to flood the kernel with drive reset calls around LFN write activities. I hope there is a performance-friendly way to do this, which ALSO ensures consistent, non-corrupted metadata. Regards, Eric Hi guys, the 0.42-WIP version of DOSLFN pr

Re: [Freedos-devel] FreeDOS Interim Build T2508

2025-08-01 Thread Eric Auer via Freedos-devel
directors cluster and sector data directly, because the kernel would not do LFN itself, so the corruption was some sort of caching or buffers conflict? So is the fix cache-related, kernel-related, or DOSLFN-itself-related? Eric ___ Freedos-devel mailing list

Re: [Freedos-devel] FreeDOS Interim Build T2507

2025-07-02 Thread Eric Auer via Freedos-devel
): updated to v2.39-20230531.20 2025-06-13 02:18:33 i16src (Shidel): updated to 2023-10-12 Does this i16 toolchain still depend on DJGPP, which we do not include? Or am I confusing that i16 stuff with something else? Regards, Eric :-) ___ Freedos-devel

Re: [Freedos-devel] FreeDOS Repos

2025-06-23 Thread Eric Auer via Freedos-devel
Hi! Quick question... Does the online FDRepo v3 data also support existing installations which expect older data online, or will everybody who has installed FreeDOS in the recent past have to reinstall and/or update repo handling tools? Regards, Eric PS: I also think we should keep offering

Re: [Freedos-devel] FreeDOS Repos

2025-06-23 Thread Eric Auer via Freedos-devel
g data. That would be good, thanks Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] possible int 25 int 26 floppy access status issue

2025-06-01 Thread Eric Auer via Freedos-devel
check in int 25 / 26. On the other hand, floppies are special, as they can be taken out of the drive and changed etc. :-p Makes me wonder which strategies other DOSes use. Regards, Eric The handler does not check if sector zero has to be read / written. But I think it should, and bypass the

Re: [Freedos-devel] possible int 25 int 26 floppy access status issue

2025-06-01 Thread Eric Auer via Freedos-devel
. Either way, thanks for the fix :-) Regards, Eric Hi Eric, this might be related to / the same as [1]. If it is, it should be fixed by [2]. Can you test with a current kernel? [1]: https://github.com/FDOS/kernel/issues/144 [2]: https://github.com/FDOS/kernel/commit

Re: [Freedos-devel] FreeDOS Interim Build T2506

2025-06-01 Thread Eric Auer via Freedos-devel
] (Shidel): updated to v1.9a 2025-05-05 19:32:21 move [unstable] (Shidel): updated to v3.5a I think those were "EDIT 0.9x finally is actively maintained again and has some improvements" and "XCOPY and MOVE now deal better with very large files versus free space on drive"

[Freedos-devel] possible int 25 int 26 floppy access status issue

2025-06-01 Thread Eric Auer via Freedos-devel
might mean that our DPB / CDS init code does not behave as intended or that we might want int 25 / 26 to check whether a floppy has been inserted or changed before giving up after a failed get_dpb() call? Regards, Eric PS: There might be an interaction with the DJ mechanism, too. We have not ch

Re: [Freedos-devel] Extended keyboard flag at 0040:0096 gets unexpectedly cleared

2025-05-30 Thread Eric Auer via Freedos-devel
keyboard */ static char far *kbtype = MK_FP(0x40,0x96); /* new check method (10/2003) */ if (enhkeyb == -1) { /* if we do not yet know... */ enhkeyb = (((*kbtype) & 0x10) != 0) ? 1 : 0; /* read BIOS data flag! */ } /* now enhkeyb is either 0 or 1 - Eric */ if

Re: [Freedos-devel] Kernel behavior on critical error return AX=0

2025-05-29 Thread Eric Auer via Freedos-devel
style kernel and FreeCOM, you can do: C:\>ver /r FreeCom version 0.NN XMS_Swap [MMM DD HH:MM:SS] DOS Version 6.22 FreeDOS kernel build 20NN [version MMM DD, compiled MMM DD ] C:\> Regards, Eric ___ Freedos-devel mailing list Fr

Re: [Freedos-devel] CSMWrap

2025-05-28 Thread Eric Auer via Freedos-devel
ttps://ibb.co/ymw4GsDn https://www.youtube.com/watch?v=G7qm3GFy9tg Cheers, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] Kernel package question

2025-05-27 Thread Eric Auer via Freedos-devel
quot;stable" ancient 2021 kernel, we will learn something from that. Everybody still is free to use our old kernel as long as they wish if that happens to fail for fewer or different apps of our distro. Regards, Eric ___ Freedos-de

Re: [Freedos-devel] How to idle under DOS?

2025-05-18 Thread Eric Auer via Freedos-devel
for example EMM386 (which often is your protected mode host if no Win3 runs) might proceed to do an actual HLT - or just do nothing. Of course you could always try SEVERAL of those methods, but that will take CPU itself and if several do succeed, you might end up waiting too long, slowing down yo

Re: [Freedos-devel] FreeDOS EDIT fork

2025-05-18 Thread Eric Auer via Freedos-devel
: ... - EDIT always appends a NL character to the last line when editing it So how does one type an empty file at the moment? :-) I would probably just delete the file and touch it again if I wanted to "empty" a file, without using an editor. Reg

Re: [Freedos-devel] How to idle under DOS?

2025-05-14 Thread Eric Auer via Freedos-devel
t;VBOX" related compile time option, it will either use HLT or out 8003 to port 40f (idle signal to virtualbox??). It accesses both the RTC and the timer, so it is quite time-aware as well :-) Regards, Eric Bernd wrote: Is anyone into power management, specifically how to properly idle D

Re: [Freedos-devel] question on use!umb for FreeDOS XMS stuff

2025-05-13 Thread Eric Auer via Freedos-devel
ch the binary to select which UMB areas to use. https://www.vogons.org/viewtopic.php?t=83477 links the newer variant of USE!UMBS which does take command line arguments. This might also be worth reading: https://forum.vcfed.org/index.php?threads/loading-dos-high-on-a-x

Re: [Freedos-devel] question on use!umb for FreeDOS XMS stuff

2025-05-12 Thread Eric Auer via Freedos-devel
your own driver. Pages 27-29 etc. for UMB, continue to 36 to include EMS, etc. If you are VERY bored ;-) Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] question on use!umb for FreeDOS XMS stuff

2025-05-11 Thread Eric Auer via Freedos-devel
ou could copy-paste the output of MEM /DEBUG or MEM /FULL for both FreeDOS and SvarDOS DR-DOS, so we can compare. Of course without loading that UMB thing in FreeDOS, as it would crash. Does that UMB driver have command line options which you could use to exclude for example the (problematic?)

Re: [Freedos-devel] question on use!umb for FreeDOS XMS stuff

2025-05-10 Thread Eric Auer via Freedos-devel
mainboard that you want to enable memory in the area where you want UMB and the driver has to understand the exact chipset of your mainboard. Of course you also have chipsets which can not do this at all. Regards, Eric ___ Freedos-devel mailing list Freedos

Re: [Freedos-devel] question on use!umb for FreeDOS XMS stuff

2025-05-10 Thread Eric Auer via Freedos-devel
you get crashes, try different options. Most drivers have command line options to configure, so you do not need to modify source codes :-) Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net

[Freedos-devel] Svardos Editor

2025-05-06 Thread Eric Auer via Freedos-devel
Hi! Should we add SVED to our distro? :-) https://www.bttr-software.de/forum/forum_entry.php?id=22545 posted by Oso2k, 06.05.2025, 10:15 (edited by Oso2k on 06.05.2025, 10:28) I really like sved (http://svardos.org/sved/). Super light and responsive with a good feature set. SETEdit is good

Re: [Freedos-devel] Error when formatting (USB Live image)

2025-05-04 Thread Eric Auer via Freedos-devel
behaves different from another. Maybe you can use different tools for those comparisons? Thanks! Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] Error when formatting (USB Live image)

2025-05-03 Thread Eric Auer via Freedos-devel
matting when the kernel is FAT32-enabled. You may see other results for kernels without FAT32 support? Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] FreeDOS EDIT fork

2025-05-01 Thread Eric Auer via Freedos-devel
Joe picked up his versions and made 0.8, 0.81 and 0.82 which your fork is based on. While the 0.8x series re-implemented some of my stuff, the forked versions remain forked. Importantly, I suggested that you test my versions a few months ago :-) You replied on 2025-02-20: Hi Eric! 1) FreeDOS E

Re: [Freedos-devel] FreeDOS EDIT fork

2025-05-01 Thread Eric Auer via Freedos-devel
I don't need to know what time it is, I have a bunch of other clocks for that. :-) Let's also remove the calendar. Saves ~0x500 bytes :) Disagree again. And please keep the ASCII character table, too. ___ Freedos-devel mailing list Freedos-

Re: [Freedos-devel] FreeDOS EDIT fork

2025-05-01 Thread Eric Auer via Freedos-devel
ile updating it too often could have side effects, having a clock at all is quite nice :-) Maybe clock display could be made configurable, though ;-) Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.source

Re: [Freedos-devel] ok! i think i Found a bug!! :D UIDE.SYS

2025-05-01 Thread Eric Auer via Freedos-devel
nd a driver for AHCI? Please be very exact in describing the different scenarios and what works and what does not and what exactly you think UIDE contributes to the situation. Thank you! Regards, Eric ___ Freedos-devel mailing list [email protected]

Re: [Freedos-devel] FreeDOS EDIT fork

2025-05-01 Thread Eric Auer via Freedos-devel
representation used by EDIT 0.82 text buffers. There also are differences in DOS CPU idle API support. Regards, Eric https://github.com/boeckmann/edit ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net

Re: [Freedos-devel] FreeDOS Interim Build T2505

2025-05-01 Thread Eric Auer via Freedos-devel
r compressing Linux ELF binaries. * bolitare - version 0.63 discussion starts at https://sourceforge.net/p/freedos/mailman/message/59161224/ QEMU or DOSLFN compat bug workaround? Background image renamed to 8.3? Regards, Eric ___ Freedos-devel

Re: [Freedos-devel] FreeDOS Interim Build T2505

2025-05-01 Thread Eric Auer via Freedos-devel
0.63 :-) Jerome What can be said about those updates? New features? Bugfixes? :-) Thanks for collecting all the updates for us :-) Cheers, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists

Re: [Freedos-devel] SETVER support

2025-04-28 Thread Eric Auer via Freedos-devel
e of the posts in this thread says the resident part of MS DOS 6 SETVER is surprisingly small in RAM, so sure, if anybody gets bored, future FreeDOS could have an implementation of SETVER. Cheers, Eric ___ Freedos-devel mailing list Freedos-devel

Re: [Freedos-devel] Extended keyboard flag at 0040:0096 gets unexpectedly cleared

2025-04-14 Thread Eric Auer via Freedos-devel
broken way? Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] Format and unformatted blank floppies

2025-04-05 Thread Eric Auer via Freedos-devel
Magnetically damaged? Or just not having any filesystem on them yet, but already with a sector structure? Another thought: When formatting 720k disks, sectors per track would be 9 instead of 18 for 1440k disks, although overformats with 10 sectors per track may still

Re: [Freedos-devel] FreeDOS 1.4-GM

2025-04-05 Thread Eric Auer via Freedos-devel
be available, instead of at least testing for presence first and exiting with an error message if necessary. This makes me wonder whether we include any good FPU emulators yet :-) Eric I did a few more tests and this is not a regression. OpenWatcom FORTRAN also doesn't work in FreeDOS 1.3 o

Re: [Freedos-devel] Format and unformatted blank floppies

2025-04-01 Thread Eric Auer via Freedos-devel
format? If not, have you used a floppy with that size right before starting FORMAT? If yes, has this worked with other disks? Is your drive a classic 5.25inch 1200k drive? Any specific details? Regards, Eric Here is the part which shows that 1200k format did work for you: [DEBUG]  FO

Re: [Freedos-devel] release MOVE 3.4 WAS: Re: XCOPY 1.7 Stack Overflow

2025-03-24 Thread Eric Auer via Freedos-devel
Hi! If the file is EXACTLY 2 GB then maybe MOVE and XCOPY do not support the special file open and seek modes needed to support file sizes between 2 GB and almost 4 GB. Jeremy? :-) Eric thanks for the update, but my main problem is still not fixed. I can move a 1GB file to a subfolder

Re: [Freedos-devel] XCOPY 1.7 Stack Overflow

2025-03-21 Thread Eric Auer via Freedos-devel
Hi! Just guessing, but... Maybe xcopy recursively copies directories? Have you tried to trigger the bug using a small set of files in a deep directory tree? Eric ___ Freedos-devel mailing list [email protected] https

Re: [Freedos-devel] Fwd: Re: Problem with writes to NVMe disk

2025-03-06 Thread Eric Auer via Freedos-devel
ist archive so I can read the stats, thank you :-) Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] LANGuage Support

2025-03-03 Thread Eric Auer via Freedos-devel
:-) Cheers, Eric https://github.com/SvarDOS/core/blob/2c639bddbe07560603d611f56a409a98abe586a3/svarlang.lib/tags/20241010/svarlang.txt#L94 ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo

Re: [Freedos-devel] FreeDOS 1.4-RC3

2025-03-01 Thread Eric Auer via Freedos-devel
The FreeDOS 1.4-RC3, release candidate build (aka T2503) is now available at: https://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/test/ ... Changes since 1.4-RC2: ... 2025-02-21 15:51:07 freecom [candidate] (Bernd Boeckmann): fix INDEX.md 2025-02-21 15:35:31 freecom [

Re: [Freedos-devel] Fwd: Re: Problem with writes to NVMe disk

2025-02-26 Thread Eric Auer via Freedos-devel
, caches, badly written BIOS int 13 and TSR which provide workarounds for the latter or for general problems with DMA with UMB, floppies, SCSI, etc. Cheers, Eric "Yes, I think that best approach is to write TSR which hooks INT 13h and splits large writes into smaller chunks. I only d

Re: [Freedos-devel] I would prefer DOS not to load in high if XMS_SWAP is available

2025-02-21 Thread Eric Auer via Freedos-devel
FreeCOM with XMS SWAP low, if UMB are small. Of course, when I have plenty of UMB space, I can still save a few kilobytes more by using SHELLHIGH, sure :-) Regards, Eric PS: Interesting how dosexeloader and doscomloader handle that "consider UMB" AL MSB flag. RBIL did not mention it and D

Re: [Freedos-devel] I would prefer DOS not to load in high if XMS_SWAP is available

2025-02-20 Thread Eric Auer via Freedos-devel
FreeCOM in the default configuration :-) Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] Proposal: Remove MINIBOX

2025-02-17 Thread Eric Auer via Freedos-devel
ding more reserved areas which have not properly been flagged as such by the BIOS etc. Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] Proposal: Remove MINIBOX

2025-02-17 Thread Eric Auer via Freedos-devel
for example 32-bit games? Archivers? Caches? DoJS? Dosfsck? Setedit? Regards, Eric PS: About JEMM 5.85: 10.01.2025: v5.85 - fixed: VDS func ax=810Ch: set ZF if disable cnt reaches zero. - fixed: VDS: added several argument checks ( mostly DX ). - fixed: ISA DMA ports 000A-000F must be

Re: [Freedos-devel] Proposal: remove FDTUI

2025-02-17 Thread Eric Auer via Freedos-devel
between 4kB and 256kB (or 512kB) of disk space :-p Regards, Eric PS: I agree with Michael regarding signal to noise on the list. Not very useful to have a thread full of "+1" etc. ___ Freedos-devel mailing list [email protected]

Re: [Freedos-devel] Ré : VMWare Out of memory: git bisect freecom?

2025-02-16 Thread Eric Auer via Freedos-devel
hose differences are. thank you :-) regards, eric ps: people should NOT use I=TEST in default settings. only use that one after testing whether it works on the specific computer. same for other i=... options. on some cpu, not sure about whether nocheck, nohi, nopge, noinvlpg, sb, emx, split, vme

Re: [Freedos-devel] FreeDOS 1.4-RC3

2025-02-16 Thread Eric Auer via Freedos-devel
d be built into JEMM itself ;-) Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] Repacking T2502 for Stamped Media

2025-02-07 Thread Eric Auer via Freedos-devel
hen compared to ZIP, while making sure that both use compression settings suitable for decompression on computers with only 640k RAM. Solid archives compress better, but make access to file listings and individual files harder. This is why 7ZIP has co

Re: [Freedos-devel] Search all text file contents in directories recursively

2025-02-07 Thread Eric Auer via Freedos-devel
default switches in a LOCATE= variable. Try /D? /T? /S? /A? /B? or /O? for more help. However, it will probably be slow to use /B or C to invoke a fresh instance of DOS FIND or GNU GREP for each file found by LOCATE? So there will be better methods, looking forward to hear about them! Regards, E

Re: [Freedos-devel] Installing FreeDOS over other OS

2025-02-07 Thread Eric Auer via Freedos-devel
o as well. And you do not have to boot from a DOS install medium for doing it. Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] ZEROFILL R2.01 Released (was ZEROFILL R2.00 Releas ed)

2025-02-01 Thread Eric Auer via Freedos-devel
the general issue. Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] FreeDOS 1.4-RC2

2025-02-01 Thread Eric Auer via Freedos-devel
Hi Jerome & David, thanks for all those "patch-1" updates and the translation updates :-) There also is a FreeCOM update already, but no kernel update yet? I hope you will feel very healthy again very soon :-) Eric ___ Freedos

Re: [Freedos-devel] printer on FDT25xx and RC

2025-01-19 Thread Eric Auer via Freedos-devel
ueued data to your printer as fast as the printer wants to receive it, until the queue is empty again :-) If you have no printer connected, then nothing will say that it is ready to receive more data and your queue will just float around in RAM without ever getting printed to paper. Regards, Eri

Re: [Freedos-devel] Ré : why 1.3 loads CDROM when after fdisk, a valid MBR is present and BIOS is configure to boot hard disk before CDROM?

2025-01-18 Thread Eric Auer via Freedos-devel
:-) Alternatively, maybe there is a way to make it visible to VMware that some partitions are already there, but not yet bootable? If I understand you correctly, it is not sufficient to have no boot flag set in the MBR for any of them? Eric ___ Freedos-devel

Re: [Freedos-devel] Ré : why 1.3 loads CDROM when after fdisk, a valid MBR is present and BIOS is configure to boot hard disk before CDROM?

2025-01-18 Thread Eric Auer via Freedos-devel
(should not) need a reboot between FORMAT and use of drives. Regards, Eric It seems to work as expected: IPL does not find (in this case) a valid VBR, waits three seconds, issues an INT 18, and the BIOS hands over to the CD-ROM boot sector

Re: [Freedos-devel] Ré : why 1.3 loads CDROM when after fdisk, a valid MBR is present and BIOS is configure to boot hard disk before CDROM?

2025-01-18 Thread Eric Auer via Freedos-devel
rt install. Rebooting will keep booting the CD/DVD until the USER is told that installation is complete and the CD/DVD can be removed to boot the installed system from C: from then on :-) I guess have not understood the strategy and background? Eric _

Re: [Freedos-devel] Ré : why 1.3 loads CDROM when after fdisk, a valid MBR is present and BIOS is configure to boot hard disk before CDROM?

2025-01-17 Thread Eric Auer via Freedos-devel
. network cards with their own BIOS can hook this interrupt to allow a diskless boot off the network (even when a hard disk is present if none of the partitions is marked as the boot partition) SeeAlso: INT 2F/AX=4A06h,INT 86"NetBIOS",INT 2F/AX=4A06h,INT 2F

Re: [Freedos-devel] Neat Eh? [Was: is networking working just a little bit in 1.4 RC1? (Wiki help me!)]

2025-01-17 Thread Eric Auer via Freedos-devel
oved speed when logging to XMS. I think that your main overhead is the NUMBER of times you access XMS, not the SIZE of copied contents per call. Those already are small, no? Cheers, Eric ___ Freedos-devel mailing list [email protected]

Re: [Freedos-devel] Ré : black screen with blinking cursor after the reboot after fdisk under Vmware Workstation for 1.4-RC1 fixed by booting first CDROM

2025-01-17 Thread Eric Auer via Freedos-devel
mes. At least THOSE which do work in VMware or on actual hardware ;-) Thanks! Eric PS: Some games apparently worked in older but fail in newer VBox? ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] FDISK 1.4.0

2025-01-16 Thread Eric Auer via Freedos-devel
Hi! Let me explain why sometimes Only a 2GB FAT16 and sometimes the Entire Drive as FAT32. On real hardware, the user is most likely going to want to multi-boot other operating systems. Therefore by default, when the Installer creates the partition it will limit it to 2GB. Again, this should

Re: [Freedos-devel] FDISK 1.4.0

2025-01-15 Thread Eric Auer via Freedos-devel
FDISK make it easier to just create one FAT32 drive instead? I wonder if there are better ways to autodetect LBA-fail BIOS. The way in which Book8088 broke this was quite "creative" and I hope no installer will use /X to just disable LBA by default. Regards, Eric I released FDISK 1.

Re: [Freedos-devel] Jemmex exception on reboot, believe to not work only with logger

2025-01-14 Thread Eric Auer via Freedos-devel
ller BIOS, but it could also be any type of USB legacy support, bootable RAMDISK, netboot drive, and so on. Configuring any of those in different ways may help, but another easy solution might be to just boot without EMM386 style drivers. Rega

Re: [Freedos-devel] JemmEx: exception 0D occured while trying tu use the UIDE CD driver

2025-01-14 Thread Eric Auer via Freedos-devel
but maybe you could also convince the controller BIOS to cooperate via VDS. Good that start-up continued nevertheless, just without CD/DVD. Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge

Re: [Freedos-devel] Some more software updates for FDT2402 (or later):

2025-01-13 Thread Eric Auer via Freedos-devel
example? Regards, Eric tree (SvarDOS version), 2024-11-20, http://svardos.org/?p=repo I think I need more info on this one. We already include TREE 3.7.3 in Base, and PDTREE 1.02-1a in Util. Does SvarDOS TREE have features that aren't in the other two TREE programs? Why include a third

Re: [Freedos-devel] Proposal: replace bmp2png with dosview

2025-01-13 Thread Eric Auer via Freedos-devel
is limited, the BMP to and from PNG thing can be useful. Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] DOS mini boxes

2025-01-11 Thread Eric Auer via Freedos-devel
it would be possible to use VSBHDA on DisplayPort? Regards, Eric ... ParkyTowers site deserves to be reminded here, as the author has, among others, listed and tested (for Linux) a bunch of thin clients from the era of DOS-compatibility: https://www.parkytowers.me.uk/thin

Re: [Freedos-devel] Adding DPMIONE - needs cleanup first

2025-01-10 Thread Eric Auer via Freedos-devel
Hi! Thanks a lot for the license update :-) As the thread now also includes 386MAX ... how about 386SWAT, the debugger? Also a very nice piece of software! Regards, Eric PS: I have no experience with QLINK. ___ Freedos-devel mailing list

[Freedos-devel] kernel bug with huge files?

2025-01-04 Thread Eric Auer via Freedos-devel
offset MODULO 4 GB. Instead, the kernel should reject the attempt to write > 4 GB. Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] FreeDOS 1.4-RC1 - some minor things

2025-01-04 Thread Eric Auer via Freedos-devel
orward with RC2 and then FreeDOS 1.4. I already thought that it is a bit late to suggest too many TOOLS-UTIL migrations at this moment. We could re-open the topic at a later time. However, UTIL is not that big, so we could just keep the whole category on Install instead of Bonus :-) Regards, E

Re: [Freedos-devel] FreeDOS 1.4-RC1 - some minor things

2025-01-04 Thread Eric Auer via Freedos-devel
had to push one to Bonus. Usefulness here depends a lot on target audience. Few games, debuggers, asm and compilers are small. Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists

Re: [Freedos-devel] FreeDOS 1.4-RC1

2025-01-02 Thread Eric Auer via Freedos-devel
olks have the old SF bug tracker bookmarked Good point! Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] FreeCOM 0.86

2025-01-01 Thread Eric Auer via Freedos-devel
that a recently introduced problem? Good that it got fixed :-) Does the new version also compile buildall with all languages faster? Regards, Eric Happy new year! Bernd ___ Freedos-devel mailing list [email protected] https

Re: [Freedos-devel] Interim Releases: switching to current Kernel and FreeCOM?

2024-12-21 Thread Eric Auer via Freedos-devel
rs, There have been updates after 2021, so I prefer a new binary. and explaining the himem/emm386 issues. See above. People owning Win3 already own MS EMM386 and HIMEM. Regards, Eric ___ Freedos-devel mailing list [email protected]

Re: [Freedos-devel] video FreeDOS running Windows 3.1

2024-12-21 Thread Eric Auer via Freedos-devel
As Tom has forgotten that this got announced on FreeDOS devel: On 2021-07-24 [email protected] wrote on this list: Hello all, I thought some of you might enjoy this (others may really dislike it). Link is to a (posted to YouTube) about 2 minute video of (version 2043+patches) FreeDOS kern

Re: [Freedos-devel] Interim Releases: switching to current Kernel and FreeCOM?

2024-12-21 Thread Eric Auer via Freedos-devel
improvements after more than three years of waiting for a widespread binary distribution, while the DEFAULT can still be the CLASSIC kernel. Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net

Re: [Freedos-devel] kernel FASTOPEN ponderings

2024-12-20 Thread Eric Auer via Freedos-devel
l: Think about many files in many directories and you end up thinking about compiling larger sources with one of those modern compilers people now use in DOS? Regards, Eric ___ Freedos-devel mailing list [email protected] https:/

[Freedos-devel] kernel FASTOPEN ponderings

2024-12-20 Thread Eric Auer via Freedos-devel
eck the DPB to know which FNODES are for "your" drive and use ONE global LRU chain: 64 bytes per cache-FNODE should be enough :-) What do you think? Cheers, Eric PS: Happy holidays to everybody! ___ Freedos-devel mailing list

Re: [Freedos-devel] Contributing

2024-12-16 Thread Eric Auer via Freedos-devel
made default on 8086 and 80186 machines as they don't have XMS memory. I agree that it is a good idea to include SvarDOS command.com, also on more modern CPU, but I would not make it the default yet, as people and scripts can be used to FreeCOM. Reg

Re: [Freedos-devel] Contributing

2024-12-15 Thread Eric Auer via Freedos-devel
? Maybe the build process can be tuned to be more efficient here. Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] DOjS update and size suggestions

2024-11-30 Thread Eric Auer via Freedos-devel
Hi Mercury, The UPX issue would be irrelevant if we didn't ship binaries at all. Hear me out. :) Well, even our compressed sources are huge compared to the binaries. I think we would be "more papal than the Pope" if we worried about whether OpenSSL has any complaints against getting UPX-co

[Freedos-devel] DOjS update and size suggestions

2024-11-25 Thread Eric Auer via Freedos-devel
Allegro docs. This gets the installed sources down from > 220 MB (!) to 192 MB. Cheers, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

Re: [Freedos-devel] Location of Interrupts

2024-11-21 Thread Eric Auer via Freedos-devel
port I/O. Vaguely related to STI ;-) Are you looking for something specific inside your INT9 handler? Eric I'm working my way through Norton's Advanced Assembly Language, and in one section he shows how to the find interrupt vector for the BIOS keyboard service (int 9). I've found

Re: [Freedos-devel] Shells (command interpreters) in FreeDOS

2024-11-18 Thread Eric Auer via Freedos-devel
So my question is: should we move DOG and other Shells to APPS? IMHO DOG should be moved to the OTHER_GARBAGE group. While tastes do differ, that was unnecessarily offensive. Eric ___ Freedos-devel mailing list Freedos-devel

Re: [Freedos-devel] our curl could use dos version 8.5.0 and shrink to half the size

2024-11-04 Thread Eric Auer via Freedos-devel
m 35 MB to 11 MB :-) Regards, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

[Freedos-devel] new FORMAT translation

2024-11-03 Thread Eric Auer via Freedos-devel
necessary and upload the result to GITHUB when satisfied :-) Thank you :-) Regards, Eric PS: Note that todo.txt lists "add international language support", while 0.92 already implements this :-) format.nl.gz Description: application/gzip ___ Fre

Re: [Freedos-devel] FreeDOS Interim Build T2411

2024-11-03 Thread Eric Auer via Freedos-devel
Hi Jerome, thanks for the explanation that that updated package failed to bump the version number. I would vote for an artificially bumped version number as a workaround for now :-) Eric ___ Freedos-devel mailing list Freedos-devel

[Freedos-devel] fancymines packaging and image file format thoughts

2024-11-02 Thread Eric Auer via Freedos-devel
and a bmp2tga (instead of bmp2dat) tool, replacing loadmateuszgraphic by a little loadtga include :-) Cheers, Eric ___ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel

[Freedos-devel] freepascal package oddities

2024-11-02 Thread Eric Auer via Freedos-devel
texts for the libraries are? I suggest to UPX those exes of go32v2 for which UPX works. Make sure to throw away temp files related to exes for which UPX fails after attempting to UPX --8086 each exe, though ;-) Do we have anything which can compress DXE files, by the way? Regards, Eric PS: I

  1   2   3   4   5   6   7   8   9   10   >