浏览代码

Merge pull request #489 from cirosantilli/patch-1

Mention Buildroot in addition to ivandaviov/minimal
0xAX 7 年之前
父节点
当前提交
c189df1c53
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Misc/contribute.md

+ 1 - 1
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
 ---------------------------------------------------------------------------------