Showing posts with label Intel. Show all posts
Showing posts with label Intel. Show all posts

Saturday, January 9, 2010

Labels: , , , , , , , , , , ,

Intel Corporation has launched a beta version of its app store -- the Intel AppUp center -- for netbook computers. The first apps are now available for free download or purchase by visiting www.intelappup.com.
Four other Intel industry partners – Acer, Asus, Dell and Samsung - also announced store collaboration and plans.


The first apps now available cover education, entertainment, games, health, social networking and other categories. A sampling includes Arnold Palmer Golf, Boxee, Wikihow and Yoono.


The beta store will host applications for both the Microsoft Windows and the open source Moblin-based operating systems, the first operating systems to target the popular netbook computer category powered by the Intel Atom processor.


Over time, Intel and its partners expect to expand the stores to include applications for the large categories of handheld CE devices, smartphones, consumer electronic appliances, TVs and other devices based on future Intel processor families.
In addition to the Windows and Moblin-based operating systems, the Intel AppUp center will offer applications that use Web browser run-time environments such as Adobe Air and Microsoft Silverlight in the future.


Partner stores access the developer and store services the Intel AppUp center offers, including validating and categorizing apps and utilizing a common transaction infrastructure to administer purchases and downloads for these tailored stores. OEMs Acer, Asus, Dell and Samsung are working closely with Intel on their stores.

Tuesday, December 22, 2009

Labels: , , , , ,


Intel Corporation has announced new Intel Atom processors that feature integrated graphics built directly into the CPU, enabling improved performance and smaller, more energy-efficient designs in a new generation of netbooks and Atom-based entry level desktop PCs.

Major OEMs have committed to having systems on the new Intel Atom processors and a new companion chipset available within the next few weeks.

The newest Intel Atom platform for netbooks consists of a new Intel Atom processor, the N450, and a new low-power Intel NM10 Express Chipset. For entry level desktop PCs, it consists of either the Intel Atom processor D410 or the dual core D510, also paired with the Intel NM10 Express Chipset. The Atom processor was designed from the ground up for small devices and low power, and remains Intel’s smallest chip, built on the company’s 45nm high-k metal gate manufacturing process.

One of the most significant features of the new platform is the integration of memory controller and graphics into the CPU, a first in the industry on x-86 chips. That means two chips (CPU+chipset) instead of the previous three (CPU, chipset, I/O controller hub), a lower TDP, and substantial reductions in cost, overall footprint and power. The netbook platform features a 20 percent improvement in average power and a smaller package size over the previous Atom platform. This translates into smaller and more compact system designs and longer battery life. Because of the integration, the total footprint for the netbook platform has decreased by approximately 60 percent. For entry level desktop PCs, it’s a nearly 70 percent reduction in footprint and about 50 percent lower TDP than the previous generation.



Intel continues to see broad industry support for the Atom platform as netbooks in particular have been hot sellers during a recessionary year due to their affordability, function and small size (7-10.2" screens). Additionally, Intel is expecting to see broad channel adoption for Atom in a variety of small form factor entry-level desktop PCs at low price points, including ultra-small designs (less than 1-litre chassis), fanless designs, and low-cost all-in-one designs.

Since Atom's introduction, Intel has shipped over 40 million Atom chips for netbooks to every major OEM around the world. In the same timeframe, netbooks ramped faster and sold more units than Apple’s iPhone or the Nintendo Wii. According to ABI Research, total Atom shipments for all segments are expected to continue to grow into the 100s of millions by 2011.

Intel has been working closely with mobile operators and modem vendors to advance 3G capabilities in netbooks in established and emerging markets. To-date approximately a dozen service providers offer netbooks in various markets, and the numbers are expected to grow with the newest platform.

Saturday, March 28, 2009

Labels: , , , , , , , , ,

After a resent system crash, I had to re-install winXP (Iam still on XP - vista be damned!). And after that my system was rebooting at random - within 5 minutes of startup. I removed one of the two 2GB RAM modules and rebooted. Hollaa!!! everything ok.
I rechecked the system configurations and found "Physical Address Extension"  on system properties. I had heard about PAE before - its something to remap the memory addresses for 32-bit systems - for them, the total addressable memory is 4GB. Some part of the addressable space would be used for other hardwares. So on using 4GB RAM, only around 3GB would be available. To access the rest, PAE should be enabled (with supporting hardware).
This is what MS says about PAE: 

PAE is an Intel-provided memory address extension that enables support of greater than 4 GB of physical memory for most 32-bit (IA-32) Intel Pentium Pro and later platforms.
The PAE kernel is not enabled by default for systems that can support more than 4 GB of RAM.To boot the system and utilize PAE memory, the /PAE switch must be added to the corresponding entry in the Boot.ini file. If a problem should arise, Safe Mode may be used, which causes the system to boot using the normal kernel (support for only 4 GB of RAM) even if the /PAE switch is part of the Boot.ini file.
The PAE mode kernel requires an Intel Architecture processor, Pentium Pro or later, more than 4 GB of RAM, and Windows 2000, Windows XP, or Windows Server 2003.
The PAE kernel can be enabled automatically without the /PAE switch present in the boot entry if the system has DEP enabled (/NOEXECUTE switch is present) or the system processor supports hardware-enforced DEP. Presence of the /NOEXECUTEswitch on a system with a processor that supports hardware-enforced DEP implies the /PAE switch. If the system processor is capable of hardware-enforced DEP and the /NOEXECUTE switch is not present in the boot entry, Windows assumes/NOEXECUTE=optin by default and enables PAE mode.

Now I had to find out how PAE is enabled and disabled in XP - and that too was there on the same page . This is what it said:

Enabling PAE
Locate the Boot.ini file, which is typically in the root folder (for example, C:/) and remove its Read-Only and Hidden attributes. 

  • Locate the Boot.ini file, which is typically in the root folder (for example, C:/) and remove its Read-Only and Hidden attributes.
  • Open the Boot.ini file with a text editor, and then add the /PAE parameter to the ARC path, as shown in the following example: 
multi(0)disk(0)rdisk(0)partition(2) \WINNT="Windows ???? Datacenter Server" /PAE /basevideo /sos
  • On the File menu, click Save. 
  • Restore the Read-Only attribute to the Boot.ini file.
Disabling PAE
Disable PAE by removing the /PAE parameter in the Boot.ini file. If you must disable PAE but your system processor supports hardware-enforced DEP, add /NOPAE /NOEXECUTE=alwaysoff to your Boot.ini file. Note: This will disable the DEP feature on your computer.

I changed boot.ini and rebooted the system with the whole 4GB RAM - and now everything works damn good!