Windows for ARM ... PB for ARM ?

Everything else that doesn't fall into one of the other PB categories.
User avatar
USCode
Addict
Addict
Posts: 912
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle, USA

Windows for ARM ... PB for ARM ?

Post by USCode »

"At CES next month, Microsoft will reportedly unveil a full-featured version of Windows that runs on ARM processors--a big departure from the x86 architecture."
http://news.cnet.com/8301-10805_3-20026344-75.html

Would a Windows version of PB for ARM be of interest anyone?
User avatar
dhouston
Enthusiast
Enthusiast
Posts: 430
Joined: Tue Aug 21, 2007 2:44 pm
Location: USA (Cincinnati)
Contact:

Re: Windows for ARM ... PB for ARM ?

Post by dhouston »

...sources familiar with Microsoft's plans said this version of Windows will continue to work on x86 processors
The above quote from the referenced article may make such an eventuality (i.e PB for ARM) much more likely.
http://davehouston.org
Mac Mini (Intel) 10.6.8 - iMac G4 (PPC) 10.4.11
Dell Dimension 2400 W98SE,W2K,XP,Vista,W7,Debian,Ubuntu,Kubuntu,Xubuntu,Fedora,Mandriva,Mint
(on swappable HDDs)
Vizio VTAB1008 - Android 3.1
MK808 miniAndroidPC (Android 4.1)
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: Windows for ARM ... PB for ARM ?

Post by IdeasVacuum »

It would potentially be of great interest to those working on single board computers.

http://www.purebasic.fr/english/viewtop ... 15&t=44516
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
Thorium
Addict
Addict
Posts: 1271
Joined: Sat Aug 15, 2009 6:59 pm

Re: Windows for ARM ... PB for ARM ?

Post by Thorium »

USCode wrote: Would a Windows version of PB for ARM be of interest anyone?
Yes, but a Linux ARM version of PB would be even much more interesting. As there are a ton of devices out there that run Linux.
Last edited by Thorium on Thu Dec 23, 2010 1:34 am, edited 1 time in total.
User avatar
USCode
Addict
Addict
Posts: 912
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle, USA

Re: Windows for ARM ... PB for ARM ?

Post by USCode »

If I understand what Fred has stated in the past about the modular nature of PB, supporting additional architectures is not trivial but very do-able.
User avatar
leonhardt
Enthusiast
Enthusiast
Posts: 220
Joined: Wed Dec 23, 2009 3:26 pm

Re: Windows for ARM ... PB for ARM ?

Post by leonhardt »

USCode wrote:"At CES next month, Microsoft will reportedly unveil a full-featured version of Windows that runs on ARM processors--a big departure from the x86 architecture."
http://news.cnet.com/8301-10805_3-20026344-75.html

Would a Windows version of PB for ARM be of interest anyone?
I think so,because in general every language just call win API in the end,except ASM,if the API support it,PB support it .it seems PB's libs are written in VC,which calls API?
poor English...

PureBasic & Delphi & VBA
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6161
Joined: Sat May 17, 2003 11:31 am
Contact:

Re: Windows for ARM ... PB for ARM ?

Post by blueznl »

It's all irrelevant. If Fred & Co decide to support it, it will happen. If they decide against it, it won't.

I guess they only would dig in if the (commercial) opportunity is big enough. It makes me wonder though... Are all those new tablets created equal, ie. are they all using the same Arm processors, or is there a multitude of different CPU's around?
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Thorium
Addict
Addict
Posts: 1271
Joined: Sat Aug 15, 2009 6:59 pm

Re: Windows for ARM ... PB for ARM ?

Post by Thorium »

leonhardt wrote: I think so,because in general every language just call win API in the end,except ASM,if the API support it,PB support it .it seems PB's libs are written in VC,which calls API?
It's not that easy.
The compiler need to be rewritten to generate ARM code.

btw: You can call API functions in ASM like in any other language. And code is not just API calls.
blueznl wrote: Are all those new tablets created equal, ie. are they all using the same Arm processors, or is there a multitude of different CPU's around?
They are not using the same processors. But there are only 2 mainly used architectures: ARM and MIPS and you can skip MIPS because it's only used in some gaming handhelds. Most smartphones, tablets and some gaming handhelds use CPU's with ARM instruction set.
User avatar
the.weavster
Addict
Addict
Posts: 1537
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Windows for ARM ... PB for ARM ?

Post by the.weavster »

Thorium wrote:
USCode wrote: Would a Windows version of PB for ARM be of interest anyone?
Yes, but a Linux ARM version of PB would be even much more interesting. As there are a ton of devices out there that run Linux.
I'd pay double the current license fee for PB for Symbian and/or Android :wink:
DarkDragon
Addict
Addict
Posts: 2228
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: Windows for ARM ... PB for ARM ?

Post by DarkDragon »

Thorium wrote:They are not using the same processors. But there are only 2 mainly used architectures: ARM and MIPS and you can skip MIPS because it's only used in some gaming handhelds.
I've also seen MIPS in a netbook.
bye,
Daniel
User avatar
USCode
Addict
Addict
Posts: 912
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle, USA

Re: Windows for ARM ... PB for ARM ?

Post by USCode »

Confirmed: http://news.yahoo.com/s/ap/20110106/ap_ ... soft_chips
"Microsoft Corp. confirmed Wednesday that it is developing a version of its main Windows operating system that will run on cell phone chips, providing an alternative for the first time in many years to the chips based on Intel technology."
smishra
User
User
Posts: 70
Joined: Tue Jun 06, 2006 3:39 pm
Location: Maryland US

Re: Windows for ARM ... PB for ARM ?

Post by smishra »

I would second that. I would gladly pay double the license fee for PB on ARM.

I will pay even more if the compiler can be used to target OS less environments. I do a lot of development of on embedded hardware and it would be nice to have access to PB libraries and commands.
smishra
User
User
Posts: 70
Joined: Tue Jun 06, 2006 3:39 pm
Location: Maryland US

Re: Windows for ARM ... PB for ARM ?

Post by smishra »

I would like to add:

The dominant computing platform, in terms of usage, may pretty soon be smartphones. It would be great if we can expand to that.

Mark Sibly is about to release a follow on to BlitzMax, BlitzMax2 or BMX2. BMX2 supposedly runs everywhere. It does only 2D graphics, but it is an indicator of the trend.
User avatar
USCode
Addict
Addict
Posts: 912
Joined: Wed Mar 24, 2004 11:04 pm
Location: Seattle, USA

Re: Windows for ARM ... PB for ARM ?

Post by USCode »

Would the fact that Microsoft is working to port Windows to ARM and that this is available: http://arm.flatassembler.net/ make creating a version of PB for ARM for Windows any more likely?
Thorium
Addict
Addict
Posts: 1271
Joined: Sat Aug 15, 2009 6:59 pm

Re: Windows for ARM ... PB for ARM ?

Post by Thorium »

USCode wrote:Would the fact that Microsoft is working to port Windows to ARM and that this is available: http://arm.flatassembler.net/ make creating a version of PB for ARM for Windows any more likely?
I dont think so.
Post Reply