From: Rod Pemberton on 17 Oct 2009 03:37 "BGB / cr88192" <cr88192(a)hotmail.com> wrote in message news:hba665$g3t$1(a)news.albasani.net... > >> (BTW: if anyone knows of a decent BSD-liscensed C library, that would be > >> convinient, as so far I only know of Newlib, which is GPL...). > > > > Did you mean other than the BSD-licensed C library that comes with > > FreeBSD, > > OpenBSD, or NetBSD? I.e., BSD libc. > > > > hmm... > > I had not thought of this one... > IIRC, MOSS uses a modified BSD C library: http://www.cs.utah.edu/flux/oskit/ The Flux OSKit converted FreeBSD into a library, including the FreeBSD C library: http://www.cs.utah.edu/flux/moss/moss.html Rod Pemberton
From: BGB / cr88192 on 17 Oct 2009 04:18 "Rod Pemberton" <do_not_have(a)nohavenot.cmm> wrote in message news:hbbs7o$n0a$1(a)aioe.org... > "BGB / cr88192" <cr88192(a)hotmail.com> wrote in message > news:hba665$g3t$1(a)news.albasani.net... >> >> (BTW: if anyone knows of a decent BSD-liscensed C library, that would > be >> >> convinient, as so far I only know of Newlib, which is GPL...). >> > >> > Did you mean other than the BSD-licensed C library that comes with >> > FreeBSD, >> > OpenBSD, or NetBSD? I.e., BSD libc. >> > >> >> hmm... >> >> I had not thought of this one... >> > > IIRC, MOSS uses a modified BSD C library: > http://www.cs.utah.edu/flux/oskit/ > > The Flux OSKit converted FreeBSD into a library, including the FreeBSD C > library: > http://www.cs.utah.edu/flux/moss/moss.html > yep. I am currently looking into the PDOS C library (PDPCLIB), which if it has one good point, it is that it is small enough to be fairly easy (in general) to figure out and to modify (and was impressively easy to get to be able to build and work). however, I have been considering some need for basic POSIX functionality, which I had assumed add myself (mostly, because this code would be operating "across the barrier"). but, it is all a start at least... > > Rod Pemberton > >
First
|
Prev
|
Pages: 1 2 Prev: hugi compo #29- random mazes - how reduce size of this Next: Does the following look correct |