diff options
author | Justus Winter <justus@gnupg.org> | 2016-04-15 17:58:12 +0200 |
---|---|---|
committer | Justus Winter <justus@gnupg.org> | 2016-04-15 17:58:12 +0200 |
commit | 962d56bd3720f10e38ee48df8654c5a6d413a394 (patch) | |
tree | 727b36771ff0c62dbc2ad4b9ee7a7396ec9a81af /NEWS | |
parent | 600f59d7879d65bede34eda398f3e3b9126cd425 (diff) | |
download | gnumach-962d56bd3720f10e38ee48df8654c5a6d413a394.tar.gz gnumach-962d56bd3720f10e38ee48df8654c5a6d413a394.tar.bz2 gnumach-962d56bd3720f10e38ee48df8654c5a6d413a394.zip |
Update NEWS file
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Version 1.7 (2016-04-XX) + +The code has been updated to work with newer versions of the compiler, +and numerous bugs have been fixed throughout the code. The code uses +integer types from 'stdint.h' now instead of the old Mach types. + +The VM cache policy change has been merged. The kernel now caches +unreferenced VM objects unconditionally instead of using a fixed +limit. + +The physical page allocator of the X15 kernel has been integrated, and +is now used directly by the slab allocator. This increases the kernel +heap addressing important scalability issues. + Version 1.6 (2015-10-31) The code has been updated to work with newer versions of the compiler, |