• Patch@feddit.uk
    link
    fedilink
    English
    arrow-up
    14
    ·
    5 months ago

    In the context of the people who did it, I think it’s just a “bit of fun”; a hobbyist hacking project to see how far you can take something.

    But that said, it is absolutely insane how much disk space Windows needs. Windows Server 2022, with its most minimal “core” installation option, still has a minimum requirement of a baffling 32GB of hard disk space. By comparison, Ubuntu Server’s published minimum requirement is for only 2.5GB (with more specialist minimalist distros like Alpine coming in at well under 1GB).

    • nybble41@programming.dev
      link
      fedilink
      English
      arrow-up
      5
      ·
      5 months ago

      The ubuntu:24.04 Docker image is only 77.30 MiB.

      alpine:3.19.0 is 7.38 MiB.

      Of course those sizes are without a kernel. Typical everything-included distro kernels are generally a few hundred MiB as they include drivers for everything that might be needed, but a custom build for known hardware can reduce that to just a few MiB.