Re: portable libc extracted from OpenBSD

2016-06-18 Thread Tinker
On 2016-06-19 12:36, Johan Ceuppens wrote: On Sat, Jun 18, 2016 at 09:36:33PM +0800, Tinker wrote: What would it be used for? e.g. adding some libc functionality but not the whole thing on a OpenBSD powerpc self-built kernel. This then provides you with a system. You can also make something

portable libc extracted from OpenBSD

2016-06-17 Thread Goon
Hello, Some years ago I extracted the memory system from OpenBSD's libc, I put it on http://goon.yellowcouch.org/software/ Under the name libc.rogue. This might be useful if you want to make a small footprint libc. It includes powerpc sys headers. goon