Re: [Freedos-kernel] PATCH: config.c

2004-06-29 Thread Arkady V.Belousov
Hi! 29-Июн-2004 23:23 [EMAIL PROTECTED] (Eduardo Casino) wrote to [EMAIL PROTECTED]: >> - source: (Bernd) the codepage table rewritten into a smaller layout. >> - bugfix: (Bernd, Aitor) country ID for Spain set to 34 (instead 33). EC> I'm sorry, I missed this post. I see it now in the archives.

Re: [Freedos-kernel] PATCH: config.c

2004-06-29 Thread Eduardo Casino
> __O\_/_\_/O__ > - source: (Bernd) the codepage table rewritten into a smaller layout. > - bugfix: (Bernd, Aitor) country ID for Spain set to 34 (instead 33). > _ I'm sorry,

Re: [Freedos-kernel] PATCH: config.c

2004-06-29 Thread Bernd Blaauw
Eduardo Casino schreef: Hi! Country code for Spain is 34, not 33. Eduardo. fixed in Arkady's version, and please check your clock - it's 23:15 here and your message is dated 30-06-2004 00:21 or so. one hour too much. thanks for the patch though :) Bernd

Re: [Freedos-kernel] PATCH: config.c

2004-06-29 Thread Arkady V.Belousov
Hi! 30-Июн-2004 00:21 [EMAIL PROTECTED] (Eduardo Casino) wrote to [EMAIL PROTECTED]: EC> Country code for Spain is 34, not 33. EC>/* Spain */ ,{ EC> -33, /* = W1 W437 # Country ID & Codepage */ EC> +34, /* = W1 W437 # Country ID &

[Freedos-kernel] PATCH: config.c

2004-06-29 Thread Eduardo Casino
Hi! Country code for Spain is 34, not 33. Eduardo. diff -uNrp ke2035.orig/kernel/config.c ke2035/kernel/config.c --- ke2035.orig/kernel/config.c 2004-06-24 13:41:15.0 +0200 +++ ke2035/kernel/config.c 2004-06-30 00:16:03.0 +0200 @@ -2120,7 +2120,7 @@ struct CountrySpecificIn

Re: [Freedos-kernel] patch: config.c

2004-05-09 Thread Arkady V.Belousov
Hi! 9-Май-2004 22:08 [EMAIL PROTECTED] (Bart Oldeman) wrote to [EMAIL PROTECTED]: >> This is tradeoff (you reduce code, data may be increased). On the other >> side, after this patch (unpacked) executable increased only by 2 bytes. BO> This is strange: BO> TGROUP -11 bytes BO> ICONST -34 b

Re: [Freedos-kernel] patch: config.c

2004-05-09 Thread Bart Oldeman
On Mon, 10 May 2004, Arkady V.Belousov wrote: > 9-íÁÊ-2004 21:15 [EMAIL PROTECTED] (Bart Oldeman) wrote to > [EMAIL PROTECTED]: > > >> - small optimization: `init' and `inittail' now "assigned" to .cfgInit and > >> .cfgInitTail statically. > >> - removed "COMMAND" statement. > >> TGROUP reduced

Re: [Freedos-kernel] patch: config.c

2004-05-09 Thread Arkady V.Belousov
Hi! 9-Май-2004 21:15 [EMAIL PROTECTED] (Bart Oldeman) wrote to [EMAIL PROTECTED]: >> - small optimization: `init' and `inittail' now "assigned" to .cfgInit and >> .cfgInitTail statically. >> - removed "COMMAND" statement. >> TGROUP reduced from 0e1d1h to 0e1c6h; >> INIT_TEXT reduced from 3b71h

Re: [Freedos-kernel] patch: config.c

2004-05-09 Thread Bart Oldeman
On Sun, 9 May 2004, Arkady V.Belousov wrote: > - small optimization: `init' and `inittail' now "assigned" to .cfgInit and > .cfgInitTail statically. > - removed "COMMAND" statement. > > TGROUP reduced from 0e1d1h to 0e1c6h; > INIT_TEXT reduced from 3b71h to 3b66h; > ICONST reduced from 9b8h to 9

[Freedos-kernel] patch: config.c

2004-05-09 Thread Arkady V.Belousov
Hi! - small optimization: `init' and `inittail' now "assigned" to .cfgInit and .cfgInitTail statically. - removed "COMMAND" statement. TGROUP reduced from 0e1d1h to 0e1c6h; INIT_TEXT reduced from 3b71h to 3b66h; ICONST reduced from 9b8h to 996h; I_BSS reduced from 0e7ch to 0df6h; IDATA increase

[Freedos-kernel] patch: config.c (repost)

2004-03-24 Thread Arkady V.Belousov
--- Begin Message --- diff -ruNp OLD/kernel/config.c NEW/kernel/config.c --- OLD/kernel/config.c 2004-01-31 15:06:36.0 + +++ NEW/kernel/config.c 2004-03-25 00:42:36.0 + @@ -922,12 +922,8 @@ STATIC void Config_Buffers(BYTE * pLine) COUNT nBuffers; /* Get the argument

[Freedos-kernel] patch: config.c

2004-03-24 Thread Arkady V.Belousov
config.pat Description: Binary data