Content deleted Content added
IT-Compiler (talk | contribs) MS-DOS 4.0 has the HEX value 00 00 in this field. The first DOS Version that has an entry is MS-DOS 5.0 it shows 05 00, MS-DOS 6 is 06 00, MS-DOS 6.2 = 06 14, MS-DOS 6.22 = 06 16, FreeDOS 1.3 = 07 0A (for MS-DOS 7.1 the last version of Win9x/ME) |
Added technical information |
||
Line 138:
</syntaxhighlight>
In DOS 1.x, it was necessary for the CS (Code Segment) register to contain the same segment as the PSP at program termination, thus standard programming practice involved saving the DS register
<syntaxhighlight lang="nasm">
|