Results 1 to 8 of 8

Thread: News - It’s official: the next Windows will support ARM

  1. #1
    HEXUS.admin
    Join Date
    Apr 2005
    Posts
    31,709
    Thanks
    0
    Thanked
    2,073 times in 719 posts

    News - It’s official: the next Windows will support ARM

    Microsoft has bowed to the inevitable and will finally support the ARM instruction set on full Windows.
    Read more.

  2. #2
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: News - It’s official: the next Windows will support ARM

    And its the windows tablet stratergy.
    throw new ArgumentException (String, String, Exception)

  3. #3
    Registered+
    Join Date
    Aug 2007
    Location
    Dundee
    Posts
    21
    Thanks
    0
    Thanked
    2 times in 2 posts

    Re: News - It’s official: the next Windows will support ARM

    I'm just thinking if it will be full desktop version or just tablet one that will not support all the software for "normal" Windows due to lack of x86 instructions.
    If Microsoft will end up creating the software x86 instruction emulator then ARM might not have enough power to run it.

  4. #4
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: News - It’s official: the next Windows will support ARM

    Well yes and no.

    If you've programmed it in .Net then it will run on it surely? If you've programed it in Java... haha no one does that any more.

    The thing is, this could be bad news for intel. The Revo PC type machines which can be had for <£140 excluding a monitor but everything else. They might just get that little bit cheaper without any intel costs and just a SoC.
    throw new ArgumentException (String, String, Exception)

  5. #5
    Not a good person scaryjim's Avatar
    Join Date
    Jan 2009
    Location
    Gateshead
    Posts
    15,196
    Thanks
    1,231
    Thanked
    2,291 times in 1,874 posts
    • scaryjim's system
      • Motherboard:
      • Dell Inspiron
      • CPU:
      • Core i5 8250U
      • Memory:
      • 2x 4GB DDR4 2666
      • Storage:
      • 128GB M.2 SSD + 1TB HDD
      • Graphics card(s):
      • Radeon R5 230
      • PSU:
      • Battery/Dell brick
      • Case:
      • Dell Inspiron 5570
      • Operating System:
      • Windows 10
      • Monitor(s):
      • 15" 1080p laptop panel

    Re: News - It’s official: the next Windows will support ARM

    Quote Originally Posted by Aisalem View Post
    I'm just thinking if it will be full desktop version or just tablet one that will not support all the software for "normal" Windows due to lack of x86 instructions.
    The article suggests it'll be the full desktop version. How they'll handle code compilation between ARM and x86 versions is anyone's guess (although, as TheAnimus says, if you've developed in .NET it shouldn't be a problem, so I guess it'll be another boost to the .NET framework... ).

  6. #6
    Senior Member
    Join Date
    Aug 2008
    Posts
    1,894
    Thanks
    92
    Thanked
    84 times in 64 posts
    • miniyazz's system
      • CPU:
      • Acer Aspire 8920G
      • Operating System:
      • Windows 7 Pro
      • Monitor(s):
      • Optoma HD700X projector @ c. 90"
      • Internet:
      • Really, really ****

    Re: News - It’s official: the next Windows will support ARM

    Not until Win8 is released though, obviously, so a long time for hardware/software to develop!

  7. #7
    Lovely chap dangel's Avatar
    Join Date
    Aug 2005
    Location
    Cambridge, UK
    Posts
    8,398
    Thanks
    412
    Thanked
    459 times in 334 posts
    • dangel's system
      • Motherboard:
      • See My Sig
      • CPU:
      • See My Sig
      • Memory:
      • See My Sig
      • Storage:
      • See My Sig
      • Graphics card(s):
      • See My Sig
      • PSU:
      • See My Sig
      • Case:
      • See My Sig
      • Operating System:
      • Windows 10
      • Monitor(s):
      • See My Sig
      • Internet:
      • 60mbit Sky LLU

    Re: News - It’s official: the next Windows will support ARM

    Quote Originally Posted by scaryjim View Post
    The article suggests it'll be the full desktop version. How they'll handle code compilation between ARM and x86 versions is anyone's guess (although, as TheAnimus says, if you've developed in .NET it shouldn't be a problem, so I guess it'll be another boost to the .NET framework... ).
    There's nothing exclusive about .NET that makes it a must - that it doesn't really 'compile' to machine native code gives it an edge but already as a Windows developer you can write programs and simply recompile them for different architectures. For example a Win32 program or even an MFC one have support on Win CE and this needn't be any different. All MS really need to provide is the same Win32 API and the same set of frameworks (be they .NET or MFC) on the ARM platform and developers can pretty much just recompile binaries. In fact it could end up being easier if ARM has fuller implementations than CE did (compact .NET, Win32 and MFC were all reduced). MS aren't adopting the WP7 strategy - a silverlight (or .NET) layer on top of the OS core here (or so it seems) so I'm assuming they'll try and offer a 'full' platform implementation. In fact, they'll need to because very little of their own software is written in .NET in reality (Win7 and Office appears to be entirely bereft of it).

    This leads me onto my big bugbear with MS at the moment - their overall developer strategy is muddy to say the least - Silverlight versus WPF, Direct2D floating around (completely unmanaged, doesn't have a framework or common controls set using it) as a GDI replacement (a very good one) and that's all before we get to a three platform strategy - WP7, Win7/8 and now Win8 SOC (ARM). That's not a big problem so long as they keep the latter two as close as possible. If I can fire up VS2011 and hit F7 and punch out two binaries with no effort for SOC and x86 then no big deal, but the elephant in the room is the UI which for tablets has to be very different. It'll be interesting to see quite how this will be tackled and at what level (and for which technologies - .NET? Win32? Common Controls?).

    All that said, f'me they're doing Windows on ARM!!!! YAY! I'm amazed and quite excited tbh - MS seem to be doing some very solid work of late..
    Crosshair VIII Hero (WIFI), 3900x, 32GB DDR4, Many SSDs, EVGA FTW3 3090, Ethoo 719


  8. #8
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: News - It’s official: the next Windows will support ARM

    Well I'd definately say that WPF or Silverlight are much better for tablet dev than HTML5, its one of the funny jokes I find that people believe jobs/balmer when they say they back it. They sure do, just as the poor mans choice.

    The APIs for multi-touch etc are better in the world of WPF/WPFe.
    throw new ArgumentException (String, String, Exception)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 123
    Last Post: 19-11-2015, 10:22 PM
  2. The Windows TV and/or Remote Control my PC thread
    By badass in forum PC Hardware and Components
    Replies: 17
    Last Post: 20-10-2009, 01:14 PM
  3. Windows 7 RTM
    By Singh400 in forum Software
    Replies: 167
    Last Post: 24-08-2009, 12:29 AM
  4. Replies: 11
    Last Post: 14-07-2009, 10:41 AM
  5. On Windows 7
    By Paul Adams in forum Software
    Replies: 1
    Last Post: 01-06-2009, 11:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •