On Fri, Feb 14, 2014 at 08:22:45PM +0000, Thorsten Glaser wrote:
> Sylvain BERTRAND dixit:
>
> >Just to let you know, I have a little initramfs project. The
> >init
> >process is hardcoded directly on the linux syscalls.
>
> On Linux, syscall numbers, argument number, order and size,
> etc. differ by architecture.

Indeed, I have a *very* thin architecture abstraction in ulinux
for that. I did only x86-64, but since it's very thin, I'm not
that worried for new architecture addition. Usually, that bit is
done by the libc.

--
Sylvain

Reply via email to