Hi Tom, Lucho,
> INT 2F U - DOS 4.x internal - SET DOS VERSION NUMBER TO RETURN
> AX = 122Fh
> DX = DOS version number (h = return true DOS version)
> note the 'internal', 'true version', and '4.x' ( not 4+ )
> I'd recommend to implement setver in a reasonable fashion :((
I t
This is an automated response to your mail
CD Freaks Forum Helpdesk - [EMAIL PROTECTED]
http://club.cdfreaks.com
Dear visitor,
Thank you for contacti
Hello Luchezar,
> Hallo Eric,
>> does FreeDOS already support int 2f.122f, set DOS version number?
> Now it does - see patch below ;-)
according to RBIL:
INT 2F U - DOS 4.x internal - SET DOS VERSION NUMBER TO RETURN
AX = 122Fh
DX = DOS version number (h = return true DOS v
Hallo Eric,
does FreeDOS already support int 2f.122f, set DOS version number?
Now it does - see patch below ;-)
We already had a similar function on another API (int 21 somewhere), but
using int 2f.122f would be DOS 4+ compatible and nice for a SETVER...
See the updated CVSPATCH.TXT and KERNEL.SYS
Luchezar Georgiev escreveu:
Hello,
First, I'd like to express my gratitude to Alain Mouette for his
generous donation of an external 100 MB parallel ZIP drive + disks to me
which allowed me to catch the bug below. Thank you, Alain!
I am very glad that it was usefull.
Alain
--
4 days ago, I wrote:
I see! OK, when I copied it from W98 to C:\HX, PESTUB patched MASM 6.15
successfully, so I can now run it in FreeDOS, this time perfectly, also
when building real projects with NMAKE and assembling multiple files at
once. Congratulations! However, when I apply PESTUB to Digi
Hello,
First, I'd like to express my gratitude to Alain Mouette for his generous
donation of an external 100 MB parallel ZIP drive + disks to me which
allowed me to catch the bug below. Thank you, Alain!
Attached is the file CVSPATCH.TXT - a cumulative patch for the unstable
branch that contain