this post was submitted on 03 May 2025
94 points (98.0% liked)

Memes

50181 readers
251 users here now

Rules:

  1. Be civil and nice.
  2. Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ArsonButCute@lemmy.dbzer0.com 11 points 4 days ago (1 children)

If you have the time you could engineer a device that operates physical switches to represent bits, sort of like a curta calculator. Make it with enough bits available and engineer in an x86 compatible instruction set and hot damn you've got an electricity free computer, which (if you have the time) you can then manually set the storage bits into positions representative of your Linux filesystem with a minimal install. Figure out how you bootstrap the startup, perhaps engineer correct starting positions for the active bits (memory) such that you have an initramfs.

Can be done, technically you could do it with windows too I guess but boo close source software

[–] randamumaki@lemmy.blahaj.zone 11 points 4 days ago (1 children)

Linux doesn't necessarily require an x86 (CISC) instruction set; it also runs on ARM (RISC) devices. https://www.androidauthority.com/arm-vs-x86-key-differences-explained-568718/

[–] ArsonButCute@lemmy.dbzer0.com 2 points 4 days ago (1 children)

I was under the impression that RISCV was poorly supported, ARM has some (more) open platforms so I guess their RISC would be fine, and a significantly simpler undertaking than implementing x86.

[–] randamumaki@lemmy.blahaj.zone 5 points 4 days ago (2 children)

Fedora was very excited in a February article and Debian, Ubuntu, and other distros have installer images for RISC-V. With the open source and cheaper architecture compared to x86, support for it will only snowball now. There are also x86 emulators for RISC-V systems, which might perhaps bridge the gap where support is not yet native?

[–] ArsonButCute@lemmy.dbzer0.com 4 points 4 days ago

[Happy penguin noises]

[–] user224@lemmy.sdf.org 1 points 4 days ago

There's also a RISC-V laptop - DC ROMA

But it's still mostly experimental, rather than for regular usage.