$ uasm \
-coff \
-c \
-q \
-less \
-nomlib \
-FwNUL \
-Zi \
-Zd \
main.asm
$ wine \
"c:\\masm32\\bin\\link.exe" \
main.o \
/driver \
/subsystem:native \
/entry:DriverEntry \
/base:0x10000 \
"c:\\masm32\\lib\\wxp\\i386\\ntoskrnl.lib" \
/out:main.sys