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.

Intel Continues Prepping the Linux Kernel for X86S

15 pointsby jzelinskieabout 1 year ago

4 comments

hyperman1about 1 year ago
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.
lprovenabout 1 year ago
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.
docandrewabout 1 year ago
Hopefully this comes to fruition (with AMD on board too). I wonder if it might spur some more hobbyist OS research.
评论 #39687115 未加载
voxadamabout 1 year ago
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>