Changes between Version 65 and Version 66 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-14T09:02:11Z (6 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v65 v66  
    1515  * Basic build tests executed with each commit via Travis CI
    1616  * 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).
     17     * Kernel output is now mirrored to the serial port by default on amd64, arm32/icp and ia32 platforms. This is complemented by `tools/ew.py` connecting serial port to console stdio by default (can be overridden using `-noserial`, see below).
    1818     * 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.
    1919     * 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.