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