Hello everyone, it's your friendly neighborhood pain in the ash conjuring up yet another inquiry which I hope is not seen as a waste of time by most. As I doubt this is being (or has been) attempted I'm asking this as more of a theory level; unless there are a few out there who have tried.
I have this image in my head regarding Processor "X" - no one chip in particular, just one that isn't in the repo to date. Chip "X" whether it be MIPS, ARM, RISC, etc. is soldered to a board with "A" megs of memory, "B" megs of flash and ports available elsewhere for additional storage such as SD, USB, etc. which open the door to a virtual wealth of extensions, if only we can get that far.
Concept is to rip the kernel down to the bare-bones with the least amount of necessity just to get the device to boot, so beyond file system (dos/ext) and basic hardware, would it be (theory) possible to rip everything else to a modular state (encryption, etc. - anything NOT required to get that first heartbeat?) Note: I understand encryption would be needed IF a storage item required TO boot was encrypted... but let's assume up front there are no network storage, encrypted backups, etc. and also assume that IF such existed, we'd tend to them in a modular fashion once init was mounted. Once we had this crushed kernel, it would be 'xx' megs in size.
The next step would be to repeat the same for the init (core) -- modular as can be as we might be crushing this entire package into a tiny flash of 4-8MB. THIS would be the greatest challenge.
Once root was loaded, it's virtually useless to most degrees as it has very little functionality, and thus the modular concept. From external device(s) we can then find out what the intentions for the project/device would be and load support accordingly.
Basically, I'm thinking of turning TC into an initial boot-strap and turning the "functionality" into tcz's. If I'm guessing correctly, this would mean a stripped down core.gz, minimal busybox and term, along with the skeletal kernel. Since most of these types of devices would be headless for the most part, a mini client such as Dropbear would likely be required, but could be done via storage instead of the image.
Can anyone take a grab as to just how low (in physical bytes) we might be able to go and yet achieve the outcome desired?
Thanks in advance for even giving this a moment to read, let alone any responses!