Results 1 to 6 of 6

Thread: [RESOLVED] How to make a linux thing.

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    May 2006
    Posts
    2,295

    Resolved [RESOLVED] How to make a linux thing.

    Hey guys, I'm wondering about trying to make an operating system in soem spare time, and I hear linux is open source. But what do I need to start up in making a distro of that and what are the laws on it? Would I own a distro I made?

    And where do I get source code to get cracking on a distro?


    Thanks.

  2. #2
    PowerPoster sunburnt's Avatar
    Join Date
    Feb 2001
    Location
    Boulder, Colorado
    Posts
    1,403

    Re: How to make a linux thing.

    Quote Originally Posted by Justin M
    Hey guys, I'm wondering about trying to make an operating system in soem spare time, and I hear linux is open source. But what do I need to start up in making a distro of that and what are the laws on it? Would I own a distro I made?

    And where do I get source code to get cracking on a distro?


    Thanks.
    The linux kernel is distributed under the GPL. The GPL states that the source code is provided free of charge to you and that you can make any changes you wish to it and distribute it.

    The catch is that you are bound to the terms of the GPL as well; your derivative work must make the source code available free of charge.

    The linux kernel is available at http://kernel.org/ or through any distribution's package system, but I can't give you any more advice on how to get started rolling your own; I would say that it's probably a pretty big task.
    Every passing hour brings the Solar System forty-three thousand miles closer to Globular Cluster M13 in Hercules -- and still there are some misfits who insist that there is no such thing as progress.

  3. #3
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: How to make a linux thing.

    You might want to take a look at linux from scratch

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    May 2006
    Posts
    2,295

    Re: How to make a linux thing.

    thanks guys!

  5. #5

    Thread Starter
    PowerPoster
    Join Date
    May 2006
    Posts
    2,295

    Re: [RESOLVED] How to make a linux thing.

    Oh Umm I should have asked earlier, but what compiler would I need to write code? OR do I need one?

    Also would I need a spare comp to develop it? OR can I use viritual PC?

  6. #6
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: [RESOLVED] How to make a linux thing.

    Lets be honest, if you don't even know that, then you've not got a hope in hell of managing to create an operating system or even something as simple as a custom distro.

    Start smaller and learn to write linux console programs using the gcc compiler.
    I don't live here any more.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width