Re: [Freedos-kernel] mscl8.mak: bug?

2004-04-24 Thread Bart Oldeman
On Sat, 24 Apr 2004, Arkady V.Belousov wrote: > > __O\_/_\_/O__ > /* MSC places uninitialized data into COMDEF records, >that end up in DATA segment. this can't be tolerated in INIT code. >

[Freedos-kernel] FreeDOS Version 1.0 (LINK)

2004-04-24 Thread Aitor Santamaría Merino
Hi, I forgot the link. There's a direct link from freedos.org on top (directly from http://www.freedos.org/news/version1/), although files are being posted to TODOS: http://fdos.org/ripcord/fdos_1_0/official/todos.htm POST-1.0: http://fdos.org/ripcord/fdos_1_0/official/post.htm Aitor

[Freedos-kernel] FreeDOS Version 1.0 reviewed

2004-04-24 Thread Aitor Santamaría Merino
Hi all, I have commited some changes to the list (some more to go, read below), and I am submitting a message to met you know. In addition, comments are welcome: if you consider that such or such option should be left for post (if any), or which tasks should be there. NOTES: - remember the gold

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

[Freedos-kernel] Problem with FreeDOS ke2034_32 + PXELINUX + memdisk

2004-04-24 Thread Patrick J. LoPresti
I am using FreeDOS kernel 2.0.34 with FAT32 support (ke2034_32), together with PXELINUX and memdisk from SYSLINUX 2.0.9-pre15. I am experiencing this problem on multiple test systems (Dell Precision 450 and IBM T22 so far). My pxelinux.cfg/default has these lines: label test kernel m

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] cvs refresh

2004-04-24 Thread Arkady V.Belousov
Hi! 24-Апр-2004 17:05 [EMAIL PROTECTED] (Bart Oldeman) wrote to [EMAIL PROTECTED]: BO> Date: Sat, 24 Apr 2004 17:05:18 +0100 (BST) >> When latest patches will be reflected in CVS snapshot on site >> (kernel.tgz?)? I wish to check how they are applied "in complete". BO> every day at 10am GMT

Re: [Freedos-kernel] cvs refresh

2004-04-24 Thread Bart Oldeman
On Sat, 24 Apr 2004, Arkady V.Belousov wrote: > When latest patches will be reflected in CVS snapshot on site > (kernel.tgz?)? I wish to check how they are applied "in complete". every day at 10am GMT Bart --- This SF.net email is spons

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] cvs refresh

2004-04-24 Thread Arkady V.Belousov
Hi! When latest patches will be reflected in CVS snapshot on site (kernel.tgz?)? I wish to check how they are applied "in complete". --- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FRE

[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

[Freedos-kernel] patch: mix

2004-04-24 Thread Arkady V.Belousov
--- Begin Message --- diff -ruNp old/kernel/blockio.c new/kernel/blockio.c --- old/kernel/blockio.c2004-04-13 13:11:08.0 + +++ new/kernel/blockio.c2004-04-24 03:19:32.0 + @@ -469,35 +469,45 @@ UWORD dskxfer(COUNT dsk, ULONG blkno, VO } -/* - this r

[Freedos-kernel] patch: some optimizations

2004-04-24 Thread Arkady V.Belousov
--- Begin Message --- diff -ruNp old/kernel/break.c new/kernel/break.c --- old/kernel/break.c 2004-04-14 17:40:50.0 + +++ new/kernel/break.c 2004-04-24 11:55:44.0 + @@ -53,13 +53,13 @@ unsigned char ctrl_break_pressed(void) unsigned char check_handle_break(struct dhdr F

[Freedos-kernel] patch: bugfixes and some optimizations

2004-04-24 Thread Arkady V.Belousov
--- Begin Message --- diff -ruNp old/kernel/initdisk.c new/kernel/initdisk.c --- old/kernel/initdisk.c 2004-04-14 01:46:24.0 + +++ new/kernel/initdisk.c 2004-04-24 10:02:44.0 + @@ -647,17 +647,12 @@ void DosDefinePartition(struct DrivePara } /* Get the parame

[Freedos-kernel] bug?

2004-04-24 Thread Arkady V.Belousov
Hi! This happens only once, with kernel in low memory: config.sys contain "dos=high,umb/lastdrive=z", but no himem or something similar. When I run VC (Volcov Commander), change config.sys, save, reboot - diskette hangs. After rebooting from HD I check diskette and found, that config.sys was