Ciao,
Io non parlo Italiano, ma grazie mille per la donazione. Si, è meglio aggiungere un po 'di vita al forum.
Sai como escrivere codice?
Search found 129 matches
- Mon Jun 17, 2013 7:28 am
- Forum: Italian
- Topic: Ciao a tutti
- Replies: 5
- Views: 14356
- Sat Jun 15, 2013 7:47 am
- Forum: Development Help
- Topic: How to build for arm?
- Replies: 23
- Views: 26955
Re: How to build for arm?
What version can be run on mobile / tablets? Every few weeks, someone arrives on the ReactOS website to ask if ReactOS can run on ARM. The answer given is "NO". After that, the person fades away into the cosmos, until...a few weeks later...another person arrives at the ReactOS website to ...
- Wed Jun 05, 2013 9:58 pm
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
Re: ARM MMU Support For ReactOS
I am glad you found this. This makes it more clear where people are getting their thoughts. I would like to to state first, that what the text of the Boot Section says, is highly misleading. It implies that ARMv5 and ARMv4 cores have an MMU that is incompatible with ReactOS/Windows requirements, and...
- Mon Jun 03, 2013 11:02 pm
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
Re: ARM MMU Support For ReactOS
The lack of an answer should tell you this: You need to find out yourself I am not being facetious when I say that this answers, by far , a lot more constructive than someone (not you) mumbling something about it not being possible because the CPU lacks atomic synchro primitives . Perhaps that shou...
- Mon Jun 03, 2013 10:53 pm
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
Re: ARM MMU Support For ReactOS
Let us ask a simple, relevant question:
Is this CPU in the Raspberry Pi capable of running ReactOS, natively?
This a question that has a simple YES/NO answer.
What is the answer?
Is this CPU in the Raspberry Pi capable of running ReactOS, natively?
This a question that has a simple YES/NO answer.
What is the answer?
- Mon Jun 03, 2013 8:37 pm
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
Re: ARM MMU Support For ReactOS
Windows CE is not an NT kernel. What it supports/needs has no relevance to what NT supports/needs These two OS's have different names, but the humans (you know, the hairy people who walk around on two legs)...some of the humans who developed the Windows NT kernel are the same humans who developed t...
- Mon Jun 03, 2013 7:12 pm
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
Re: ARM MMU Support For ReactOS
PS: I think my injudicious talking actually changed this thread's main topic, so I apologize to everyone following this thread. So let's talk about something related. Someone said above that ARMv6's synchronous methods are not suitable for ReactOS, so what kind of synchronous methods is needed for ...
- Sun Jun 02, 2013 8:13 pm
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
Re: ARM MMU Support For ReactOS
That is what I worried about. On the ARM platform, Microsoft decided not using Win32 API, instead they invented WinRT API. And now Microsoft do not show any interest on exposing Win32 API to the ARM platform. If we exposes Win32 API to ARM platform, that will generate binary incompatibility with Wi...
- Sun Jun 02, 2013 8:01 pm
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
Re: ARM MMU Support For ReactOS
Question is, if we do not follow them, we should develop a custom mechanism to support desktop apps on ARM, that means we have to break the compatibility with Windows because Windows itself do not have such a mechanism on ARM( documented and official-support ), it only has the public WinRT API. Rea...
- Sun Jun 02, 2013 7:57 am
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
Re: ARM MMU Support For ReactOS
I will address some of your points: why Microsoft won't port Big Windows to cheap ARM SoCs could be realized easily Microsoft has already ported Big Windows to cheap ARM SoC's. If you remove the layer of fat that they added to get Windows RT, you will get Windows 8, and in particular, the Windows NT...
- Sat Jun 01, 2013 10:26 pm
- Forum: Support
- Topic: internet browser in live cd
- Replies: 7
- Views: 10114
Re: internet browser in live cd
There is a shitty internet explorer clone in c:/program files/internet explorer. Alternative you can install a browser with Reactos application manager. I had the same problem as mohamed_nor_eldin . I wanted to use a browser with LiveCD, but could not find one. I tried accessing ReactOS Application...
- Sat Jun 01, 2013 8:59 pm
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
Re: ARM MMU Support For ReactOS
1. There are ARM CPUs which don't have a MMU Yeah, sure, like there are some Pentium processors that don't support SSE , etc. What surprised me in the claims about ARM was that Microsoft had been running a dual-level demand-paged OS on major ARM cores at least since 2000. Even in the early versions...
- Fri May 31, 2013 10:03 pm
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
Re: ARM MMU Support For ReactOS
No developer has ever claimed that ARM does not have an MMU. I never said, "developer". I said fellow ReactOS'ers. Here is one email message from the ROS-dev list (author's removed - does not really matter): > Before you put too much hope on it, ReactOS needs a Memory Managing > Unit (bas...
- Fri May 31, 2013 9:17 pm
- Forum: General Discussion and Feedback
- Topic: ARM MMU Support For ReactOS
- Replies: 28
- Views: 12503
ARM MMU Support For ReactOS
I had an enjoyable and lively discussion with some fellow ReactOSer's last night. During that discussion, the matter of whether ARM could support ReactOS was broached, yet again. There was also a couple of emails in the ROS-Dev mailing list about this topic. Some in the past have casually implied th...
- Wed May 29, 2013 7:33 am
- Forum: Development Help
- Topic: MIDL.EXE Barfs On PSDK .IDL files.
- Replies: 1
- Views: 5304
Re: MIDL.EXE Barfs On PSDK .IDL files.
Problem solved.
I talked to Amine and Hermès and learned that WIDL.EXE is used instead of MIDL.EXE for all .IDL builds in ReactOS, giving that the .IDL syntax expected by each, diverged some time ago. In general, .IDL code in ReactOS will not be accepted by MIDL.EXE.
I talked to Amine and Hermès and learned that WIDL.EXE is used instead of MIDL.EXE for all .IDL builds in ReactOS, giving that the .IDL syntax expected by each, diverged some time ago. In general, .IDL code in ReactOS will not be accepted by MIDL.EXE.