-
There are situations where the kernel discards some of its sector buffers via one of its [discard_*](https://github.com/SvarDOS/edrdos/blob/a027cb89e00acc30cddfd35509c4453f4d9f6a58/drdos/buffers.asm#L…
-
The github-built SVP package of the EDR kernel has a DOC/LICENSE.HTM file. Such location is invalid as it does not make it clear what package it belongs to. Should be either:
1. DOC/KERNLEDR/LICENS…
-
![IMG_3154](https://github.com/user-attachments/assets/c2c3af9d-1855-4f3e-99c1-6fd16a4d2c4e)
For whatever reason, when I stuck this floppy in my Mac, it said it was not initialized. So, I had it do…
-
This resulted in the following on an emulated CGA:
![Bildschirmfoto_20241002_221439](https://github.com/user-attachments/assets/896f3659-4684-4778-b63f-ec890c9e1818)
-
Here it is stated that the jwasmr executable would be used, which I believe you changed recently: https://github.com/SvarDOS/edrdos/blob/8b1c69ca12c500af2e54dda6d94e242a3da2abf3/README.md?plain=1#L34
…
-
It should be investigated where the access originates from, because if booted from drive A:, there is no obvious reason why it should access C:
-
Start lDebug off fda in qemu, with the current release of edrdos.img as fdb. Then enter `boot protocol freedos fdb/drbio.sys` or `boot protocol edrdos fdb`. The kernel will load at first but halt with…
-
These two messages are part of drbio. They appear to be resident in the HMA with `dos=high`. https://github.com/SvarDOS/edrdos/blob/525b418819b1c775afd040f28c0254fb527646ae/drbio/biosmsgs.asm
Shoul…
-
Copying a file from A: to B: on a single-diskette system makes EDR asks the user to swap the diskettes a LOT of time to copy a 20-or-so KB file. Under MS-DOS only one swap is required.
I think this…
-
This is in contrast to MS-DOS and FreeDOS, where the hidden sectors are relative to the container (Disk or extended partition start).
EDR uses the BPB_HIDDEN internally to do the sector calculation…