diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-24 15:01:49 +0200 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2014-09-25 11:17:21 +0200 |
commit | 1c9bbcccfabbb451234d5a07f872b13d3278276e (patch) | |
tree | bfb4e66019349bd8b77c4e6cdce9be1dd6b0eab4 | |
parent | 86f60379f71ec6d0aa3b93eaacc55bc5f453bda5 (diff) |
Update NEWS file
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2014-XX-XX +Version 1.5 + +Numerous cleanups and stylistic fixes of the code base. Several +problems have been identified using static analysis tools and +subsequently been fixed. + +The kernel debugger can now parse ELF symbol tables, can be invoked +over serial lines, gained two new commands and has received usability +improvements. + +The vm pageout policy has been tuned to accommodate modern hardware. + +The kernel gained partial ACPI support on x86, enough to power down +the system. + 2013-09-27 Version 1.4 |