Changes between Version 63 and Version 64 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-13T12:54:03Z (6 years ago)
Author:
Jiří Zárevúcky
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v63 v64  
    1414  * Integrate support for the [https://github.com/jxsvoboda/sycek Sycek] C style checker into the build system. Sycek helps to make HelenOS source code nice and tidy, and in some cases can even spot real bugs. Run either with `make ccheck` or as part of `make check`.
    1515  * Basic build tests executed with each commit via Travis CI
     16  * Kernel console improvements:
     17     * Kernel output is now mirrored to the serial port by default on x86[_64] platforms. This is complemented by `tools/ew.py` connecting serial port to console stdio by default (can be overridden using `-noserial`, see below).
     18     * Kernel console output printed from user tasks via `kio_printf()` facility is now prefixed with the identity of the source, and some effort is made to prevent splitting of lines.
     19     * When an assertion fails in a user task, the full report is printed to kernel console before an attempt is made to print it via regular channels.
    1620
    1721=== Kernel ===