TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

The Kernel Programming Language

2 pointsby tinyspacewizardover 2 years ago

1 comment

sylwareover 2 years ago
If RISC-V is a success, we are talking about a kernel coded using risc-v assembly (with a conservative usage of a preprocessor and maybe simple code generators written in assembly themselves or using a high level language which interpreter is written in assembly).<p>Not to mention that it seems porting from one modern ISA to another, is not that hard.<p>On the long run, that means no planned obsolescence anymore from the ISO C syntax and gcc extensions (you know _that_ extension you now need to compile linux... which was added to gcc 2 weeks ago).