170
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 16 Oct 2024
170 points (98.9% liked)
Technology
59020 readers
2730 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
Do you have good resources to read on risc-v. I hear about it a lot, but haven't found meaningful resources (to me) on it.
Thanks
I'm not sure what you'd like to read about, but risc-v is basically an open source CPU design. It's not compatible with anything else, so developers will need to build software specifically for it, just like how x86 and ARM are completely different.
The nice thing about it being open source is that any company can tweak the design and send it off to a fab to get chips made, so you're not really at the mercy of the big chip companies like AMD, Intel, or Qualcomm. So if someone like Samsung wants a super low-power device (e.g. for a watch), they can remove unnecessary stuff from the chip design and fab their own. Or they can go full-fat for a desktop chip. Or if they need a special instruction for their particular workload, they can implement it themselves and fab it.
At its current state, Linux largely works on it and there are hobby boards available and some other small devices, but it's nowhere near ARM in performance or efficiency (hopefully getting there).