[Freedos-kernel] patch: batch and make files (2/2)

2004-04-23 Thread Arkady V.Belousov
---BeginMessage--- diff -ruNp old/kernel/kernel.cfg new/kernel/kernel.cfg --- old/kernel/kernel.cfg 2001-07-10 00:19:32.0 + +++ new/kernel/kernel.cfg 1970-01-01 00:00:00.0 + @@ -1,14 +0,0 @@ --1- --f- --ff- --O --Z --d --k- --vi- --w --wpro --weas --wpre

Re: [Freedos-kernel] patch: batch and make files (description)

2004-04-08 Thread tom ehlert
Hello Arkady, AVB PS4: repeat for my previous question: why to duplicate clean and AVB clobber? Another one: who make files status.me, *.cod, *.las? *.cod are generated by MSC, if compiled with 'generate assembly listing with source' (very handy when debugging) tom

Re: [Freedos-kernel] patch: batch and make files (description)

2004-04-08 Thread Arkady V.Belousov
Hi! 8--2004 09:11 [EMAIL PROTECTED] (tom ehlert) wrote to Arkady V.Belousov [EMAIL PROTECTED]: AVB PS4: repeat for my previous question: why to duplicate clean and AVB clobber? Another one: who make files status.me, *.cod, *.las? te *.cod are generated by MSC, if compiled with 'generate assembly

[Freedos-kernel] patch: batch and make files (description)

2004-04-07 Thread Arkady V.Belousov
Hi! [Don't know what happen, but SF silently ignores/losts my letters. B-E Second day: one was saturday, second was today. Not funny. Below _repost_ of my letter with new patch from today, monday.] New updates for my patches. Because I already remove intermediate files, there present

Re: [Freedos-kernel] patch: batch and make files

2004-04-06 Thread Bart Oldeman
On Mon, 5 Apr 2004, Arkady V.Belousov wrote: PS: config.h also may be removed, because it is dummy (for this only required to remove reference in globals.h). When (and if!) it will be required, it may be added back. config.h contains struct config { /* Configuration variables */ after

[Freedos-kernel] patch: batch and make files

2004-04-05 Thread Arkady V.Belousov
Hi! [Don't know what happen, but SF silently ignores/losts my letters. B-E Second day: one was saturday, second was today. Not funny. Below _repost_ of my letter with new patch from today, monday.] New updates for my patches. Because I already remove intermediate files, there present

[Freedos-kernel] patch: batch and make files (diff file)

2004-04-05 Thread Arkady V.Belousov
---BeginMessage--- diff -ruNp 0old/build.bat 0new/build.bat --- 0old/build.bat 2004-03-27 01:42:32.0 + +++ 0new/build.bat 2004-04-03 10:16:14.0 + @@ -3,18 +3,22 @@ :- batch file to build everything :- $Id$

[Freedos-kernel] patch: batch and make files (description)

2004-04-05 Thread Arkady V.Belousov
Hi! [Don't know what happen, but SF silently ignores/losts my letters. B-E Second day: one was saturday, second was today. Not funny. Below _repost_ of my letter with new patch from today, monday.] New updates for my patches. Because I already remove intermediate files, there present

Re: [Freedos-kernel] patch: batch and make files (description)

2004-04-05 Thread Jim Hall
At least one of your emails was trapped by the SF mail system until I was able to free it this morning. Emails may not be over 40k in length, or else they are held until the list owner (me) accepts or rejects them (a manual process.) -jh Arkady V.Belousov wrote: Hi! [Don't know what

[Freedos-kernel] patch: batch and make files

2004-04-05 Thread Arkady V.Belousov
Hi! [Don't know what happen, but SF silently ignores/losts my letters. B-E Second day: one was saturday, second was today. Not funny. Below _repost_ of my letter with new patch from today, monday.] New updates for my patches. Because I already remove intermediate files, there present

[Freedos-kernel] patch: batch and make files (diff file, 1/2)

2004-04-04 Thread Arkady V.Belousov
---BeginMessage--- diff -ruNp 0old/build.bat 0new/build.bat --- 0old/build.bat 2004-03-27 01:42:32.0 + +++ 0new/build.bat 2004-04-03 10:16:14.0 + @@ -3,18 +3,22 @@ :- batch file to build everything :- $Id$

Re: [Freedos-kernel] patch: batch and make files

2004-04-04 Thread tom ehlert
Hello Arkady, AVB I test batch and make files both under OW12 and BC31 would be great if you ewoild test them with TV 2.01 also (this is a reference compiler, BC31 not) btw: there is absolutely no need to mess with them - they usually work. tom

Re: [Freedos-kernel] patch: batch and make files

2004-04-04 Thread Bernd Blaauw
Arkady V.Belousov schreef: Hi! 4--2004 17:55 [EMAIL PROTECTED] (tom ehlert) wrote to Arkady V.Belousov [EMAIL PROTECTED]: AVB I test batch and make files both under OW12 and BC31 te would be great if you ewoild ewoild=perform? would - 'if you would test them' te test them with TV 2.01

[Freedos-kernel] patch: batch and make files

2004-04-03 Thread Arkady V.Belousov
Hi! [Looks like SF sometime eats my letters, so I repost diff file and comments again, now in different letters. Also, there added two changes, which I forget in previous letter, about TURBOC.CFG and KERNEL.CFG.] I test batch and make files both under OW12 and BC31 and have new