TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

The Kernel Programming Language

2 点作者 tinyspacewizard超过 2 年前

1 comment

sylware超过 2 年前
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).