The processor-architecture tag has no wiki summary.
0
votes
0answers
56 views
Find out OS architecture on multiple OSes
I am trying to find out the OS architecture of some operating systems remotely. First I connect to the computer using WMI, then running a bcdedit and getting the OS list. Now I also want to find out ...
2
votes
3answers
185 views
Is assembly strictly required to make the “lowest” part of an operating system?
Im a mid-level(abstraction) programmer, and some months ago i started to think if i should reduce or increase abstraction(i've chosen to reduce).
Now, i think i've done most of the "research" about ...
1
vote
1answer
80 views
Word Length as defined in the .ZIP format specification
So I've been reading through PKWARE's specification of the .zip file format and have noticed that in several places they give block sizes in terms of words (the processor word, not the dictionary word ...
1
vote
1answer
792 views
Unable to find assembly A_class, Version 2.0.0.0, Culture=neutral, PublicKeyToken=null
I am trying to upgrade a project from VS2005. It is a VB.NET project B that depends on a C# project that references a C++ dll, A.dll. I am getting an error saying 'Unable to find assembly A_class, ...
7
votes
4answers
2k views
Why do 64 bit systems have only a 48 bit address space?
I an book i read the following:
The 32-bit processors have 2^32 possible addresses, while curent 64-bit processors have a 48-bit address space
My expectation was that if its a 64-bit process the ...
14
votes
4answers
338 views
in what architectures/OS other thread can see default nonfinal field values after constructor call?
I'm trying to reproduce a memory visibility issue in case of insufficient object initialization for non-final fields (JLS 17.5 Final Field Semantics, FinalFieldExample class example). Where it stated ...
2
votes
2answers
274 views
How to manage development of PowerShell snap-ins with x86 and x64 versions
I am currently writing a PowerShell snapin that has specific dependencies on mixed-mode assemblies (assemblies containing native code) that specifically target x64 or x86. I have both versions of the ...
1
vote
2answers
641 views
How to choose processor architecture to install an MSI with Delphi
Good news: A major release is in the bag!
Bad news: I just found out (2 weeks too late) that some people don't have MSXML 6 on their machines and the new installer we're rolling out requires it.
...
1
vote
1answer
3k views
ARM vs X86 : How to make a choice? [closed]
I have recently seen 32 bit ARM processors. I wonder why we can't construct a desktop computer using it. In that case how it differ from X86 ? Do the ARM architecture consume less power ..is it the ...
