• 0 Posts
  • 598 Comments
Joined 2 years ago
cake
Cake day: April 13th, 2024

help-circle











  • It may act on the whole market, but it doesn’t have the same impact on every OEM.

    It’s a bigger issue for Valve than the console competition, who have established supply chains potentially with fixed prices for certain terms or at least more significant volume discounts, and proprietary compatibility hurdles binding their customers, so they can sell hardware at a loss if they want to.

    If Valve sells the computers at a loss they run the risk of people buying them for other uses, without generating corresponding Steam profits.






  • Kazumara@discuss.tchncs.detolinuxmemes@lemmy.worldmeme
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    15 days ago

    I reckon it works a bit like Unix.

    But seriously unless you’re a systems engineer with 15 years of experience you probably don’t know how any popular OS works (note, I’m not either, I don’t know shit). They are huge beasts with astonishing complexity.

    I spent a semester writing a microkernel OS with three other students. We got the init sequence working, memory management working, a shell accessible over UART, FAT32 on an SD card, a little bit of network, and a minimal HTTP server for the demo. And this was considered a big accomplishment worthy of top grades.

    And that’s only the scratching the surface of what makes an OS, just think of all the other things you need. Journaling filesystems, user and rights management, hundreds of drivers for devices and buses* full networking support, with dual stack, DNS, tunneling, wifi, then things like hibernation, sleep, power management in general, container and virtualization support, NUMA support, DMA support, graphical output, clocks and time sync, cryptography primitives and TPM support, etc etc

    *I did USB only for mass storage once, that also took me a semester, and I bet PCIe is much harder.