On Wed, Aug 18, 2010 at 01:34:49AM +0200, Samuel Thibault wrote:
> Jeremie Koenig, le Mon 16 Aug 2010 13:36:51 +0200, a écrit :
> > This is not perfect, as the format of
> > /proc/cmdline and /proc/*/cmdline are different on Linux. Namely, the
> > latter includes NUL bytes to separate subsequent arguments, while the
> > former contains only spaces and a trailing newline.
> 
> Mmm, this will probably make most uses of /proc/cmdline fail.  It's a
> bit sad since it was fun to implement cmdline as a symlink, but I
> believe it's necessary to reimplement /proc/cmdline separately to get
> things working.

You're probably right about this. (though with grub2 we could cram some
stuff in argv[0] in the meantime :-P)

-- 
Jeremie Koenig <j...@jk.fr.eu.org>
http://jk.fr.eu.org

Reply via email to