[Freedos-kernel] Re: [Freedos-cvs] kernel/kernel entry.asm,1.26,1.27 inthndlr.c,1.86,1.87 io.asm,1.16,1.17 nlssupt.asm,1.12,1.13

2004-05-30 Thread Arkady V.Belousov
Hi! 30--2004 19:31 [EMAIL PROTECTED] (Bart Oldeman) wrote to [EMAIL PROTECTED]: +++ io.asm30 May 2004 19:31:07 - 1.17 +%include stacks.inc +++ nlssupt.asm 30 May 2004 19:31:07 - 1.13 + %include stacks.inc Don't forget to fix rules

[Freedos-kernel] Re: [Freedos-devel] Re: [Freedos-cvs] kernel/hdr device.h,1.21,1.22

2004-05-30 Thread Arkady V.Belousov
Hi! 29--2004 12:30 [EMAIL PROTECTED] (Bart Oldeman) wrote to [EMAIL PROTECTED]: No, all right: r_catfun is a xreg.x and r_cat is a xreg.h. Mistake is in my comment: I was should say difference is that r_cat comes _after_ r_fun to make consistent with CX. BO No, it can't be. See Table

[Freedos-kernel] [announce] kernel 2035 and bye

2004-05-30 Thread Bart Oldeman
Hi, I've uploaded kernel 2035 to http://sourceforge.net/project/showfiles.php?group_id=5109 important fixes: Fix problems with USBASPI.SYS, DI1000DD.SYS Fixed invalid opcode with debug foo.txt, same with netware redirected logins. Don't move the EBDA by default. Use switches=/e:-1 if you want

Re: [Freedos-kernel] [announce] kernel 2035 and bye

2004-05-30 Thread Aitor SantamarĂ­a Merino
Hi, It's sad to hear that you say bye, but hopeful to read that you mention at least a break for two months, although I understand your reasons. Could I ask you something before you go? Could you please review bugzilla and try, as far as you understand/know about it, leave the kernel bugs in a

[Freedos-kernel] config.sys problems with 2.0.34 and 2.0.35

2004-05-30 Thread Patrick J. LoPresti
A while ago I reported a problem I had with FreeDOS kernel 2.0.34 and PXELINUX+memdisk: http://www.mail-archive.com/[EMAIL PROTECTED]/msg00761.html Well, I have some more information. First, the problem only happens on certain machines. Right now, I can only reproduce it on a Dell Dimension

[Freedos-kernel] Re: [Freedos-cvs] kernel/docs history.txt,1.77,1.78

2004-05-30 Thread Arkady V.Belousov
Hi! 30--2004 20:56 [EMAIL PROTECTED] (Bart Oldeman) wrote to [EMAIL PROTECTED]: +++ history.txt 30 May 2004 20:56:29 - 1.78 + * inithma.c: moved fmemcmp's into a checkHMA function. ... into EnabledA20() function. + * inithma.c: HMAFree == 0xfff0 - bytesToAllocate

Re: [Freedos-kernel] Re: [Freedos-devel] Re: [Freedos-cvs] kernel/hdr device.h,1.21,1.22

2004-05-30 Thread Arkady V.Belousov
Hi! 30--2004 09:24 Arkady V.Belousov wrote to [EMAIL PROTECTED]: No, all right: r_catfun is a xreg.x and r_cat is a xreg.h. Mistake is in my comment: I was should say difference is that r_cat comes _after_ r_fun to make consistent with CX. BO No, it can't be. See Table 02597 in RBIL at

[Freedos-kernel] patch: inthndlr.c

2004-05-30 Thread Arkady V.Belousov
Hi! - bugfix for INT21/3301: MS-DOS clears high buts of DL. ---BeginMessage--- diff -ruNp old/kernel/inthndlr.c new/kernel/inthndlr.c --- old/kernel/inthndlr.c 2004-05-28 12:08:32.0 + +++ new/kernel/inthndlr.c 2004-05-31 07:29:14.0 + @@ -78,14 +78,14 @@ VOID

[Freedos-kernel] patch: break.c

2004-05-30 Thread Arkady V.Belousov
Hi! - removed extraneous variable assignment; code optimization. ---BeginMessage--- diff -ruNp old/kernel/break.c new/kernel/break.c --- old/kernel/break.c 2004-04-14 08:40:36.0 + +++ new/kernel/break.c 2004-04-24 11:55:44.0 + @@ -53,13 +53,13 @@ unsigned char

[Freedos-kernel] patch: dsk.c

2004-05-30 Thread Arkady V.Belousov
Hi! - code optimization. ---BeginMessage--- diff -ruNp old/kernel/dsk.c new/kernel/dsk.c --- old/kernel/dsk.c2004-05-29 02:51:30.0 + +++ new/kernel/dsk.c2004-05-31 06:07:48.0 + @@ -92,7 +92,7 @@ extern struct DynS ASM Dyn; /*TE - array access functions */ ddt