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

2025-02-27 Thread Michael Brutman via Freedos-devel
Are you sure about the non 512 byte sector support? The fake RAM disk that I show when a NetDrive drive letter is not connected uses four 64 byte sectors and FreeDOS can read it just fine. FreeDOS Chkdsk is limited to only working on 512 byte sector devices, but normal reads from the RAM disk wor

Re: [Freedos-devel] FreeDOS installer & keyboard

2025-02-27 Thread Jerome Shidel via Freedos-devel
> On Feb 27, 2025, at 4:22 PM, Folkert van Heusden via Freedos-devel > wrote: > > Hi, > > I'm writing a PC-emulator (8088 and 8086). > At this point MS-DOS 6.22 works fine. I can type commands and start and > play e.g. DOOM8088. > Of course I also would like FreeDOS to run. Booting the instal

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

2025-02-27 Thread Bret Johnson via Freedos-devel
> FreeDOS is much more stable then MS-DOS due ot: > 1) Eric Auer did a nice job flushing files to disk which lowered considerably > power failure problems > 2) It is much better then MS-DOS for compatibility with modern machines, > specialy > big disks and memory > > So I vote for implementing wha

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

2025-02-27 Thread Kirn Gill II via Freedos-devel
Isn't this the same argument I made for broken hypervisors? -- Kirn Gill II Mobile: +1 813-300-2330 <+18133002330> VoIP: +1 813-704-0420 <+18137040420> Email: [email protected] LinkedIn: http://www.linkedin.com/pub/kirn-gill/32/49a/9a6 On Thu, Feb 27, 2025 at 4:03 PM tom ehlert via Freedos-dev

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

2025-02-27 Thread tom ehlert via Freedos-devel
Hallo Herr Alain Mouette via Freedos-devel, am Donnerstag, 27. Februar 2025 um 21:53 schrieben Sie: > Em 27/02/2025 13:08, Bret Johnson via Freedos-devel escreveu: >> I don't know how often you use other versions of DOS (like MS or PC or DR or >> EDR or ...) compared to FreeDOS, but a TSR woul

[Freedos-devel] FreeDOS installer & keyboard

2025-02-27 Thread Folkert van Heusden via Freedos-devel
Hi, I'm writing a PC-emulator (8088 and 8086). At this point MS-DOS 6.22 works fine. I can type commands and start and play e.g. DOOM8088. Of course I also would like FreeDOS to run. Booting the installer floppy works fine to a certain point. I get the menu where I can select a language. After I p

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

2025-02-27 Thread Alain Mouette via Freedos-devel
Em 27/02/2025 13:08, Bret Johnson via Freedos-devel escreveu: I don't know how often you use other versions of DOS (like MS or PC or DR or EDR or ...) compared to FreeDOS, but a TSR would solve the problem for all of them while modifying FreeDOS would only fix FreeDOS. I personally prefer M

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

2025-02-27 Thread Bret Johnson via Freedos-devel
> It seems that I have two possibilities how to fix my problem. The first one > is to > create a TSR hooking INT13h. > Second possibility is to compile my own FreeDOS modification when I could > modify > the function FL_LBA_READWRITE inside FLOPPY.ASM. > This seems to be valid because I am maybe

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

2025-02-27 Thread Ladislav Lacina via Freedos-devel
It seems that I have two possibilities how to fix my problem. The first one is to create a TSR hooking INT13h. Second possibility is to compile my own FreeDOS modification when I could modify the function FL_LBA_READWRITE inside FLOPPY.ASM. This seems to be valid because I am maybe the only per