Re: The FreeBSD's Implementation Language

2007-03-12 Thread Wojciech Puchar
Sort of. Great parts of FreeBSD, in fact the vast majority of the source code, is written in C. But it is not *completely* written in C. groff is in C++ AFAIK, lots of shell or perl code to support compiling, some assembly, adaptec microcode assembler etc.

Re: The FreeBSD's Implementation Language

2007-03-11 Thread Giorgos Keramidas
On 2007-03-11 22:21, Susanth K <[EMAIL PROTECTED]> wrote: > Dear Friends, > Is FreeBSD Completely Written in C ? Sort of. Great parts of FreeBSD, in fact the vast majority of the source code, is written in C. But it is not *completely* written in C. > Is there any part of OS written in C++ ? Y

Re: The FreeBSD's Implementation Language

2007-03-11 Thread Wojciech Puchar
about FreeBSD (and possibly other systems)? It certainly seems that way to me. So from this point on, for any question for me it looks like writing well scored essay for computer lessons at school. it's very common on polish USENET on all computer groups, and it's clearly evident most case

Re: The FreeBSD's Implementation Language

2007-03-11 Thread Jeffrey Goldberg
[mailed and posted] On Mar 11, 2007, at 11:51 AM, Susanth K wrote: Am new to FreeBSD; ( Sorry; if Any of u find this as a silly Question ) Have you been given a course assignment which involves describing things about FreeBSD (and possibly other systems)? It certainly seems that way to

Re: The FreeBSD's Implementation Language

2007-03-11 Thread Ivan Voras
Susanth K wrote: > Dear Friends, > > Is FreeBSD Completely Written in C ? Almost. The kernel and most parts are. > Is there any part of OS written in C++ ? There are some but there are not many of them. It's not a matter of policy but of the individual choice of a developer. > And I Guess GCC

Re: The FreeBSD's Implementation Language

2007-03-11 Thread Wojciech Puchar
Dear Friends, Is FreeBSD Completely Written in C ? Is there any part of OS written in C++ ? see the sources. And I Guess GCC Compiler is used for compilation; ( Is it so ? ) Please correct me; if am not. Am new to FreeBSD; ( Sorry; if Any of u find this as a silly Question ) you need