From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x543.google.com ([2607:f8b0:4864:20::543]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j5YRd-0004uA-TG for linux-um@lists.infradead.org; Sat, 22 Feb 2020 17:20:03 +0000 Received: by mail-pg1-x543.google.com with SMTP id 70so2675783pgf.8 for ; Sat, 22 Feb 2020 09:20:00 -0800 (PST) From: Manbing Subject: [PATCH] Documentation: update UserModeLinux-HOWTO.txt Date: Sun, 23 Feb 2020 01:19:27 +0800 Message-Id: <1582391968-3960-1-git-send-email-manbing3@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-um" Errors-To: linux-um-bounces+geert=linux-m68k.org@lists.infradead.org To: Jeff Dike , Richard Weinberger , Anton Ivanov , Jonathan Corbet Cc: linux-um@lists.infradead.org, Manbing , linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org Original content is obsolete. Which is based on kernel 2.4.0-prerelease. Updating content according to kernel 5.5.1. Signed-off-by: Manbing --- Documentation/virt/uml/UserModeLinux-HOWTO.txt | 42 +++++--------------------- 1 file changed, 8 insertions(+), 34 deletions(-) diff --git a/Documentation/virt/uml/UserModeLinux-HOWTO.txt b/Documentation/virt/uml/UserModeLinux-HOWTO.txt index 87b80f5..08ee28d 100644 --- a/Documentation/virt/uml/UserModeLinux-HOWTO.txt +++ b/Documentation/virt/uml/UserModeLinux-HOWTO.txt @@ -1,6 +1,6 @@ User Mode Linux HOWTO User Mode Linux Core Team - Mon Nov 18 14:16:16 EST 2002 + Mon Feb 10 08:27:24 EST 2020 This document describes the use and abuse of Jeff Dike's User Mode Linux: a port of the Linux kernel as a normal Intel Linux process. @@ -215,26 +215,17 @@ Compiling the user mode kernel is just like compiling any other - kernel. Let's go through the steps, using 2.4.0-prerelease (current + kernel. Let's go through the steps, using 5.5.1 (current as of this writing) as an example: - 1. Download the latest UML patch from - - the download page - . + wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.5.1.tar.xz - 3. Make a directory and unpack the kernel into it. + 2. Make a directory and unpack the kernel into it. @@ -255,31 +246,14 @@ host% - tar -xzvf linux-2.4.0-prerelease.tar.bz2 - - - - - - - 4. Apply the patch using - - - - host% - cd ~/uml/linux - - - - host% - bzcat uml-patch-2.4.0-prerelease.bz2 | patch -p1 + tar xvf linux-5.5.1.tar.xz - 5. Run your favorite config; `make xconfig ARCH=um' is the most + 3. Run your favorite config; `make xconfig ARCH=um' is the most convenient. `make config ARCH=um' and 'make menuconfig ARCH=um' will work as well. The defaults will give you a useful kernel. If you want to change something, go ahead, it probably won't hurt @@ -293,7 +267,7 @@ - 6. Finish with `make linux ARCH=um': the result is a file called + 4. Finish with `make linux ARCH=um': the result is a file called `linux' in the top directory of your source tree. Make sure that you don't build this kernel in /usr/src/linux. On some -- 2.7.4 _______________________________________________ linux-um mailing list linux-um@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-um