Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I build an OS around the Linux kernel? 1

Status
Not open for further replies.

programmerzap

Programmer
Jun 23, 2003
2
IN
Can someone enlighten this newbie on how to create an OS based on the Linux shell. I have almost all resources to create an application-like OS like Win 3.11. Thanx.
 
What is it that you want to do? For the most basic Linux installation, you'd need the kernel, some version of init, and a shell to write the startup scripts in. The shell, unless compiled statically, would probably require a few libraries, the GNU C Library being the most obvious one.

//Daniel
 
daniel,
What I need is an algorithm to create a full-fledged OS based on the Linux kernel, when now, I can make a MS-DOS based OS like Win 3.11. Tell me more about GNU C and ways to use it. Is it similar to Turbo C++?
 
It sounds like you are goign to be be reinventing
the wheel in your pursuit, as there are hundreds of
projects going on in the open source community that
are building individual components for "an os based on
the linux kernel" as you put it. For the most part users simply grab a linux distribution which comes with both the
absolute basics like bash, make, gcc, and others, as well as various ap packages and customize their os to their liking. Have you installed and run linux ? If not, I reccomend you read up on the various distributions, debian, slackware, redhat etc... and vist places like sourceforge.net and freshmeat.net to find out what projects the linux community is taking on.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top