Beta-2.8 Changelog
From ChronOS Linux
(Difference between revisions)
Line 7: | Line 7: | ||
==Userspace== | ==Userspace== | ||
* 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, MD5, and glxgears as workloads to Sched_Test_App |
* Fixed libchronos so that it can be compiled with both g++ and gcc | * Fixed libchronos so that it can be compiled with both g++ and gcc | ||
+ | * Fixed slope generation bugs |
Revision as of 19:58, 15 September 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, MD5, and glxgears as workloads to Sched_Test_App
- Fixed libchronos so that it can be compiled with both g++ and gcc
- Fixed slope generation bugs