bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Parse mem= on Linux kernel command line to change initrd loa


From: Yoshinori K. Okuji
Subject: Re: [PATCH] Parse mem= on Linux kernel command line to change initrd load address (resend)
Date: Wed, 20 Mar 2002 17:54:42 +0900
User-agent: Wanderlust/2.8.1 (Something) SEMI/1.14.3 (Ushinoya) FLIM/1.14.3 (Unebigoryƍmae) APEL/10.3 Emacs/21.1 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI)

At 08 Mar 2002 16:50:57 -0500,
Jeremy Katz wrote:
> The attached patch lets GRUB parse a Linux kernel command line for mem=
> to use as the upper memory location for an initrd as opposed to the
> maximum detected memory amount per the Linux/I386 boot protocol.

Is it really necessary to use simple_strtoul? I know safe_parse_maxint
doesn't do the same thing, because it understands the prefix `0x' and
the return value is signed, but I suspect that the difference is
negligible. What do you think?

Thanks,
Okuji



reply via email to

[Prev in Thread] Current Thread [Next in Thread]