[Freedos-kernel] Re: Re: Int 2f.122f already supported?

2004-08-16 Thread Eric Auer
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

[Freedos-kernel] Autoreply to Incoming message

2004-08-16 Thread helpdesk
This is an automated response to your mail CD Freaks Forum Helpdesk - [EMAIL PROTECTED] http://club.cdfreaks.com Dear visitor, Thank you for contacti

Re: [Freedos-kernel] Re: Int 2f.122f already supported?

2004-08-16 Thread tom ehlert
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

[Freedos-kernel] Re: Int 2f.122f already supported?

2004-08-16 Thread Luchezar Georgiev
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

Re: [Freedos-kernel] Patch: Allow seeing ZIP disk serial number

2004-08-16 Thread Alain
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 --

Re: [Freedos-kernel] HiNTOS vs HX - Japheth about to win :)

2004-08-16 Thread Luchezar Georgiev
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

[Freedos-kernel] Patch: Allow seeing ZIP disk serial number

2004-08-16 Thread Luchezar Georgiev
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