1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-04-26 09:49:02 +00:00

Mention Buildroot in addition to ivandaviov/minimal

It is more configurable.
This commit is contained in:
Ciro Santilli 六四事件 法轮功 包卓轩scriptalert(1)/script 2017-06-19 10:13:03 +01:00 committed by proninyaroslav
parent ab0e47ad65
commit 967cbd3a23

View File

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