Beta-2.8 Changelog
From ChronOS Linux
(Difference between revisions)
(Created page with 'Changes made between Beta 2.7 and Beta 2.8. ==Kernel== * Moved from kernel version 2.6.33.7 to 2.6.33.9, and updated to the rt31 version of the PREEMPT_RT patch. * Moved syscall…') |
|||
Line 8: | Line 8: | ||
* Re-worked Sched_Test_App to allow for alternative workloads (other than simply burning the CPU) | * Re-worked Sched_Test_App to allow for alternative workloads (other than simply burning the CPU) | ||
* Added FFT and glxgears as workloads to Sched_Test_App | * Added FFT and glxgears as workloads to Sched_Test_App | ||
+ | * Fixed libchronos so that it can be compiled with both g++ and gcc |
Revision as of 15:38, 18 May 2011
Changes made between Beta 2.7 and Beta 2.8.
Kernel
- Moved from kernel version 2.6.33.7 to 2.6.33.9, and updated to the rt31 version of the PREEMPT_RT patch.
- Moved syscall numbers up by three to not interfere with distributions using kernels newer than 2.6.35, which have added several new syscalls.
Userspace
- Re-worked Sched_Test_App to allow for alternative workloads (other than simply burning the CPU)
- Added FFT and glxgears as workloads to Sched_Test_App
- Fixed libchronos so that it can be compiled with both g++ and gcc