Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Insider News
  4. Intel proposes X86-S instruction set with partial removal of 16 and 32bit features

Intel proposes X86-S instruction set with partial removal of 16 and 32bit features

Scheduled Pinned Locked Moved The Insider News
questioncomarchitectureannouncement
18 Posts 6 Posters 4 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Dan Neely

    [Phoronix](https://www.phoronix.com/news/Intel-X86-S-64-bit-Only):

    Among Intel's expressed benefits for a 64-bit mode-only architecture is removing ring 1 and 2, dropping 16-bit addressing support, eliminating ring 3 I/O port accesses and the string port I/O, simplified segmentation model, and removing some unused operating system bits. Under this proposal, those wanting to run legacy 32-bit operating systems would have to rely on virtualization. To further clarify, 32-bit x86 user-space software would continue to work on modern 64-bit operating systems with X86-S.

    The biggest question I have at this point is how much die area and microcode space would this actually save.

    Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius

    D Offline
    D Offline
    Daniel Pfeffer
    wrote on last edited by
    #2

    I don't know how much die area or microcode space it would save (has the 16-bit 80x86 microcode changed since the 80286?), but it would eliminate a large number of states and operations that must today be verified in any regression tests for new CPUs. These CPUs would presumably be unsuitable for running 16-bit code (unless the hypervisor provides full emulation), but how many of us actually do so, these days? If Intel can reduce costs by redesigning the chip in a way that 99% of us won't notice - go for it!

    Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

    1 Reply Last reply
    0
    • D Dan Neely

      [Phoronix](https://www.phoronix.com/news/Intel-X86-S-64-bit-Only):

      Among Intel's expressed benefits for a 64-bit mode-only architecture is removing ring 1 and 2, dropping 16-bit addressing support, eliminating ring 3 I/O port accesses and the string port I/O, simplified segmentation model, and removing some unused operating system bits. Under this proposal, those wanting to run legacy 32-bit operating systems would have to rely on virtualization. To further clarify, 32-bit x86 user-space software would continue to work on modern 64-bit operating systems with X86-S.

      The biggest question I have at this point is how much die area and microcode space would this actually save.

      Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius

      S Offline
      S Offline
      Shao Voon Wong
      wrote on last edited by
      #3

      Intel might as well remove the 32-bit instructions to save more die area and give us more processor cores. 64-bit Linux does not allow running of 32-bit applications.

      O 1 Reply Last reply
      0
      • S Shao Voon Wong

        Intel might as well remove the 32-bit instructions to save more die area and give us more processor cores. 64-bit Linux does not allow running of 32-bit applications.

        O Offline
        O Offline
        obermd
        wrote on last edited by
        #4

        64-bit Windows does allow 32-bit applications. There are a lot of 32-bit applications still running on Windows desktops. What there aren't running is 16-bit applications.

        P 1 Reply Last reply
        0
        • D Dan Neely

          [Phoronix](https://www.phoronix.com/news/Intel-X86-S-64-bit-Only):

          Among Intel's expressed benefits for a 64-bit mode-only architecture is removing ring 1 and 2, dropping 16-bit addressing support, eliminating ring 3 I/O port accesses and the string port I/O, simplified segmentation model, and removing some unused operating system bits. Under this proposal, those wanting to run legacy 32-bit operating systems would have to rely on virtualization. To further clarify, 32-bit x86 user-space software would continue to work on modern 64-bit operating systems with X86-S.

          The biggest question I have at this point is how much die area and microcode space would this actually save.

          Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius

          O Offline
          O Offline
          obermd
          wrote on last edited by
          #5

          I read Intel's white paper on this change. The impacts are as follows: - No more starting the processor in real mode and then shifting to protected mode before OS loading. Instead, the processor starts in protected mode. - Elimination of original X86 level machine instructions. To my knowledge no 64-bit OS supports 16-bit applications. - Elimination/streamlining of some exceptions, including stack overflow and underflow. These will still be checked for but won't be separate exceptions. - 32-bit code will still be supported via virtualization. This will be hardware level support, including the IA32 instruction set, so there is minimal performance impact. - Improved processor level security by eliminating attack surface and simplifying the hardware design. - Near complete elimination of the segment:offset addressing scheme. This scheme will still be there but will require OS level calls to change the segment register. For applications this will result in a flat address space. - Will require a 64-bit OS.

          R 1 Reply Last reply
          0
          • D Dan Neely

            [Phoronix](https://www.phoronix.com/news/Intel-X86-S-64-bit-Only):

            Among Intel's expressed benefits for a 64-bit mode-only architecture is removing ring 1 and 2, dropping 16-bit addressing support, eliminating ring 3 I/O port accesses and the string port I/O, simplified segmentation model, and removing some unused operating system bits. Under this proposal, those wanting to run legacy 32-bit operating systems would have to rely on virtualization. To further clarify, 32-bit x86 user-space software would continue to work on modern 64-bit operating systems with X86-S.

            The biggest question I have at this point is how much die area and microcode space would this actually save.

            Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius

            P Offline
            P Offline
            PIEBALDconsult
            wrote on last edited by
            #6

            "When they came for the 16-bitness I said nothing, for I did not use 16-bit code..."

            1 Reply Last reply
            0
            • O obermd

              64-bit Windows does allow 32-bit applications. There are a lot of 32-bit applications still running on Windows desktops. What there aren't running is 16-bit applications.

              P Offline
              P Offline
              PIEBALDconsult
              wrote on last edited by
              #7

              Is that why Turbo BASIC won't run on Win 10? ;P

              O 1 Reply Last reply
              0
              • D Dan Neely

                [Phoronix](https://www.phoronix.com/news/Intel-X86-S-64-bit-Only):

                Among Intel's expressed benefits for a 64-bit mode-only architecture is removing ring 1 and 2, dropping 16-bit addressing support, eliminating ring 3 I/O port accesses and the string port I/O, simplified segmentation model, and removing some unused operating system bits. Under this proposal, those wanting to run legacy 32-bit operating systems would have to rely on virtualization. To further clarify, 32-bit x86 user-space software would continue to work on modern 64-bit operating systems with X86-S.

                The biggest question I have at this point is how much die area and microcode space would this actually save.

                Did you ever see history portrayed as an old man with a wise brow and pulseless heart, weighing all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius

                P Offline
                P Offline
                PIEBALDconsult
                wrote on last edited by
                #8

                Wondering how that might affect the effort to port OpenVMS to X86...

                O 1 Reply Last reply
                0
                • O obermd

                  I read Intel's white paper on this change. The impacts are as follows: - No more starting the processor in real mode and then shifting to protected mode before OS loading. Instead, the processor starts in protected mode. - Elimination of original X86 level machine instructions. To my knowledge no 64-bit OS supports 16-bit applications. - Elimination/streamlining of some exceptions, including stack overflow and underflow. These will still be checked for but won't be separate exceptions. - 32-bit code will still be supported via virtualization. This will be hardware level support, including the IA32 instruction set, so there is minimal performance impact. - Improved processor level security by eliminating attack surface and simplifying the hardware design. - Near complete elimination of the segment:offset addressing scheme. This scheme will still be there but will require OS level calls to change the segment register. For applications this will result in a flat address space. - Will require a 64-bit OS.

                  R Offline
                  R Offline
                  Rick York
                  wrote on last edited by
                  #9

                  I wonder how frequently used the IA-32 instruction set is. It seems that removing it would save even more silicon real estate.

                  "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                  D O 2 Replies Last reply
                  0
                  • R Rick York

                    I wonder how frequently used the IA-32 instruction set is. It seems that removing it would save even more silicon real estate.

                    "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                    D Offline
                    D Offline
                    Daniel Pfeffer
                    wrote on last edited by
                    #10

                    There are still plenty of 32-bit applications out there (at least in the Windows world).

                    Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                    R 1 Reply Last reply
                    0
                    • D Daniel Pfeffer

                      There are still plenty of 32-bit applications out there (at least in the Windows world).

                      Freedom is the freedom to say that two plus two make four. If that is granted, all else follows. -- 6079 Smith W.

                      R Offline
                      R Offline
                      Rick York
                      wrote on last edited by
                      #11

                      I was mistaken. I thought IA-32 referred to the Itanium's instruction set but it is their term for the thirty-bit version of X86 instructions.

                      "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                      1 Reply Last reply
                      0
                      • P PIEBALDconsult

                        Is that why Turbo BASIC won't run on Win 10? ;P

                        O Offline
                        O Offline
                        obermd
                        wrote on last edited by
                        #12

                        Is Turbo Basic a 16 bit program? If so it won't run on any 64 bit version of Windows, include XP 64, Vista 64, 7 64, 8.x 64, or any of the 64 bit versions of Windows Server. Microsoft expressly depreciated 16 bit applications for 64 bit Windows.

                        1 Reply Last reply
                        0
                        • R Rick York

                          I wonder how frequently used the IA-32 instruction set is. It seems that removing it would save even more silicon real estate.

                          "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                          O Offline
                          O Offline
                          obermd
                          wrote on last edited by
                          #13

                          On workstations, there is a lot of legacy IA-32 code, including all versions of Visual Studio prior to VS 2022. Not so much on the server side anymore.

                          R 1 Reply Last reply
                          0
                          • P PIEBALDconsult

                            Wondering how that might affect the effort to port OpenVMS to X86...

                            O Offline
                            O Offline
                            obermd
                            wrote on last edited by
                            #14

                            I think it would simplify the VMS port since the OS won't have to deal with 32 bit code. Remember, VMS is a 64 bit OS.

                            P 1 Reply Last reply
                            0
                            • O obermd

                              On workstations, there is a lot of legacy IA-32 code, including all versions of Visual Studio prior to VS 2022. Not so much on the server side anymore.

                              R Offline
                              R Offline
                              Rick York
                              wrote on last edited by
                              #15

                              As I wrote,

                              Quote:

                              I was mistaken. I thought IA-32 referred to the Itanium's instruction set but it is their term for the thirty-bit version of X86 instructions.

                              "They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"

                              1 Reply Last reply
                              0
                              • O obermd

                                I think it would simplify the VMS port since the OS won't have to deal with 32 bit code. Remember, VMS is a 64 bit OS.

                                P Offline
                                P Offline
                                PIEBALDconsult
                                wrote on last edited by
                                #16

                                Well, most likely this version will be of course, but I have this MicroVAX... :cool:

                                O 1 Reply Last reply
                                0
                                • P PIEBALDconsult

                                  Well, most likely this version will be of course, but I have this MicroVAX... :cool:

                                  O Offline
                                  O Offline
                                  obermd
                                  wrote on last edited by
                                  #17

                                  I'm jealous. Loved VMS.

                                  P 1 Reply Last reply
                                  0
                                  • O obermd

                                    I'm jealous. Loved VMS.

                                    P Offline
                                    P Offline
                                    PIEBALDconsult
                                    wrote on last edited by
                                    #18

                                    I just received an E-mail announcing that the X86-64 port of OpenVMS is ready for people to try it out. I may have to look into the system requirements.

                                    1 Reply Last reply
                                    0
                                    Reply
                                    • Reply as topic
                                    Log in to reply
                                    • Oldest to Newest
                                    • Newest to Oldest
                                    • Most Votes


                                    • Login

                                    • Don't have an account? Register

                                    • Login or register to search.
                                    • First post
                                      Last post
                                    0
                                    • Categories
                                    • Recent
                                    • Tags
                                    • Popular
                                    • World
                                    • Users
                                    • Groups