this post was submitted on 23 May 2024
748 points (97.8% liked)
Technology
59167 readers
2512 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Windows running on a VM under linux runs faster than windows on bare metal ...
Not for me, but that might have been a slight exaggeration.
You joke but it actually boots faster in a VM for me than on bare metal. And that’s with fastboot enabled. Would love to know why!
the best jokes have a kernel of truth.
The VM is optimised for the OS, the OS is usually a fresh install with just that 1 program you need to use instead of you're entire life scattered across the desktop, it can be a snapshot of the system in an optimal state right after running an unfuck windows script that removes default system malware which doesn't let it reinstall, it has less system resources to deal with for the simple fact it can't use them all at the same time as the base OS.
Probably a BIOS that has a very well known hardware configuration. It doesn't have to worry about weird legacy shit, it's only ever going to be the VM hardware. (Plus whatever you pass through, but I imagine the BIOS doesn't care, or if it does it'll slow it back down).