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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Intel Continues Prepping the Linux Kernel for X86S

15 点作者 jzelinskie大约 1 年前

4 条评论

hyperman1大约 1 年前
I try to understand what stays and goes. I read this:<p><a href="https:&#x2F;&#x2F;www.intel.com&#x2F;content&#x2F;www&#x2F;us&#x2F;en&#x2F;developer&#x2F;articles&#x2F;technical&#x2F;envisioning-future-simplified-architecture.html" rel="nofollow">https:&#x2F;&#x2F;www.intel.com&#x2F;content&#x2F;www&#x2F;us&#x2F;en&#x2F;developer&#x2F;articles&#x2F;t...</a><p>So all 16 bit goes away. 32 bit is still possible, but only in user mode. The OS is always 64bit. 32bit style segmentation goes. Insb&#x2F;outsb goes.<p>This doesn&#x27;t seem so bad. 16 bit is almost always in emulators anyway. 32 bit user code can stay. Presumably OS page table magic can hide segment registers missing. We need to upgrade the OS, but user mode won&#x27;t take much of a hit.<p>I wonder how much they gain in practice. Probably a huge simplification in speed critical address calculation.<p>Can&#x27;t see them gain much by dropping ins&#x2F;outs, but they probably won&#x27;t be missed much anyway.<p>I notice A20 already went away in 2008. Never noticed it go, it only caused misery.
lproven大约 1 年前
FWIW I tried to explain the background and context, including the now-forgotten 80376 CPU, when this was proposed last May.<p><a href="https:&#x2F;&#x2F;www.theregister.com&#x2F;2023&#x2F;05&#x2F;25&#x2F;intel_proposes_dropping_16_bit_mode&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.theregister.com&#x2F;2023&#x2F;05&#x2F;25&#x2F;intel_proposes_droppi...</a><p>Yes. 80376, not 80386. Not a typo.
docandrew大约 1 年前
Hopefully this comes to fruition (with AMD on board too). I wonder if it might spur some more hobbyist OS research.
评论 #39687115 未加载
voxadam大约 1 年前
Previousy: Intel Explores Transition to 64-Bit-Only X86S Architecture | 159 points | 9 months ago | 143 comments | <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36013257">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=36013257</a>