Sandboxie 4.02 is the latest edition of the powerful shareware sandbox, which allows you to run programs in an isolated environment... Install this update to resolve issues in Windows. For a complete listing of the issues that are included in this update, see the... | The desktop search engine Everything has been around since 2008. It may come as a surprise that the most recent stable version of the... This DVD5 ISO image file contains the security updates for Windows released on Windows Update on June 11, 2013. The image does not... |
A standards organization has created a boot environment for tablets and PCs that could potentially run a 64-bit version of Windows RT. In this video we will install VMware vSphere vCenter Server 5.1.0b using the Simple Install method on Windows Server 2003 R2 X64 SP2 | Big thank you to all who've sent in Imogen plugins, they're excellent, Keep em' coming folks! This tutorial we'll look at some of the... In this tute we'll look at coding a C++ algorithm to negate a 128bpp image. This will be a benchmark to beat for the ASM versions we'll... |
The purpose of this video is to demonstrate a basic installation of Kali Linux from Offensive Security in a new Virtual Machine guest... Today, I had to install the Java plugin for 64bit Firefox on CentOS 6.4. The procedure wasn’t too bad, but it wasn’t exactly... | In this tute we'll get to coding some little ASM algorithms. First we have to look at how parameters will be passed from C++.
Today we'll look at integer data types, bits, bytes, words and all that. We'll also look at the general purpose register set. I didn't... |
Monday, 21 May 2012 08:33
The new version sees a number of important changes affecting graphics drivers. The x32-ABI promises the advantages of x86-64-CPUs without the overhead of 64-bit code. Btrfs is reported to be quicker, and Yama prevents processes from accessing each other's allocated memory.
The kernel developers have needed only two months to complete the recently published 3.4 version of the Linux kernel; yet, the release offers the usual number of new features. Some of the features are as interesting for data centre administrators as they are for users who run Linux on desktop PCs or notebooks.
...
Architecture & Infrastructure
From Linux 3.4, kernels that are compiled for x86-64/x64 processors can offer an "x32" ABI (Application Binary Interface) to programs (1 and others). Programs compiled for this ABI can access the 64-bit registers and data paths of 64-bit processors, but they only use 32-bit pointers – which are sufficient for many typical tasks and use less memory than 64-bit pointers. Broadly speaking, this allows programs that are compiled for the x32 ABI to avoid the overhead that comes with full 64-bit operation while enabling them to benefit from some of the major advantages of 64-bit x86 processors. The new ABI appears to be intended predominantly for the embedded and mobile markets, as most of the programs used in this area are unlikely to require more than 4GB of memory, or they will gain enough from using 64-bit pointers elsewhere to compensate for the increased memory consumption of full 64-bit operation.

