Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/utils wlinker.bat,1.3.2.1,1.3.2.2

2004-09-03 Thread Luchezar Georgiev
Microsoft LINK accepts a trailing colon (;) after the last meaningful 
argument instead of commas
Sorry about my bad English. The dictionary says that the ";" sign is 
called semicolon, not colon!

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
___
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel


Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/utils wlinker.bat,1.3.2.1,1.3.2.2

2004-09-03 Thread Luchezar Georgiev
+%BASE%\binw\ms2wlink %1 %2 %3 %4 %5 %6 %7 %8 %9  >kernel.lnk
If you have a better fix, I will gladly change it.
Microsoft LINK accepts a trailing colon (;) after the last meaningful 
argument instead of commas. Perhaps this would work for MS2WLINK too? Like 
this:

+%BASE%\binw\ms2wlink %1 %2 %3 %4 %5 %6 %7 %8 %9; >kernel.lnk

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
___
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel


Re: [Freedos-kernel] Re: [Freedos-cvs] kernel/utils wlinker.bat,1.3.2.1,1.3.2.2

2004-09-03 Thread Kenneth J. Davis
Arkady V.Belousov wrote:
Hi!
Log Message:
easier change of kernel load segment, remove need of keypress when linking
+++ wlinker.bat   2 Sep 2004 20:22:05 -   1.3.2.2
-%BASE%\binw\ms2wlink %1 %2 %3 %4 %5 %6 %7 %8 %9>kernel.lnk
+%BASE%\binw\ms2wlink %1 %2 %3 %4 %5 %6 %7 %8 %9  >kernel.lnk

 Please, explain this.
It removes the anonying prompt for NULL.DEF
I did not really investigate to see if all the commas are
needed, just copied from the stable batch file.  Without
this, when it links, I have to press enter, and I can not
enable my automatic builds if I have to be there to press
enter.  My assumption is that it works like other compilers
I've used and simply indicates the optional file is not
wanted/needed.  If you have a better fix, I will gladly
change it.
[I have some updates to UNSTABLE's boot.asm if you look
 at bug 1820 and want to verify/improve before I commit it.
 This weekend I'm going to go through Lucho's kernel patch
 and commit parts of it, so if you have anything not in
 there (and not already mailed to the list) please send
 it to me so I can try and review it and commit it as well.
]
Thanks,
Jeremy

---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
___
Freedos-kernel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-kernel