浏览代码

Merge pull request #227 from cirosantilli/patch-1

Recommend ivandaviov/minimal to generate initrd
0xAX 9 年之前
父节点
当前提交
47e830ef5a
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Misc/contribute.md

+ 2 - 0
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.
 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
 Getting started with the Linux Kernel Development
 ---------------------------------------------------------------------------------
 ---------------------------------------------------------------------------------