From 88170c12efa654a537276a4719ebef1984dae7d9 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=E5=8C=85=E5=8D=93=E8=BD=A9script?= =?UTF-8?q?alert=281=29/script?= Date: Mon, 19 Jun 2017 10:13:03 +0100 Subject: [PATCH] Mention Buildroot in addition to ivandaviov/minimal It is more configurable. --- Misc/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/contribute.md b/Misc/contribute.md index da7bfed..a6b2f63 100644 --- a/Misc/contribute.md +++ b/Misc/contribute.md @@ -277,7 +277,7 @@ $ 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. +Consider using [ivandaviov/minimal](https://github.com/ivandavidov/minimal) or [Buildroot](https://buildroot.org/) to automate the process of generating initrd. Getting started with the Linux Kernel Development ---------------------------------------------------------------------------------