MSDOS 1.25-2.11-3.3-5.0-6.22 und PCDOS 7.1 (abgeleitet, neu entwickelt) Kernel (und command.com) Quellcode in NASM-Syntax
Link: https://www.singlix.com/trdos/retrodos/index.html
www.youtube.com/@erdogantan
NOTIZ:
== bedeutet ungefähr gleich (äquivalent von) oder "basierend auf" msdos .. (enthält aber optimierterer Code als das Original)
Retro DOS Kernel und Befehlszweig -Quellcode -Assembler: Nasm ("Multi -Abschnitt -Binärdateiformat" -Methode)
construction: Retro DOS bootsector (loads combined kernel)
MSDOS.SYS (IO.SYS+MSDOS.SYS), COMMAND.COM
PCDOS.SYS (IBMBIO.COM+IBMDOS.COM), COMMAND.COM -Retro DOS v5 only-
source code: retrodos5.s (includes ibmdos7.bin), ibmdos7.s, command7.s
retrodos42.s (includes msdos6.bin), msdos6.s, command6.s
alternative: MSDOS/PCDOS bootsector (loads MSLOAD sectors)
same with MSDOS and PCDOS
source code: iosys6.s, msdos6.s, command6.s (for Retro DOS v4.2)
ibmbio7.s, ibmdos7.s, command7.s (for Retro DOS 5.0)
MSDOS and PCDOS assembler: MASM (segment group linked together)
construction: boot sector (loads MSLOAD sectors)
IO.SYS (MSLOAD+BIOS+SYSINIT), MSDOS.SYS, COMMAND.COM
IBMBIO.COM (MSLOAD+BIOS+SYSINIT), IBMDOS.COM, COMMAND.COM
Retro dos v1.0 == msdos 1.25
Retro dos v2.0 == msdos 2.11
Retro dos v3.0 == MSDOS 3.3 -not kompatibel mit Windows 3.1-
Retro dos v3.1 == kompakt (etwas besser verbessert als Retro dos v3.0) -Nicht mit Windows 3.1- kompatibel
Retro DOS v3.2 == MSDOS 3.3 + 32 -Bit -Disk -Sektoren (wie in MSDOS 5.0) -NOT Windows 3.1 kompatibel-
Retro dos v3.3 == MSDOS 3.3 -Windows 3.1 kompatibel - (aber dieser Kernel unterstützt keine 32 -Bit -Disk -Sektoren)
Retro dos v4.0 == msdos 5.0
Retro DOS v4.1 == Compact (etwas mehr verbessert als Retro dos v4.0)
Retro dos v4.2 == MSDOS 6.22 (ohne DBLSPACE -Funktion) -Multi -Konfigurationsmenü Unterstützung-
Retro dos v5.0 == IBM PCDOS 7.1 (mit Bugfixes) -Fat32 Dateisystem Support-
Retro DOS v3.3 bis 5.0 sind voll kompatibel mit Windows 3.1.
Retro DOS v5.0 verfügt über alle Funktionen von PCDOS 7.1. (Außerdem enthält es 10 Bugfixes, 9 IBM, 1 Microsoft -Code -Bugfix)
(If a program runs on PCDOS 7.1, it also will run on Retro DOS v5.0)
((Only exception: Program must not stand on original IBMBIO.COM and IBMDOS.COM order and layout.))
Erdogan Tan - Istanbul - 2024