File listing:

metakern.asm - source code, for NASM (nasm.sourceforge.net, free)

metakern.txt - documentation, copied from the source file

fd1440.bot   - boot sector which MAY work for 1.44MB FreeDOS floppies

metakern.sys - MetaKern menu, classical version. See the documentation
               to learn how to INSTALL ANY of the meta*.sys files!
meta-tim.sys - MetaKern, which selects "1" if use waits 10 seconds
meta-cls.sys - MetaKern, which clears the screen on entry and on leave
meta-all.sys - MetaKern, which combines the -cls and -tim features...

If you had NASM, I would not have to provide all 4 binary versions.
They are all made from the same source but with different NASM
options: -DTIMEOUT for timeout and -DCLS for clear screen...

