Beta-2.1 Changelog
From ChronOS Linux
Changes made between Beta 2 and Beta 2.1.
Kernel
- Replaced names including vt_rt to include chronos
- Multiplexed begin_rt_seg, end_rt_seg, and add_abort_handler system calls
- Moved all atomic_int related code to the userspace
- Resolved multicore locking kernel pagefault
- Added mutex statistics to /proc/chronos_mutex
Userspace
- Added libchronos, rather than handing out header files
- Switched all compiles to makefiles
- Rewrote mutex and atomic_int operations to look like pthread calls.