Downloading ChronOS Linux 2.8
From ChronOS Linux
(Created page with '== Linux Kernel == Create and navigate to your kernel working folder <tt>'''mkdir''' chronos '''cd''' chronos </tt> Download the <tt>2.6.33.7</tt> kernel to your working ker…') |
|||
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:// | + | <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 20:08, 16 May 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.
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 repository.
Back to main page