treehouse.systems is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community of friends mostly surviving in the technology industry. If you sign up, please provide a Twitter, GitHub, or personal blog or website link for us to get to know you better.

Administered by:

Server stats:

526
active users

Jules Enriquez

Proposing a 64-bit only x86 arch (tentatively x86-S) is all well and good, but wow Intel still hasn't gotten over AMD creating 64-bit x86 (AMD64/x86-64):
intel.com/content/www/us/en/de

Since its introduction over 20 years ago, the Intel® 64 architecture became the dominant operating mode.

No, the 64-bit architecture Intel introduced was Itanium (IA-64). That was also jointly developed by HP, based on their PA-RISC arch. It crashed and burned.

This is admittedly rather minor, but it irritates me to an almost irrational degree.

IntelEnvisioning a Simplified Intel® ArchitectureIntel investigated architectural enhancements and modifications for a 64-bit mode-only architecture.
skategoat 🐐 🇵🇸
Public

@win8linux amd64s

Caroline Bell :verifiedtrans:
Public

@win8linux What does the end-user get out of removing 16 and 32-bit modes from the x86 architecture? Lack of backward compatibility? More need for emulation?

LisPi
Public

@halotroop2288 @win8linux Vaguely more need.

trillian
Public

@win8linux i also love how on the timeline they put x86-64 at 2004, even though amd's 64bit cpus launched in 2003

Nasado
Public

@win8linux even less important but the hell is going on with "using 5-level pages requires disabling paging"? it sounds like they're saying "to do this thing, simply don't"

Emil Lauridsen
Public

@nasado @win8linux I believe that's referring to the eldrich wizardry that is configuring paging mode on x86. I'm not up to speed on 5-level paging exactly, but you might need to downgrade from 4-level paging to segmentation and then upgrade to 5-level paging from there.

Tommy Thorn
Public

@win8linux Pretty much agree, but one iota: I can't agree with EPIC being "based on PA-RISC". There's basically nothing in common and the basic principle is vastly different. Maybe you could elaborate why you think it's the case?

Christian Berger DECT 9314
Public

@win8linux While that would be no problem on Linux and the BSDs, there are still people running legacy systems like Windows. You need "real mode" for Windows applications to run, and 32 bit protected mode for most of the Windows NT applications. Native 64 bit applications for Windows exist, but are rare.