Quite a bit right now, perhaps around 1KB or so.

But I'm going to rewrite some other features to just leach from the same code/data (already done some of that), and there are some planned features that will also sit on top of it, so not too bad overall.

Building the strings into the kernel is a lot cheaper than providing run-once code to read/parse macro names from config.ini, so I am happier with this form than with other implementations.

But we still must be vigilant.. I don't like the fact that the compressed kernel is now over 500KB in size -- we only have 640KB of flash for kernels.. (some of which I might steal for a MUCH larger Hijack savearea someday).

Cheers