Re: [PATCH 1/1] x86 support for the initrd= command line option

From: Randy Dunlap
Date: Tue Mar 24 2020 - 12:12:07 EST


On 3/24/20 9:05 AM, ron minnich wrote:
> diff --git a/Documentation/admin-guide/kernel-parameters.txt
> b/Documentation/admin-guide/kernel-parameters.txt
> index c07815d230bc..9cd356958a7f 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -1714,6 +1714,13 @@
>
> initrd= [BOOT] Specify the location of the initial ramdisk
>
> + initrdmem= [KNL] Specify a physical adddress and size from which
> + to load the inird. If an initrd is compiled in or

initrd.

> + specified in the bootparams, it takes priority
> + over this setting.
> + Format: ss[KMG],nn[KMG]
> + Defaut is 0, 0

Default

> +
> init_on_alloc= [MM] Fill newly allocated pages and heap objects with
> zeroes.
> Format: 0 | 1


--
~Randy