The Future of Operating Systems on RISC-V

preview_player
Показать описание
QCon London International Software Development Conference returns on April 8-10, 2024. Level-up on 15 major software and leadership topics including; The Tech of FinTech, What's Next in GenAI and Large Language Models (LLMs), Performance Engineering, Architecture for the Age of AI, Innovations in Data Engineering and more.

Learn the emerging trends. Explore the use cases. Implement the best practices.

--------------------------------------------------------------------------------------------------------------------------------------

Alex Bradbury gives an overview of the status and development of RISC-V as it relates to modern operating systems, highlighting major research strands, controversies, and opportunities to get involved.



#OperatingSystems #Hardware #Infrastructure
Рекомендации по теме
Комментарии
Автор

One of the best RISC-V talks I've seen. Thanks, Alex!

elahn_i
Автор

Phew, I was surprised when looking at the common extensions that there is no such spec for the MMU, so it's great that there is this SBI thing. There's so many microcontrollers in the space, but few general purpose CPUs. I'm a bit let down that this talk completely glossed over the CHERI clones, but I get the impression it was mostly outside his wheelhouse. It's actually what i wanted to hear more about when clicking the thumbnail, as CHERI is a genuine quantum leap.

capability-snob
Автор

So what we need here is a Linux running RISC V based board in the style of the Raspberry Pi.
Is that concept a thing on some agenda somewhere given the links between Lowrisc and the Raspberry Pi ?

heater
Автор

I am curious to know about serialized TileLink.

aliuzel
Автор

Kendryte K210 is available already with AI acceleration, loads of RAM and flash, 400MHz, dual RISC-V cores. You can buy a SiPeed development board for $20 and micropython runs on it already.
Gigadevices just launched their MCU too. Expect to see that in a lot of Chinese stuff in future, especially with Trump restricting Chinese access to American technology - Arm is going to suffer badly. I suppose the next big thing would be a HiSilicon RISC-V based SoC.

carlfarrington
Автор

Wish there was a OpenFirmware boot loader?

weavingcode
Автор

Does RISC V bring with it a potential for cross platform implementaions of softwares and programs? So we write a piece of code (in C/C++ lets say) and it can run on any OS/kernel? Because that would be sick. But sad case for Java developers though, because that language would become obsolete imo.

regal_
Автор

The problem with people being able to add their own instructions is that the "standard" will disintegrate into dozens of "standards". That may not matter for embedded applications, but it will never be able to drive a PC, where software houses expect to be able to develop for a standard, and mostly unchanging, architecture.

lesliedellow
Автор

HarveyOS and HelenOS may be the next Linux story. Microkernels were catching on just when Linux ate everything in the 90s.

crhu
Автор

Reduced instruction set, says adding more instructions is totally fine. Pick one?

rallokkcaz