Live data from Hacker News

Lots of bugs in 32-bit x86 Linux entry code

lwn.net

1–10 of 110 posts

Re: Lots of bugs in 32-bit x86 Linux entry code

#6

Maybe 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

#8

Maybe 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...

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

#10

Maybe 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...

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.
Post reply on HN