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

_______________________________________________
Bug-grub mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-grub

Reply via email to