Downloading ChronOS Linux 2.8
From ChronOS Linux
(Difference between revisions)
(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…') |
m (moved Downloading ChronOS Linux to Downloading ChronOS Linux 2.8: ChronOS 3.0 Release) |
||
(4 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
'''cd''' chronos </tt> | '''cd''' chronos </tt> | ||
- | Download the <tt>2.6.33. | + | Download the <tt>2.6.33.9</tt> kernel to your working kernel folder |
- | <tt>'''wget''' http:// | + | <tt>'''wget''' http://mirrors.med.harvard.edu/linux/kernel/v2.6/longterm/v2.6.33/linux-2.6.33.9.tar.bz2</tt> |
== CONFIG_PREEMPT_RT and ChronOS Kernel Patches, Libraries, and Test Application == | == 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 <tt>sched_test_app</tt> from the [http:// | + | 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 <tt>sched_test_app</tt> from the [http://chronoslinux.org/repo/releases/ repository]. |
Extract the contents of this folder and move them to the 'chronos' folder you created above. | Extract the contents of this folder and move them to the 'chronos' folder you created above. | ||
- | <tt>'''tar xf''' ChronOS_Beta_2. | + | <tt>'''tar xf''' ChronOS_Beta_2.8.tar.bz2 |
- | '''mv''' ChronOS_Beta_2. | + | '''mv''' ChronOS_Beta_2.8/* chronos/</tt> |
Continue with the [[Installation Guide]]. | Continue with the [[Installation Guide]]. | ||
- | |||
---- | ---- | ||
Back to [[Main Page | main page]] | Back to [[Main Page | main page]] |
Current revision as of 03:06, 21 March 2012
Linux Kernel
Create and navigate to your kernel working folder
mkdir chronos cd chronos
Download the 2.6.33.9 kernel to your working kernel folder
wget http://mirrors.med.harvard.edu/linux/kernel/v2.6/longterm/v2.6.33/linux-2.6.33.9.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.8.tar.bz2 mv ChronOS_Beta_2.8/* chronos/
Continue with the Installation Guide.
Back to main page