Re: [Freedos-kernel] Kernel 2040 released

2011-07-19 Thread Kenneth J. Davis
On Sat, Jun 25, 2011 at 4:40 PM, Bernd Blaauw bbla...@home.nl wrote:
 Op 25-6-2011 16:06, Kenneth J. Davis schreef:
 Hello all.

...
 Are there any verified/stable working compiled versions available of the
 following?
 * COMMAND (there's an openwatcom CVS/SVN version somewhere?)
I finally managed to built the OW version (had issues with the utility
programs being built as win16 executables, so modified the makefiles
to build them as win32 [native], and have yet to build the installable
command loading program - didn't even know it existed) so you can now
find OW builds of command.com on fdos.org
http://www.fdos.org/kernel/command/FreeCom/command.com
Note: this has not been very well tested, especially given my changes
to the build.

 * SHARE (thought there were 2 versions or so?)
the most up to date version is with the kernel (no recent changes,
just latest source floating around put into svn)
(as soon as I upload a build, latest will also be found at
http://www.fdos.org/kernel/share/
)
...

Jeremy

--
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
___
Freedos-kernel mailing list
Freedos-kernel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-kernel


[Freedos-kernel] Kernel 2040 released

2011-07-19 Thread Bart Oldeman
On 19 July 2011 13:27, Kenneth J. Davis jere...@fdos.org wrote:
 On Sat, Jun 25, 2011 at 4:40 PM, Bernd Blaauw bbla...@home.nl wrote:
 Op 25-6-2011 16:06, Kenneth J. Davis schreef:
 Hello all.

 ...
 Are there any verified/stable working compiled versions available of the
 following?
 * COMMAND (there's an openwatcom CVS/SVN version somewhere?)
 I finally managed to built the OW version (had issues with the utility
 programs being built as win16 executables, so modified the makefiles
 to build them as win32 [native], and have yet to build the installable
 command loading program - didn't even know it existed) so you can now
 find OW builds of command.com on fdos.org

Thanks for testing! I haven't had the time to properly finish the port
myself so I've been careful not to promote it too much...

Anyway, yes: the sequence such as
d:\watcom\BINW\wcc -zq mktools.c @watcomc.cfg
d:\watcom\BINW\wlink f mktools.obj lib ..\SUPPL\SUPPL_s.LIB op q
gives a win16 executable instead of the intended dos16 if %WATCOM% is
set to d:\watcom\binnt instead of d:\watcom\binw.

It's probably best to make things explicit (unless the goal is a true
Win32-DOS cross-compile), using DOS16 utilities, by changing the last
part of mkfiles\watcom.mak to:

CFLAGS1 = -os-s-wx-bt=dos

#               *Implicit Rules*
.obj.exe:
 $(BINPATH)\wlink sys dos f $ lib
$(SUPPL_LIB_PATH)\SUPPL_$(SHELL_MMODEL).LIB op q
.c.obj:
 $(CC) $ @$(CFG)

But I haven't tested this!

Bart

--
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks  Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
___
Freedos-kernel mailing list
Freedos-kernel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-kernel