kernel

You are currently browsing the articles from MS Windows Articles, Reviews and Videos matching the category kernel.

How to install Ubuntu Linux from USB Stick

This describes by copying the contents of the CD to an stick (aka flash drive) and making the stick bootable. This is handy for machines like ultra portable notebooks that do not have a but can boot from media.

In short here’s what you do:

Prepare the flash drive

Boot the computer from your flash drive.

as you would from a normal

Prerequisites

A running 8.04 or any version

A device (stick, pen-drive, ) that has already been formatted with FAT32 and has enough space to hold your image

A CD image downloaded from the servers or mirrors (*. file) or from here

Step 1

On the root directory of your device, create a folder “
Copy the installer and the initramdisk into this folder ( source below.You need the files “” and “initrd.gz”).

source for the installer and initramdisk

For AMD64 from here
For i386 from here

You need to the files “” and “initrd.gz”.

Step 2

Note: You need to have the installer that fits the architecture of your version you want to . In other words, you need a amd64 installer if you want to an amd64 . image and the i386 installer for an i386 .

Step 3

From the image you downloaded, copy the folder “isolinux” to the root directory of your device (right-click on the . file, choose “extract here”). Rename “isolinux” into “”. Go inside the directroy “”. There, rename the file “isolinux.cfg” into “.cfg”.

Step 4

Make the stick bootable: Use fdisk to set the boot flag,

using the following

sudo aptitude

Now use to a boot sector on your device

sudo /dev/sdbX

where sdbX is the device name and number of your device, check with “sudo mount”. A file called “ldlinux.sys” will be created in the root direcotry of the device.

Step 5

Copy the CD image in the root directory of your device (Contents of you can see as follows).If you are using i386 you need to copy the complete . image in to the root directory of your device.

Tags:, , , , , , , , , , , , , , , ,

Related posts

Written by Jason on April 23rd, 2008 with no comments.
Read more articles on 1340 and 1354 and 1426 and 1429 and 1673 and 169 and 2065 and 2157 and 401 and 544 and AMD and Contributors and Install and Installation and Linux and USB and cd drive and computer and download and how to and kernel and memory and tutorial and ubuntu and usb flash drive.

64-bit Vista Natively Bulletproofed Against Heap-Based Buffer Overruns

When it comes down to the 32-bit Vista vs. 64-bit Vista, the comparison generally focuses on the added benefits synonymous with handling . Because the address space of 64-bit Vista is not limited to 4GB, users are able to use a maximum of 128 GB of RAM with the Ultimate, Business and Enterprise SKUS. But at the same time, there are added benefits, and one of them is in terms of . The 64-bit editions of Vista come to the table with PatchGuard ( Patch Protection), Address Space Layout Randomization (ASLR), Heap and Stack randomization, and even heap corruption detection.

As far as Heap Based Buffer Overruns are concerned, both 32-bit and 64-bit Vista offer protection, but only in the x64 versions of the is the even heap corruption detection enabled by default. Michael Howard, Senior Program Manager in the Engineering group at , explained that, in x86 Vista, developers have to call the HeapSetInformation API in order to enable heal corruption detection. (more…)

Tags: , , , , , , , , , , , , ,

Related posts

Written by Jason on February 21st, 2008 with comments disabled.
Read more articles on 64 bit windows and Security and Windows Vista and computer and defense and exploit and kernel and kernel patch and microsoft and security engineering and security program and senior security and system memory and vista software and windows.

Force windows to load the kernel in memory

This one is the best tweak for windows XP I ever found, and it works very well. With this tweak we will force windows to load kernel and drivers in memory.

Here is what you have to do :

1) Open the regedit tool (Start -> Run -> regedit.exe )

2) Use the navigation in the left and go to HKEY LOCAL MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management (more…)

Written by Jason on February 5th, 2008 with comments disabled.
Read more articles on Drivers, and Windows XP and how to and kernel and memory and tweaks and windows.