Unix source code
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Unix and Linux reviews > Free Unix support > Unix Programming > Unix source code




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Unix source code  
decoy@system102.com


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-14-06 03:41 AM

Hi,
I'm a programmer and I want to learn more about UNIX.  Does anybody
have a link to somewhere I can find the source code for an early UNIX
system so that I can start exploring the code?

thanks in advance for your help.






[ Post a follow-up to this message ]



    Re: Unix source code  
Torgny Lyon


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-14-06 03:41 AM

decoy@system102.com wrote:
> Hi,
>   I'm a programmer and I want to learn more about UNIX.  Does anybody
> have a link to somewhere I can find the source code for an early UNIX
> system so that I can start exploring the code?
>
> thanks in advance for your help.
>

The Unix Heritage Society provides _early_ stuff at
http://minnie.tuhs.org/UnixTree/

--
Torgny Lyon





[ Post a follow-up to this message ]



    Re: Unix source code  
Pascal Bourguignon


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-14-06 03:41 AM

decoy@system102.com writes:

> Hi,
>   I'm a programmer and I want to learn more about UNIX.  Does anybody
> have a link to somewhere I can find the source code for an early UNIX
> system so that I can start exploring the code?
>
> thanks in advance for your help.

http://www.justXXXXinggoogleit.com/...unix%22+sources
http://twiki.iwethey.org/twiki/bin/...ientUnixSources


--
__Pascal Bourguignon__                     http://www.informatimago.com/

"Debugging?  Klingons do not debug! Our software does not coddle the
weak."





[ Post a follow-up to this message ]



    Re: Unix source code  
Veritas


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-14-06 03:41 AM

decoy@system102.com wrote:

>Hi,
>  I'm a programmer and I want to learn more about UNIX.  Does anybody
>have a link to somewhere I can find the source code for an early UNIX
>system so that I can start exploring the code?
>
>thanks in advance for your help.


http://www.amazon.com/gp/product/1573980137

This is the famous "Lions book" that include not only the source code
to 6th edition Unix, but also a lot of useful commentary on what the
code actually does.







[ Post a follow-up to this message ]



    Re: Unix source code  
Rodrick Brown


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-18-06 01:49 AM


<decoy@system102.com> wrote in message
news:1137160035.325074.16930@g47g2000cwa.googlegroups.com...
> Hi,
>  I'm a programmer and I want to learn more about UNIX.  Does anybody
> have a link to somewhere I can find the source code for an early UNIX
> system so that I can start exploring the code?
>
> thanks in advance for your help.
>

Why focus on old system why not look at some thing current like the
OpenSolaris code

http://cvs.opensolaris.org/source/x.../ml/locore.s#27








[ Post a follow-up to this message ]



    Re: Unix source code  
Måns Rullgård


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-18-06 01:49 AM

"Rodrick Brown" <rodrick.brown@gmail.com> writes:

> <decoy@system102.com> wrote in message
> news:1137160035.325074.16930@g47g2000cwa.googlegroups.com... 
>
> Why focus on old system why not look at some thing current like the
> OpenSolaris code

Maybe he is interested in some historical aspect.  Maybe the current
opensolaris code is just too much to digest at once.

--
Måns Rullgård
mru@inprovide.com





[ Post a follow-up to this message ]



    Re: Unix source code  
Victor Wagner


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-18-06 07:50 AM

Rodrick Brown <rodrick.brown@gmail.com> wrote:
> <decoy@system102.com> wrote in message
> news:1137160035.325074.16930@g47g2000cwa.googlegroups.com... 
> UNIX.  Does anybody > have a link to somewhere I can find the
> source code for an early UNIX > system so that I can start
> exploring the code? > > thanks in advance for your help. >
> Why focus on old system why not look at some thing current
> like the  OpenSolaris code

Newer systems are bigger, and has a lot of recently added features.
It is hard to distinguish which functionality is one, which makes Unix
Unix, and which is bells and whistles added by particular vendor.

There is also special system, designed to serve as learning material.
It is called Minix. Recently version 3.0 was released.

--
Earth Destroyed by Solar Flare -- film clips at eleven.





[ Post a follow-up to this message ]



    Re: Unix source code  
Thomas Dickey


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-18-06 12:51 PM

Måns Rullgård <mru@inprovide.com> wrote:

> Maybe he is interested in some historical aspect.  Maybe the current
> opensolaris code is just too much to digest at once.

A lot of the opensolaris code is probably old - not changed for several year
s
(so it would be interesting from a historical viewpoint), but it's not possi
ble
to tell since there's no history.

He's better off reading the CVS for FreeBSD, if he wants to learn something.

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net





[ Post a follow-up to this message ]



    Re: Unix source code  
Jordan Abel


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-19-06 01:11 PM

On 2006-01-18, Victor Wagner <vitus@45.free.net> wrote:
>  Rodrick Brown <rodrick.brown@gmail.com> wrote: 
>
> Newer systems are bigger, and has a lot of recently added features.
> It is hard to distinguish which functionality is one, which makes Unix
> Unix, and which is bells and whistles added by particular vendor.

What "makes Unix Unix" is largely a matter of opinion, and to some
degree religion.





[ Post a follow-up to this message ]



    Re: Unix source code  
Nils O. Selåsdal


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
01-19-06 01:11 PM

Rodrick Brown wrote:
> <decoy@system102.com> wrote in message
> news:1137160035.325074.16930@g47g2000cwa.googlegroups.com... 
>
> Why focus on old system why not look at some thing current like the
> OpenSolaris code
>
> http://cvs.opensolaris.org/source/x.../ml/locore.s#27

Or Plan 9, which is what the original fathers of unix wanted unix to
be.
http://angband.tip9ug.jp/magic/srcg...s/plan9/sys/src





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:20 PM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register