From b8d73924d89577b6b6ba7ad80eb79a717aa537b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F=20=E7=BA=B3=E7=B1=B3=E6=AF=94?= =?UTF-8?q?=E4=BA=9A=20=E5=A8=81=E8=A7=86?= Date: Tue, 22 Sep 2015 15:30:44 +0200 Subject: [PATCH] Recommend ivandaviov/minimal to generate initrd --- Misc/contribute.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/contribute.md b/Misc/contribute.md index 648a15f..632f228 100644 --- a/Misc/contribute.md +++ b/Misc/contribute.md @@ -277,6 +277,8 @@ $ qemu-system-x86_64 -snapshot -m 8GB -serial stdio -kernel ~/dev/linux/arch/x86 From now we can run the Linux kernel in the virtual machine and this means that we can begin to change and test the kernel. +Consider using [ivandaviov/minimal](https://github.com/ivandavidov/minimal) to automate the process of generating initrd. + Getting started with the Linux Kernel Development ---------------------------------------------------------------------------------