answersLogoWhite

0

No. You can still get a 32 bit version.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Which windows operating system uses only 16-bit processor?

3x


In a multi processor environment are there some situation where busy waiting is only form of waiting can be used?

in operating system


What is a page table base register?

Each process running on a processor needs its own logical address space. This can only be realized if each process has its own page table. To support this, a processor that supports virtual memory must have a page table base register that is accessible by the operating system. For operating system security, this register is only accessible when the processor is in system mode. The operating system maintains information about each process in a process control block. The page table base address for the process is stored there. The operating system loads this address into the PTBR whenever a process is dispatched.


How many Operating System can run in one computer?

Only one operating system can hold control of the computer at at time. With virtualization, you can run any number of operating systems inside a process, subject only to memory, space, and realistic processor resources. By multi-booting, you can select an operating to load, again only limited to space.


Window operating system is multiuser operating system or not?

Read your EULA. The license encourages you, and only you, to use the PC, even if you install sshd or vnc so others can use it. Now ask yourself if Debian Linux is a multiuser operating system.


Is it possible to get a system upgrade for mac os x ibook g4?

If you mean an "Operating System" upgrade then yes, but only up to a point. Depending on the size of the Processor the computer has you can upgrade up to 10.5 Leopard.Snow Leopard, 10.6 is only for the Intel processor Macs.


Will fable 3 work on Mac?

Fable III is only available for the XBox 360 and computers running the Windows operating system. If the Mac has an Intel processor and has the Windows operating system installed then it can run Fable III.


Will mac operating system work with a Pentium 3 processor?

No, Mac OS X requires a Power PC processor (supported through Leopard) or an Intel Core Duo (or newer) processor since these are the only processors that are used in Apple hardware and Mac OS X may only be installed on a Mac.


How do you run things on a mac computer im trying to start an online game called mabinogi help?

Mabinogi only works with the Windows operating system it will not work with Mac OS X. If you have a Mac with an Intel processor you can install the Windows operating system on your Mac.


What iMac version came after the iMac G5?

The G5 came with the OS 9 operating system and had a Power PC processor. It was the last edition of Mac OS. The iMac switched to the OSx operating system with the next iMac. There was an education only model G5 that did ship with OSx Panther.


Can performing a pressure check for leaks in coolant system cause a crack in my radiator pleas help?

No, the system is only checked at normal operating pressure.No, the system is only checked at normal operating pressure.


6 Describe the differences between symmetric and asymmetric multiprocessing?

Asymmetric multiprocessing - In asymmetric multiprocessing (ASMP), the operating system typically sets aside one or more processors for its exclusive use. The remainder of the processors run user applications. As a result, the single processor running the operating system can fall behind the processors running user applications. This forces the applications to wait while the operating system catches up, which reduces the overall throughput of the system. In the ASMP model, if the processor that fails is an operating system processor, the whole computer can go down. Symmetric mMultiprocessing - Symmetric multiprocessing (SMP) technology is used to get higher levels of performance. In symmetric multiprocessing, any processor can run any type of thread. The processors communicate with each other through shared memory. SMP systems provide better load-balancing and fault tolerance. Because the operating system threads can run on any processor, the chance of hitting a CPU bottleneck is greatly reduced. All processors are allowed to run a mixture of application and operating system code. A processor failure in the SMP model only reduces the computing capacity of the system. SMP systems are inherently more complex than ASMP systems. A tremendous amount of coordination must take place within the operating system to keep everything synchronized. For this reason, SMP systems are usually designed and written from the ground up.