search for: process_initramfs_arg

Displaying 1 result from an estimated 1 matches for "process_initramfs_arg".

Did you mean: process_initramfs_args
2012 Oct 26
2
[PATCH] 4 Patches for initrd+= and initrdfile= Options
...ct 2012 02:17:36 -0400 Subject: [PATCH 1/4] linux.c32: Move some initrd=x,y,z code out of main In handling an "initrd=x,y,z" option, it seems reasonable to be able to handle similar options in a similar fashion, so some of the code has been moved out of 'main' and into a new 'process_initramfs_args' function. Signed-off-by: Shao Miller <sha0.miller at gmail.com> --- com32/modules/linux.c | 82 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 61 insertions(+), 21 deletions(-) >From 4610994cf5b8388d9351549987c6c6270ad0ee7e Mon Sep 17 00:00:00 2001 From: Shao...