Is it possible that TC does something out of the ordinary without any extensions? Or with just one extension that is tiny?
Tiny Core is essentially a kernel + initrd, so what TC can do by itself is a function of what the kernel can do plus the capabilities enabled by the initrd. Ingo Molnar touched on a similar subject in a
recent post that caught my attention:
"I think it's only a matter of time until someone takes the Linux kernel, integrates klibc and a toolchain into it with some good initial userspace and goes wild with that concept, as a single, sane, 100% self-hosting and self-sufficient OSS project, tracking the release schedule of the Linux kernel."
One of the things that makes Tiny Core unique (and takes a lot of work) is a "good initial userspace." All we need is klibc and the toolchain, and I expect there are Tiny Core users capable of that.
I think that would be "out of the ordinary" but it would take some work to get there. Does anyone have any thoughts?
Or inside a dozen virtual machines?
VMware mentioned to me they are using it in thousands of their virtual machines for load testing.