Hello everyone,

I’ve been wondering, why has no one built an entirely free (as in freedom) computer yet? For humans to be unable to share each other’s knowledge to build one of the most important technologies ever created for society, how is it that we have yet to have full knowledge about how our systems operate?

I get that companies are basically the ones to blame, and I know there are alternatives like the Talos II by Raptor Computing, but still, how do we not have publicly available full schematics for just one modern computer? I’m talking down to firmware-level stuff like proprietary ECs, microcode, hard drive/SSD firmware, network controllers, etc. How do we not have a fully open system yet?

  • half_built_pyramids@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

    Also on top of what other folks are saying, making a complete modern computer is really fucking hard.

    No one is making a 3ghz CPU in their garage. Maybe folks are assembling stm32, or pis, or whatever into their own pcbs, but the machines that make the chips just aren’t hobby level yet. You just have to buy some stuff.

    Maybe that’s not your point. Maybe you’re okay with the processor being closed because it is fucking hard to make.

    Beyond the hardware now we’re talking making your own drivers and shit. There are resources out there like zephyr, but there’s millions of devices that aren’t covered.

    Try writing your own SPI interface for an established MCU and a common periferal. Make sure you include crc, don’t skip it. Maybe skimp and do i2c. It’s fucking hard.