From subsecret
Jump to: navigation, search
No edit summary
Line 1: Line 1:
=Building Linux from scratch=
=Building Linux from scratch=
'''NOTE: The guide is not complete yet'''
This is a guide on how to build an entire linux system from scratch.  
This is a guide on how to build an entire linux system from scratch.  



Revision as of 12:53, 16 June 2013

Building Linux from scratch

NOTE: The guide is not complete yet This is a guide on how to build an entire linux system from scratch.

Prerequisites: Linux installation on same architecture as the one you want to build Linux from scratch for. A working version of GCC. Files needed for guide

Using the guide: All steps have to be followed in the order they are for the program dependencies to work. However after finishing the building of the tools, you can add more tools yourself.

Building tools (stage 1)

Building tools (stage 2)

Building tools (stage 3)

Testing new environment

Building tools (stage 3 cont.)

Finishing building the tools

Building from new environment