Study UNIX Kernel


 
Thread Tools Search this Thread
Operating Systems SCO Study UNIX Kernel
# 8  
Old 08-18-2015
Why not start reading and find out?
This User Gave Thanks to Corona688 For This Post:
# 9  
Old 08-18-2015
At the time of 1rst edition, there were many more affordable processors than INTEL on the market and so the book was so you could develop an OS with what you found...
I read the book back in 1992 I think and started to studay and develop a minx on a 80286 I recuperated and on a Z80, I wanted to try on a motorola68000 I had but busted the keyboard interface... Before finishing a friend came along with a linux alpha version and I went on dual boot with that spending my nights and weekend ... And dropped my minix project. but from what I remember there might be a site that gives you hints ( and code) depending on architecture and if so it would be mentionned in the book I cant check for you as I dont know what I did with my copy...
This User Gave Thanks to vbe For This Post:
# 10  
Old 08-18-2015
I would suggest to start with classic. Old UNIX kernels are very easy to understand und to hack. You can find e.g. UNIX v6 or v7 on TUHS archive, Supnik's PDP-11 simulator (simh) and take Lion's Commentary on UNIX v6 source code - Lions' Commentary on UNIX 6th Edition, with Source Code. The book was long time ago a study guide for students learning Operating systems.
This User Gave Thanks to agent.kgb For This Post:
# 11  
Old 08-18-2015
If you want to study a modern Unix derived from AT&T Unix code (SVR4), you might have a look to Solaris Internals: Solaris 10 and OpenSolaris Kernel Architecture . An open source branch (Illumos) is available here
This User Gave Thanks to jlliagre For This Post:
# 12  
Old 08-18-2015
thanks you all

[corona688] I'd like to design the route from the beginning so i don't like read something
then drop it and fail at the middle

[agent.kgb] can I find books and manuals and datasheet explaining both
Architecture,assembly and interface with PDP-11 ?
the book you mentioned contain code snippets only or have the complete
source code attached in an appendix or can i get it for version 6 from some
website written in C ?

thanx

Last edited by Abdo_8008; 08-18-2015 at 07:55 PM..
# 13  
Old 08-19-2015
Quote:
Originally Posted by Abdo_8008
[agent.kgb] can I find books and manuals and datasheet explaining both
Architecture,assembly and interface with PDP-11 ?
There are a lot of information about PDP-11 in the Internet. It is the first computer, UNIX runs on. Just search for PDP-11 to find general information and links, and then

Quote:
Originally Posted by Abdo_8008
the book you mentioned contain code snippets only or have the complete
source code attached in an appendix or can i get it for version 6 from some
website written in C ?
The book I've mentioned contains source code, but I am not sure, how full it is. UNIX v6/v7 source code is available from The Unix Heritage Society site and as a software kit to Bob Supnik's simulator Software Kits
This User Gave Thanks to agent.kgb For This Post:
# 14  
Old 08-19-2015
Quote:
Originally Posted by Abdo_8008
To corona688, I'd like to design the route from the beginning so i don't like read something then drop it and fail at the middle
That is often the way of things, sadly. One doesn't reach the moon with their first rocket, and we aren't still running the first UNIX circa epoch time 0.

Retracing UNIX's footsteps from the beginning as agent.kgb suggests is an interesting approach. The PDP-11 is a very primitive computer but not quite so primitive that you have to input the bootloader by toggling switches.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

New to UNIX like 2 weeks of study only

why does this not work, confused #!/bin/ksh x="x" echo "Enter a name: " read NAME while do echo $NAME echo if then echo ":" else echo $NAME fi echo echo "Enter a Name: " read NAME (8 Replies)
Discussion started by: Gmoney93079
8 Replies

2. UNIX for Dummies Questions & Answers

UNIX Study Material

Hi , Can anyone suggest me any UNIX Study material and UNIX Certification specific for TELECOM-DOMAIN. Best Regards, Om Prakash. (14 Replies)
Discussion started by: omprakash1986
14 Replies

3. Programming

UNIX- -Case study - Library management.

Hi.. I am a new joinee to this foram.I need to submit a case study in UNIX .Please help me to submit the case study by giving your valuable ideas.It will be very helpful for me. Topic: Unix File Management A university wants to computerize its Library operations because of... (2 Replies)
Discussion started by: viji_jeya
2 Replies

4. UNIX for Dummies Questions & Answers

Unix study help

Hi, I need some help with the follow questions :(. Any help would be great! Answer with the necessary commands 1. In your login directory, make a directory called week4/revision 2. Without changing directories, make another directory week4_revision/data 3. Change to week4_revision/data... (2 Replies)
Discussion started by: Heyo
2 Replies

5. UNIX for Dummies Questions & Answers

Any study material for begineers for UNIX please??

Any study material for begineers for UNIX please?? (2 Replies)
Discussion started by: niranjany
2 Replies

6. Programming

Good Unix Online Study Material

HI Friends, I wanted to start this thread inorder to keep all the Unix starters to easily find useful material through this thread...I request you all to provide with the URL address of any gud material you know... thanks and regards... (2 Replies)
Discussion started by: rahul3894singh
2 Replies

7. UNIX for Dummies Questions & Answers

help for unix study

hi I am vijay how r the unix gurus? I want to install unix for our sites.So pls tell me abt unix installation user guide & also all the unix commands.Pls help me.I am waiting for yr reply. bye..........vijay :D (2 Replies)
Discussion started by: vi77_surat
2 Replies

8. Programming

To study kernel and modular programming

I want to do kernel programming.So which site or books help me in studying these.I know C programming to a little extent.Please advice me (4 Replies)
Discussion started by: ranjith
4 Replies

9. UNIX for Dummies Questions & Answers

i want to study unix,but it is very dificult.

14 (2 Replies)
Discussion started by: zbweh5280
2 Replies

10. UNIX for Dummies Questions & Answers

I want to start study Unix!

hello .. I am college student and a new guy to unix. I have a simple question: what does "unix" stand for ,or just a meaningless name ? (4 Replies)
Discussion started by: nanuo
4 Replies
Login or Register to Ask a Question