  People complain in emails that they can't compile/link old driver skeleton.
Because no ASM sources for kernel drivers except mine exist on Internet (they say),
I decided to update driver skeleton. Again it is a very simple driver for CPU that
copies CPU's descriptor tables to user mode. User application displays them.
  For successful compilation is needed WINDOWS.inc file [ (c) Iczelion and hutch ]
located in directories specified by %INCLUDE% environment variable (or in directory
where .bat sources exists).
  You need also MS LINK. Examples expect eLINK.exe to be located in %PATH% directories.
eLINK (MS LINK v5.0) is available in EliASM2.zip package in Infos section of my WWW.
You can rename any LINK.exe version >= 5.0 to eLINK.exe.
  When device doesn't exist, user application expects driver to be located in its home
directory with the same name as user application but with .sys extension.
  Package doesn't contain source of kernel driver only, it contains also sources for
service manipulation (ServiceDD.inc).
  Finally, produce as few drivers as possible. I hope vxd hell won't be replaced by
sys hell. Matt Pietrek hasn't write any kernel driver and "lives".

  EliCZ, http://www.anticracking.sk/EliCZ, Jan-06-2002