1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-31 10:50:57 +00:00

Merge pull request #227 from cirosantilli/patch-1

Recommend ivandaviov/minimal to generate initrd
This commit is contained in:
0xAX 2015-10-03 15:43:21 +06:00
commit 47e830ef5a

View File

@ -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
---------------------------------------------------------------------------------