[Freedos-kernel] kernel progress

2004-07-05 Thread Arkady V.Belousov
Hi! segs.inc - fix: (Lucho) for MSVC CONST segment should be class CONST, not DATA. entry.asm - fix: was used signed comparision instead unsigned. nls.c - bugfix: (Eduardo Casino, Steffen Kaiser) DosGetData(): NULL pointer was addressed when searchPackage returns NULL. config.c - config

Re: [Freedos-kernel] kernel progress

2004-07-05 Thread tom ehlert
Hello Arkady, where the hell are thge sources for these changes ?? config.c - config now parsed in 5 passes: that's fine IF config.c fit's into buffers or you boot from disk. else (if boot from floppy) that might become *SLOW* - screen now cleared (white on black) well - I IMPLEMENTED THE

[Freedos-kernel] inthndlr.c - critical error handler

2004-07-05 Thread tom ehlert
INTHNDLR.C, 428 if (lr.AH != 0x59) CritErrCode = SUCCESS; } /* Clear carry by default for these functions */ + /* see PATCH TE 5 jul 04 explanation at end */ + if (ErrorMode lr.AH 0x0c lr.AH != 0x30 lr.AH != 0x59) + { + ErrorMode = 0; +

[Freedos-kernel] Re: kernel progress

2004-07-05 Thread Eric Auer
Hi Tom, Arkady, - screen now cleared (white on black) well - I IMPLEMENTED THE CONFIG MENU'S FIRTS TIME. AND I ABSOLUTELY HATE IT IF OTHER ASSHOLES COMPLETELY CHANGE THE BEHAVIOUR INTO A WIN95 GUI LIKE BEHAVIOUR. Pretty asshole-style behaviour to insult each other on the list, mister!

Re: [Freedos-kernel] kernel progress

2004-07-05 Thread Bernd Blaauw
tom ehlert schreef: Hello Arkady, where the hell are the sources for these changes ?? I wonder, too. CVS read/download access is nice. Is it possible to fork the CVS kernel tree into an Arkady branch so he can work on the kernel and at same time provide sources (he doesn't have a website, and

Re: [Freedos-kernel] Re: kernel progress

2004-07-05 Thread tom ehlert
Hello Eric, AND I ABSOLUTELY HATE IT IF OTHER ASSHOLES COMPLETELY CHANGE THE BEHAVIOUR INTO A WIN95 GUI LIKE BEHAVIOUR. Pretty asshole-style behaviour to insult each other on the list, mister! as I said - I implemented it first place; now someone simply starts to chage THE BEHAVIOUR to his

Re: [Freedos-kernel] kernel progress

2004-07-05 Thread Arkady V.Belousov
Hi! 5--2004 23:03 [EMAIL PROTECTED] (tom ehlert) wrote to Arkady V.Belousov [EMAIL PROTECTED]: te where the hell are thge sources for these changes ?? Lucho promise to place changed files from me on his site. config.c - config now parsed in 5 passes: te that's fine IF config.c fit's

Re: [Freedos-kernel] Re: kernel progress

2004-07-05 Thread Arkady V.Belousov
Hi! 5--2004 23:23 [EMAIL PROTECTED] (Eric Auer) wrote to [EMAIL PROTECTED]: EA However, I already discuss this with Arkady off-list, because I, too, like EA this menu style much better: F: HD4, Pri[ 1], CHS=0-1-1, start= 0 MB, size=32 MB 1 Standard 2 With CDROM drivers Select

Re: [Freedos-kernel] Re: kernel progress

2004-07-05 Thread Arkady V.Belousov
Hi! 5--2004 23:43 [EMAIL PROTECTED] (tom ehlert) wrote to Eric Auer [EMAIL PROTECTED]: te as I said - I implemented it first place; te now someone simply starts to chage THE BEHAVIOUR to his mood Goal of FreeDOS - clone MS-DOS design behavior and design (with enhacements, but possibly as