• RustmilianEnglish
    arrow-up
    16
    arrow-down
    0
    ·
    8 months ago
    edit-2
    8 months ago
    link
    fedilink

    It comes in 3 forms.

    1. Update small system components (packages) and load the old into ram until rebooting; I don’t think this is possible on windows.
    2. A/B Image Based Updating; Android and a few Linux distros have this; probably one of the most stable methods.
    3. Live boot updates/Kernel-space Hot Patching; found mostly in Linux servers, and distros with a patched kernel; used mostly for security updates which is what windows is doing here, but Linux can do feature updates this way too.