Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/kernel fattab.c,1.21,1.22

2004-04-25 Thread Alain
wcc (wpp neither) can't compile multiple files at the sametime. You can only try to decrease the load time of wcc.exe Maybe compressing it or binding with a dos extender helps. Maybe not. I use it in RAM-DISK (with xmsdsk), allong with all .H files and some more ;-) Alain -

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/kernel fattab.c,1.21,1.22

2004-04-24 Thread Arkady V.Belousov
Hi! 24-Апр-2004 17:01 [EMAIL PROTECTED] (Bart Oldeman) wrote to [EMAIL PROTECTED]: BO> if you want to check things quickly, simply do BO> wcc -i..\hdr -os -r -s -j -d1 -DWITHFAT32 foo.c BTW, this is for non-init files only, for init-files should be applied segments renaming (from INITCFLAGS

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/kernel fattab.c,1.21,1.22

2004-04-24 Thread Arkady V.Belousov
Hi! 24-Апр-2004 17:01 [EMAIL PROTECTED] (Bart Oldeman) wrote to [EMAIL PROTECTED]: >> recompilation, up to 20 with OW). Probably, I should force my efforts in >> optimization of makefile (collect names of changed files in one file, then >> pass this list at once for compilation). BO> if you want

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/kernel fattab.c,1.21,1.22

2004-04-24 Thread Bart Oldeman
On Sat, 24 Apr 2004, Arkady V.Belousov wrote: > 24-áÐÒ-2004 16:37 [EMAIL PROTECTED] (Bart Oldeman) wrote to > [EMAIL PROTECTED]: > > BO> fbp by bp->buffer[foo] really doesn't produce better code for Watcom. > BO> There is a good reason why I didn't apply these blockio.c patches either. > > :)

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/kernel fattab.c,1.21,1.22

2004-04-24 Thread Arkady V.Belousov
Hi! 24-Апр-2004 16:37 [EMAIL PROTECTED] (Bart Oldeman) wrote to [EMAIL PROTECTED]: BO> fbp by bp->buffer[foo] really doesn't produce better code for Watcom. BO> There is a good reason why I didn't apply these blockio.c patches either. :) For OW I don't review listings yet, only for BC. I pl

Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/kernel fattab.c,1.21,1.22

2004-04-24 Thread Bart Oldeman
On Sat, 24 Apr 2004, Arkady V.Belousov wrote: > 24-áÐÒ-2004 15:53 [EMAIL PROTECTED] (Bart Oldeman) wrote to > [EMAIL PROTECTED]: > > > +++ fattab.c 24 Apr 2004 15:53:21 - 1.22 > > -idx = (unsigned) unsigned)Cluster1 << 1) + (unsigned)Cluster1) >> 1) > > - % dpbp->dpb_secsize

[Freedos-kernel] Re: [Freedos-cvs] kernel/kernel fattab.c,1.21,1.22

2004-04-24 Thread Arkady V.Belousov
Hi! 24-Апр-2004 15:53 [EMAIL PROTECTED] (Bart Oldeman) wrote to [EMAIL PROTECTED]: > +++ fattab.c 24 Apr 2004 15:53:21 - 1.22 > -idx = (unsigned) unsigned)Cluster1 << 1) + (unsigned)Cluster1) >> 1) > - % dpbp->dpb_secsize; > - > +idx = (((unsigned)Cluster1 << 1) + (unsi