Hacker News new | ask | show | jobs
by cechmaster 2981 days ago
My understanding is that the OS is a few gigs in size and uses a lot of memory, and neves compiles to about 20 megabytes while still being resilient and easy to update.
1 comments

Actually, a compiled Linux kernel is on the order of ~5 MB. A minimal root filesystem adds another ~50 MB to that. It starts to get bloated once you add kernel modules, drivers, etc.
That's 5MB compressed and also doesn't account for the fact that you'd also need an actual userspace of some description.