Embedded Linux 1-Second Cold Boot To QT
An anonymous reader writes "The blog post shows an embedded device cold booting Linux to a QT application all in just one second. This post also includes a link which describes what modifications were made to achieve this."
I assume they mean Qt application, not QuickTime, or whatever.
I don't think it's cool at all because this takes away one more of my excuses to grab a cup of Joe and have a smoke.
What one fool can do, another can. (Ancient Simian Proverb)
The fact is that a full BIOS + Linux / Windows system is a horrible fucking mess of bloat
It's also a huge pile of capability that wasn't around 20 years ago. I find it hard to believe that, capability-wise, your Acorn A3000 was on par with a modern PC. I don't see it as bloat, but as the necessary result of supporting a wide array of capabilities (not necessarily hardware) and an extremely capable and platform-independent environment.
BIOSes (especially RAID) are the slowest part these days, and UEFI is hopefully going to combat that.
I have to say, the most impressive/innovative tweak, to me, was the re-ordering of required functions in the compiled binary. Doing so allowed them to reduce load time, by making it that only two blocks had to be demand-read off the flash filesystem, instead of four.
That's some crazy, use-the-drum-spin-as-timing, innovative thinking right there. Serious kudos.
Your Acorn A3000 held and executed most of the OS from ROM. When you don't have to copy from disk times are much faster.
--sitharus
CarPC? HTPC? Just being able to turn the computer entirely off when it's not in use rather than suspend?
This particular example was focused on embedded applications, but the general idea of being able to boot a computer reasonably close to instantly is advantageous pretty much anywhere.
I used to get high on life, but I developed a tolerance. Now I need something stronger.