Earlier quoted context omitted.
No, that's the i386 architecture, which is still well supported AFAICT. x86_32 is a funny architecture that requires 64 bit chips but uses 32 bit pointers. http://www.h-online.com/open/features/Kernel-Log-x32-ABI-get...
Your comment should be the top comment. I had no clue i386 and x86_32 where different. I though the article was saying 32bit linux is broken.... but no some strange "alternative" mode on linux is broken.... who cares.
Lots of bugs in 32-bit x86 Linux entry code
11–20 of 110 posts
Re: Lots of bugs in 32-bit x86 Linux entry code
#12Earlier quoted context omitted.
There were 32-bit netbooks being sold the last time I looked in 2015.
Jesus was closer to dinosaur times than we are to 2015.
Re: Lots of bugs in 32-bit x86 Linux entry code
#13Re: Lots of bugs in 32-bit x86 Linux entry code
#14> And the developers in question should have an appropriate degree of nostalgic adoration of segments, gates, and other delights from the i386 era.
Re: Lots of bugs in 32-bit x86 Linux entry code
#15Earlier quoted context omitted.
No, that's the i386 architecture, which is still well supported AFAICT. x86_32 is a funny architecture that requires 64 bit chips but uses 32 bit pointers. http://www.h-online.com/open/features/Kernel-Log-x32-ABI-get...
No, that’s “x32”. “x86_32” is not an official name for anything, but based on the contents of the post, I believe Andy Lutomirski is using it to refer to 32-bit x86, aka i386.
Re: Lots of bugs in 32-bit x86 Linux entry code
#16I remember being an early adopter of 64-bit Linux with my Athlon64 back in the day. Lots of stuff was broken and I got a lot of debate on whether it was any faster or worthwhile at all. It's really cool to see the technology curve go full circle.
Althlon64 was a swift kick in the nuts for Intel, but AMD really didn't followup until Ryzen. I wonder if they're going to stick around and fight this time.
Re: Lots of bugs in 32-bit x86 Linux entry code
#17Earlier quoted context omitted.
No, that’s “x32”. “x86_32” is not an official name for anything, but based on the contents of the post, I believe Andy Lutomirski is using it to refer to 32-bit x86, aka i386.
And I believe he meant i686. Latest Intel CPU's with 32bit pointers.
Re: Lots of bugs in 32-bit x86 Linux entry code
#18:)
Re: Lots of bugs in 32-bit x86 Linux entry code
#19Maybe because nobody uses 32-bit x86 anymore?
No, that's the i386 architecture, which is still well supported AFAICT. x86_32 is a funny architecture that requires 64 bit chips but uses 32 bit pointers. http://www.h-online.com/open/features/Kernel-Log-x32-ABI-get...
Re: Lots of bugs in 32-bit x86 Linux entry code
#20They are still building i386 packages for use on 64-bit kernels, for the sake of precompiled 32-bit software (games etc). That's scenario B from Simon McVittie's reply in this thread, and it sounds like that's not affected.