Re: [Freedos-kernel] Re: patch: cleanups

2004-07-23 Thread Aitor Santamaría Merino
Hi, Eric Auer escribió: Arkady, Bart, BO -void _seg * KernelAllocPara(size_t nPara, UBYTE type, CStr name, int mode) BO +void _seg * KernelAllocPara(size_t nPara, UBYTE type, const char *name, int BO mode) This is example, how my shortcuts allows to shorter and, thus, more redable lines.

Re: [Freedos-kernel] Strange bug in kernel 2035

2004-07-23 Thread Bart Oldeman
Hello Tom, apart from the drawbacks there is another problem: --- mov bp, [bp + 20] ; store id (in SS:) unless it's NULL or bp, bp jz nostore mov [bp], bx nostore: --- if (*id)