maris@lemmy.world to Programmer Humor@programming.dev · 5 天前Destroy your bootlemmy.worldimagemessage-square31fedilinkarrow-up1368arrow-down113
arrow-up1355arrow-down1imageDestroy your bootlemmy.worldmaris@lemmy.world to Programmer Humor@programming.dev · 5 天前message-square31fedilink
minus-squareBigMikeInAustin@lemmy.worldlinkfedilinkEnglisharrow-up4·5 天前I would think the pre-known hardware configuration would make boots near instant. I never understood why this isn’t so.
minus-squareedinbruh@feddit.itlinkfedilinkEnglisharrow-up2·4 天前The hardware still needs to be brought up and initialised. But the software is the real problem here. The kernel gets fully up in seconds, but then you have to initialize the rest of the OS
I would think the pre-known hardware configuration would make boots near instant. I never understood why this isn’t so.
The hardware still needs to be brought up and initialised. But the software is the real problem here. The kernel gets fully up in seconds, but then you have to initialize the rest of the OS