Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/boot oemboot.asm,NONE,1.1.2.1

2004-09-09 Thread Alain
Arkady V.Belousov escreveu: Hi! 7-Сен-2004 19:17 [EMAIL PROTECTED] (Kenneth Davis) wrote to [EMAIL PROTECTED]: KD> Update of /cvsroot/freedos/kernel/boot KD> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28417/boot Third (or 5th?) times of asking (without answer): where and how downlo

Re: [Freedos-kernel] Informer by Kondakov K.V.

2004-09-09 Thread Luchezar Georgiev
Hi Justin, A freeware DOS hardware detection program called Informer froze/locked up during sound card detection. Informer is my old friend. I've used it for UDMA. It works for me with the latest unstable kernel, despite that I have 3 (THREE) sound cards installed here, one of them embedded in t

Re: [Freedos-kernel] NSSI Works!!!

2004-09-09 Thread Luchezar Georgiev
Hi again, Justin! In FreeDOS 2035a, NSSI crashed. In the newest unstable kernel, NSSI works excellent! Get NSSI at http://www.navsoft.cz Thanks for the information! Unfortunately if UDMA or CD-ROM driver is loaded, it hangs at the "checking memory for viruses" stage under the unstable CVS kernel.

Re: [Freedos-kernel] Re: int 2f.122f...

2004-09-09 Thread Luchezar Georgiev
If I right remember, Lucho's patch affect os_major and os_minor. No, it affects os_setver_m??or. --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who por

Re: [Freedos-kernel] NSSI Works!!!

2004-09-09 Thread tom ehlert
Hello Luchezar, >> In FreeDOS 2035a, NSSI crashed. >> In the newest unstable kernel, NSSI works excellent! >> Get NSSI at http://www.navsoft.cz > Thanks for the information! Unfortunately if UDMA or CD-ROM driver is > loaded, it hangs at the "checking memory for viruses" stage under the > unstabl

Re: [Freedos-kernel] Informer by Kondakov K.V.

2004-09-09 Thread The Somertons
Hi Lucho, My sound card is a Creative Labs Sound Blaster 16/AWE32 ISA. Interon - Original Message - From: "Luchezar Georgiev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 09, 2004 2:10 PM Subject: Re: [Freedos-kernel] Informer by Kondakov K.V. Hi Justin, A freewa

[Freedos-kernel] #pragma in UNSTABLE breaks compilation with OpenWatcom 1.2

2004-09-09 Thread Eduardo Casino
Hi! This is the offending line: portab.h, line 127: #pragma aux default parm [ax dx cx] modify [ax dx es fs] /* min.unpacked size */ And this is the error message: c:\wc\binw\wcc @wc.cfg -Ic:\wc\h -DWITHFAT32 dsk.c DOS/4GW Protected Mode Run-time Version 1.97 Copyright (c) Rational Systems, I

[Freedos-kernel] Re: kernel/kernel country.asm, inthndlr.c

2004-09-09 Thread Luchezar Georgiev
Здравствуйте, Аркадий! Of course, entry may be defined through macro. Someting like: ENTRY 1,437,MDY,<"$",0,0,0,0>, ",",".","-",":",0,2,_12 ; US ENTRY 785,864,DMY,<0A4h,0,0,0,0>,".",",","/",":",3,3,_12 ; Middle East ENTRY 972,862,DMY,<99h,0,0,0,0>, ",","."," ",":",2,2,_24 ; Israel Good idea (You'

Re: [Freedos-kernel] #pragma in UNSTABLE breaks compilation with OpenWatcom 1.2

2004-09-09 Thread Luchezar Georgiev
#pragma aux default parm [ax dx cx] modify [ax dx es fs] Thanks, Eduardo - Jeremy already noted these errors on CPU < 386 this and today I fixed it in the CVS by applying it only for an 80386. The pragma was suggested by Bart. I don't understand how it works but it does decrease kernel size sign

Re: [Freedos-kernel] NSSI Works!!!

2004-09-09 Thread Luchezar Georgiev
Hallo Tom, Thanks for the information! Unfortunately if UDMA or CD-ROM driver is loaded, it hangs at the "checking memory for viruses" stage under the unstable CVS kernel. these were my results also - with boring, rock stable now DOES IT WORK ON UNSTABLE OR NOT ? As I wrote, it works, if nei

Re: [Freedos-kernel] Kernel source zips Re:...

2004-09-09 Thread Arkady V.Belousov
Hi! 8-Сен-2004 19:32 [EMAIL PROTECTED] (Kenneth J. Davis) wrote to [EMAIL PROTECTED]: >> Third (or 5th?) times of asking (without answer): where and how >> download latest (unstable) kernel sources? And, as I understand, there is KJD> If sourceforge has cron working, tarballs are there still

Re: [Freedos-kernel] Kernel source zips Re:...

2004-09-09 Thread Arkady V.Belousov
Hi! 8-Сен-2004 19:32 [EMAIL PROTECTED] (Kenneth J. Davis) wrote to [EMAIL PROTECTED]: >> Third (or 5th?) times of asking (without answer): where and how >> download latest (unstable) kernel sources? And, as I understand, there is KJD> If sourceforge has cron working, tarballs are there still

Re: [Freedos-kernel] Kernel source zips Re:...

2004-09-09 Thread Arkady V.Belousov
Hi! 8-Сен-2004 19:32 [EMAIL PROTECTED] (Kenneth J. Davis) wrote to [EMAIL PROTECTED]: KJD> If sourceforge has cron working, tarballs are there still, additionally: KJD> http://www.fdos.org/kernel/kernel.HEAD.zip for stable sources KJD> http://www.fdos.org/kernel/kernel.UNSTABLE.zip for dev

Re: [Freedos-kernel] Re: kernel/kernel country.asm, inthndlr.c

2004-09-09 Thread Arkady V.Belousov
Hi! 9-Сен-2004 20:56 [EMAIL PROTECTED] (Luchezar Georgiev) wrote to [EMAIL PROTECTED]: >> Of course, entry may be defined through macro. Someting like: >> ENTRY 1,437,MDY,<"$",0,0,0,0>, ",",".","-",":",0,2,_12 ; US >> ENTRY 785,864,DMY,<0A4h,0,0,0,0>,".",",","/",":",3,3,_12 ; Middle East >> ENT