Changes between Version 4 and Version 5 of CSPFL_Kernel

Show
Ignore:
Author:
hardert (IP: 24.20.133.71)
Timestamp:
09/05/09 17:32:04 (3 months ago)
Comment:

Add some initial docs on checking out the kernel code and a couple stubs for configuring and building the kernel

Legend:

Unmodified
Added
Removed
Modified
  • CSPFL_Kernel

    v4 v5  
    55 
    66'''The kernel source is no longer maintained through beaversource, instead look here: [https://code.oregonstate.edu/git/oswald-kernel/]''' 
     7 
    78[[BR]] 
    89Notice that there are a number of branches on the main kernel tree: 
    1213 * oswald-goskab - This is Ben Goska's branch, be careful if you decide to use it as it is not considered stable ever 
    1314 
    14 [[BR]] 
     15---- 
     16 
     17== Checking out the code == 
     18The OSWALD kernel repository is maintained using git so it can be checked out using: 
     19 
     20{{{ 
     21#!sh 
     22git clone git://code.oregonstate.edu/oswald-kernel 
     23}}} 
     24 
     25== Configuring the kernel == 
     26TODO... 
     27 
     28== Building the kernel == 
     29TODO... 
     30 
     31---- 
    1532'''This page is dedicated to provide information on how configure and build the Kernel.''' 
    16 [[BR]]