-
Remaining differences:
* version.inc with text equates instead of directly writing strings with `db`
* LFN variables in a different segment
* line ending differences
* fdos.def instead o…
-
The main change in https://github.com/SvarDOS/edrdos/commit/a9adbbf2fb4077a8eff2e443b428da8c3e803623 just undoes what https://github.com/SvarDOS/edrdos/commit/f4e868e1ade78bb55fd72abac02cede50ad91794#…
-
More of a github use question. I cannot seem to download artefacts from the github actions using wget. If I long tap on a download link for "EDR-DOS 1.44M image (KERNEL.SYS flavor)" in eg the action a…
-
Example: https://github.com/SvarDOS/edrdos/commit/dffa75ce9d8b92b61dbf8e37846e433261dd73d4#diff-d630fbaf5af5dbd53a1168a8982ef992c22406ea537deb4b6aa47a8358b76439R77
They both seem to be byte labels …
-
SvarDOS under QEMU makes the qemu process run at 100%. SvarDOS loads "FDAPM adv:reg" - this helps keeping the CPU low on VirtualBox, but not QEMU apparently.
"FDAPM APMDOS" works, but it then makes…
-
This changeset has the final ident86 report comparing today's drdos.pag with that of 2024-08-02: https://hg.pushbx.org/ecm/edrdos/rev/3d43a9d29b68
Today's build only uses NASM, WarpLink, x2b2, roun…
-
Kernel is booted from drive A:. Chances are high it has something to do with COMSPEC, as FreeCOM indicates. Additional info: no CONFIG.SYS and AUTOEXEC.BAT. It should nevertheless work, even without t…
-
-
The structure is defined here: https://github.com/FDOS/kernel/blob/8552d833bbca657591fa8e6f7276d307d7d0c7c6/hdr/device.h#L205
The MS-DOS v6 and v7.00 structure is incompletely described in https://…
-
Currently the kernel is zero-compressed. The single-file kernel is ~60K in size. It could be made smaller by utilizing another compression algorithm. Constraints: uncompressor should fit within 512 by…