Where To Start

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
lord_balron
Posts: 2
Joined: Fri Feb 16, 2007 12:47 pm

Where To Start

Post by lord_balron »

Hi I'm new here, and I was wondering where I should start in developing a UN*X like system. Should I look at early Linux Versions, or Minix? I want to make a UN*X like system because of the available GNU tools out, I just want to make the kernel. Thank you!
xsix
Member
Member
Posts: 59
Joined: Tue Oct 24, 2006 10:52 am

Post by xsix »

just google for open source unix clones :P
lord_balron
Posts: 2
Joined: Fri Feb 16, 2007 12:47 pm

Post by lord_balron »

Thanks but is that the best way, just to look at other systems?
GLneo
Member
Member
Posts: 237
Joined: Wed Dec 20, 2006 7:56 pm

Post by GLneo »

http://osdever.net/bkerndev/index.php

should get you started...
Otter
Member
Member
Posts: 75
Joined: Sun Dec 31, 2006 11:56 am
Location: Germany

Post by Otter »

I think it is not a good idea to study an open source project if you do not know the basics. You should start to learn all you need, such as assembler, knowlegde about protected mode or at least about the processor you use, and so on.

You want to develop an unix-clone, so of course you need very deep knowlegde about unix systems ( even in the beginning ), so maybe you should look on this, too.
maddog39
Posts: 24
Joined: Fri Feb 02, 2007 7:32 pm
Location: New Hampshire, US

Post by maddog39 »

I have tried myself, the guide that GLneo psoted and the code is not only very sloppy but doesnt even compile without modifications and there are tons of dead links...
Post Reply