Re: Merge strategy for klibc
From: H. Peter Anvin
Date: Mon Mar 20 2006 - 16:22:00 EST
Jan-Benedict Glaw wrote:
I haven't yet looked at your code, but what actually needs to be done?
Defining syscall macros?
I'd probably give it a try for VAX.
Each architecture needs an assembly stub generator for most syscalls, a
crt0.S, plus adjustments for which syscalls are "special" (as in special
ed) on that architecture. There are also a couple of header files which
need per-architecture configuration information. All in all it is
usually a few hours worth of work, no more.
-hpa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/