rosegondon C:\DOS, 14.01.2022, 22:39 |
How to detect FreeDOS kernel from Turbo Pascal program? (Developers) |
Hello, --- |
mceric Germany, 15.01.2022, 00:22 @ rosegondon |
How to detect FreeDOS kernel from Turbo Pascal program? |
> I am looking for a method of detection of running FreeDOS kernel --- |
rosegondon C:\DOS, 15.01.2022, 16:20 (edited by rosegondon, 15.01.2022, 16:39) @ mceric |
How to detect FreeDOS kernel from Turbo Pascal program? |
> > I am looking for a method of detection of running FreeDOS kernel --- |
Rugxulo Usono, 19.01.2022, 01:05 @ rosegondon |
How to detect FreeDOS kernel from Turbo Pascal program? |
> Success! It works even when FreeCOM is not used at all. |
ecm Düsseldorf, Germany, 15.01.2022, 17:32 @ mceric |
21.33FF kernel version string interface |
> > I am looking for a method of detection of running FreeDOS kernel --- |
rosegondon C:\DOS, 17.01.2022, 20:06 @ ecm |
21.33FF kernel version string interface |
> > > I am looking for a method of detection of running FreeDOS kernel --- |
DosWorld 18.01.2022, 02:54 @ rosegondon |
21.33FF kernel version string interface |
> How to get this version string in Pascal? --- |
rosegondon C:\DOS, 18.01.2022, 09:06 @ DosWorld |
21.33FF kernel version string interface |
> > How to get this version string in Pascal? --- |
Laaca Czech republic, 18.01.2022, 14:25 @ rosegondon |
21.33FF kernel version string interface |
Or this dualistic implementation (Turbopascal / Freepascal) --- |
tkchia 18.01.2022, 15:30 @ rosegondon |
21.33FF kernel version string interface |
Hello rosegondon, --- |
DosWorld 18.01.2022, 16:44 @ rosegondon |
21.33FF kernel version string interface |
> Writeln(StrPas(GetFreeDosVer)); --- |
rosegondon C:\DOS, 18.01.2022, 19:14 @ DosWorld |
21.33FF kernel version string interface |
> > Writeln(StrPas(GetFreeDosVer)); --- |
Laaca Czech republic, 18.01.2022, 19:06 @ mceric |
How to detect FreeDOS kernel from Turbo Pascal program? |
By the way, where is documented the INT21h/AX=33FFh? --- |
Rugxulo Usono, 19.01.2022, 00:57 @ Laaca |
How to detect FreeDOS kernel from Turbo Pascal program? |
> By the way, where is documented the INT21h/AX=33FFh? |
Laaca Czech republic, 19.01.2022, 10:33 @ Rugxulo |
How to detect FreeDOS kernel from Turbo Pascal program? |
I would not consider a code snippet mentioned a year ago in some email conversation as a properly documented FreeDOS function --- |
Oso2k 15.01.2022, 00:24 @ rosegondon |
How to detect FreeDOS kernel from Turbo Pascal program? |
> Hello, |
Laaca Czech republic, 15.01.2022, 11:09 (edited by Laaca, 15.01.2022, 11:23) @ rosegondon |
How to detect FreeDOS kernel from Turbo Pascal program? |
The DOS call proposed by McEric certainly works but I recommend to use a shell call. The "ver" command is reliable and the format should be standardised even through various alternate command interpretters. --- |
mceric Germany, 15.01.2022, 12:29 @ Laaca |
How to detect FreeDOS kernel from Turbo Pascal program? |
> The DOS call proposed by McEric certainly works but I recommend to use a --- |