I think "in a VM" was elided. It's easy to tune qemu + Linux to boot up a VM in 150ms (or much less in fact).
Real hardware is unfortunately limited by the time it takes to initialize firmware, some of which could be solvable with open source firmware and some (eg. RAM training) is not easily fixable.
I think "in a VM" was elided. It's easy to tune qemu + Linux to boot up a VM in 150ms (or much less in fact).
Real hardware is unfortunately limited by the time it takes to initialize firmware, some of which could be solvable with open source firmware and some (eg. RAM training) is not easily fixable.
Boot is a misleading term, but you can resume snapshotted VMs in single digit ms
(and without unikernels, though they certainly help)
You can boot a vm without snapshots in < 10ms, just need a minimal kernel.
Stripping away unused drivers (.config) and other "bloats" can get you surprisingly far.
But 150ms? That's boot time for dos or minix maybe (tiny kernels). 1s sure.
FreeBSD did some work to boot in 25ms.
Source: https://www.theregister.com/2023/08/29/freebsd_boots_in_25ms...
You can do <10ms. I was working to see if I could get it under 1ms, but my best was 3.5ms
Microvm's