Difference between revisions of "linux/kernel/user mode VM"

From Free Pascal wiki
Jump to navigationJump to search
Line 11: Line 11:
 
=Configuration=
 
=Configuration=
 
==File System Image==
 
==File System Image==
 +
The easiest way to do that is to download an already build image
 +
wget ftp://
 +
 
==Networking==
 
==Networking==
 
--[[User:Mazen|Mazen]] 23:52, 16 October 2007 (CEST)
 
--[[User:Mazen|Mazen]] 23:52, 16 October 2007 (CEST)

Revision as of 23:56, 16 October 2007

Overview

This section is inteneded to help users interested in developping linux kernel modules to setup an UML VM to debug it during devlopmement phase.

Please note that this page will focus in configuring a VM running on a debian distribution based host.

Installation

First of all you need to install the package user-mode-linux

apt-get install user-mode-linux

Then you need the package uml-utilities

apt-get install uml-utilities

Configuration

File System Image

The easiest way to do that is to download an already build image

wget ftp://

Networking

--Mazen 23:52, 16 October 2007 (CEST)