File listing:

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

metakern.txt - documentation for all this
files.txt    - this file itself :-).

fd1440.bot   - boot sector which MAY work for 1.44MB FreeDOS floppies
metaboot.bot - boot sector that re-uses the boot sector in RAM, set up
               for the case where MetaKern is called metakern.sys
               (So you must use a NEW STYLE MetaKern installation!)

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

All the .bin files are NEW STYLE, please do not use the pre-made .sys
any longer (meta*.sys). Read the documentation for more details.

