Unix Kernel Designing


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Unix Kernel Designing
# 1  
Old 04-23-2004
Unix Kernel Designing

Hello,

I want to know what a kernel is? what are its functions and uses.
what is a unix kernel?

can i make a new kernel like unix or any other OS. if yes what type of programming is needed or can i use C programming language.if there is C, then what kind of C is required (hardware like or...).

if there is any site which has everithing about kernel,s......

cheers
# 2  
Old 04-24-2004
thanks for your very valuable reply......

so i need to learn assembly languages to develope a kernel. is it assembly language in C?

finally.....i want to develope a kernel, what are the required languages to be known.

thanks again for for your reply.
# 3  
Old 08-20-2004
Take a look at some Linux kernel source code.

http://lxr.linux.no/source/
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Designing

Dear all, Do you guys use any tool to design shell scripts?. My requirement is to simplify the logic/design of shell scripts before you actually write it. In other words i need to put the design i have in mind to words before i start writing it. Thanks in advance. (3 Replies)
Discussion started by: earlysame55
3 Replies

2. Programming

Designing Interface to handle click event

Hi All, Problem statement:- I want to incorporate for my project few click events which will be able to play files in M-player through C. What I want if a user initiate a "PLAY" button from html code , this should trigger my C code... which will help me playing files on M-player I am not... (2 Replies)
Discussion started by: chetan2309
2 Replies

3. Shell Programming and Scripting

designing a shell

Hi I need to expand some shell code so it would be able to do more than it is doing now. Currently it can do stuff like quit when q is pressed, display a prompt but not much more. I have to make the shell have capabilities like cd (changing directories) redirection of input and output, for... (2 Replies)
Discussion started by: newtoallthis
2 Replies
Login or Register to Ask a Question