Downloading ChronOS Linux 2.8

From ChronOS Linux

(Difference between revisions)
Jump to: navigation, search
(CONFIG_PREEMPT_RT and ChronOS Kernel Patches, Libraries, and Test Application)
(Remove password wall for repository)
Line 21: Line 21:
Continue with the [[Installation Guide]].
Continue with the [[Installation Guide]].
-
<font color="maroon">'''NOTE''': ''While ChronOS is freely available under the GPL, it is actively used for classwork at Virginia Tech. Therefore, to prevent cheating, the full source code is not made available for direct download. Please email the current maintainer and we will happily supply the username/password. We realize this is a terrible solution, and are working to find a better one. The full code can be found in our [http://chronoslinux.org/repo/releases/ repository].''</font>
 
----
----
Back to [[Main Page | main page]]
Back to [[Main Page | main page]]

Revision as of 02:01, 17 June 2011

Linux Kernel

Create and navigate to your kernel working folder

mkdir chronos
cd chronos 

Download the 2.6.33.7 kernel to your working kernel folder

wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.33.7.tar.bz2

CONFIG_PREEMPT_RT and ChronOS Kernel Patches, Libraries, and Test Application

Download the latest version of the archive which contains the latest PREEMPT_RT and ChronOS kernel patches, associated libraries, and the middleware test application called sched_test_app from the repository.

Extract the contents of this folder and move them to the 'chronos' folder you created above.

tar xf ChronOS_Beta_2.7.tar.bz2
mv ChronOS_Beta_2.7/* chronos/

Continue with the Installation Guide.



Back to main page

Personal tools