Changes between Version 4 and Version 5 of CSPFL_Kernel
- Timestamp:
- 09/05/09 17:32:04 (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CSPFL_Kernel
v4 v5 5 5 6 6 '''The kernel source is no longer maintained through beaversource, instead look here: [https://code.oregonstate.edu/git/oswald-kernel/]''' 7 7 8 [[BR]] 8 9 Notice that there are a number of branches on the main kernel tree: 12 13 * oswald-goskab - This is Ben Goska's branch, be careful if you decide to use it as it is not considered stable ever 13 14 14 [[BR]] 15 ---- 16 17 == Checking out the code == 18 The OSWALD kernel repository is maintained using git so it can be checked out using: 19 20 {{{ 21 #!sh 22 git clone git://code.oregonstate.edu/oswald-kernel 23 }}} 24 25 == Configuring the kernel == 26 TODO... 27 28 == Building the kernel == 29 TODO... 30 31 ---- 15 32 '''This page is dedicated to provide information on how configure and build the Kernel.''' 16 [[BR]]
