-
With the update from https://github.com/SvarDOS/edrdos/commit/2a20b1ae4d2a038a6ca3ae212c104d6259d3620f
Picked into https://hg.pushbx.org/ecm/edrdos/rev/f54f5656a8c8
Look at this image of one of …
-
This is similar to #101 but not exactly the same scenario.
When I have a `SHELL=COMMAND.COM` in CONFIG.SYS, the kernel appears to copy it as-is into COMSPEC, so I end up with a relative COMSPEC (as…
-
It may be that I stripped to much code from the single-file kernel. in `read_dos` there is some magic going on to match the logical boot drive with the partition offset the bootsector has given us:
h…
-
The (E)DR-DOS kernel refuses partitions that exceed the disk size as reported by the BIOS. The size reported by the BIOS may be a few cylinders smaller than the disk actually is.
The Free FDISK def…
-
CONFIG.SYS:
````
COUNTRY=001,866,C:\COUNTRY.SYS
````
AUTOEXEC.BAT:
````
MODE CON CP PREP=((866) C:\SVARDOS\CPI\EGA3.CPX)
MODE CON CP SELECT=866
````
This seem to be accepted - at least I …
-
Details in the bugfix changeset message at https://hg.pushbx.org/ecm/edrdos/rev/7616ed590558
-
I noticed that at least @ecm-pushbx s EDR-DOS and Calderas OpenDOS kernel 7.03 accept an unformatted partition created by Free and MS FDISK as valid FAT-16 volume. My first guess is that the fill valu…
-
reported by Willy Spiegl: apparently he boots his system from a SvarDOS floppy and then tries to format the floppy. He complained that afterwards COMMAND.COM fails to reload.
It's two cases, really…
-
This has been discovered during https://github.com/SvarDOS/bugz/issues/127 - here is a bootable floppy with a set of programs named tim2.exe, tim4.exe, tim8.exe, ... tim128.exe. each of these program …
-
I made a package for SYS and updated the EDRDOS package to not include DRSYS anymore. SYS can only be installed if the kernel package gets uninstalled before, because SYS is already there. I recommend…