L1VM - static binaries

I now made static binaries of the L1VM executables: l1vm, l1pre, l1asm, l1com and zerobuild. They should run on any 64 bit Linux system. You still have to run the normal build script to install the VM and build the modules. A module is still linked at runtime! But this may be nice to have if you only need the VM without some modules.

To run them simply redirect the debug info to >/dev/null:

$ l1vm-blob/l1vm prog/hello-2 2>/dev/null

Without this you would see the debug hex info of the static binary.

The binaries can be found here at the top: L1VM article