
 This directory contains some JLM samples:
 
 HELLO:    "hello world" JLM in ASM (MASM/TASM)
 HELLO2:   "hello world" JLM in C (MS VC)
 JCLOCK:   "clock" application in FASM written by Alexey Voskov.
           Distributed with his kind permission.
 JKEYBGR:  German keyboard driver.
 XCDROM32: JLM version of XCDROM, an UDMA CD-ROM driver (GPL).
 
 
 Tools which have been tested:

 tools                   result
 -----------------------------------------
 assembler:
 MASM v6.1               ok
 TASM32 v5               ok
 PoASM (Pelles C)        failed

 C compiler:
 MS VC v2/v5/v6          ok
 Borland C++ v5.5        ok
 Ladsoft CC386           ok
 Digital Mars C++        ok
 Pelles C                ok
 Open Watcom WCC386      failed
 
 COFF linker:
 Polink (Pelles C)       ok
 Open Watcom WLINK       ok
 MS LINK                 ok
 ALINK                   failed
 Borland TLINK32         failed

 The reason for the linker failures is that these linkers have
 no option to define the module's entry point. Usually this is
 easy to fix or at least to cirumvent.

