Changes between Version 57 and Version 58 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-08T14:15:41Z (6 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v57 v58  
    8686  * Headers with structures and their respective member offsets shared between C code and assembly are no longer generated from a YAML description, but are instead provided in a readily-usable header file and checked for consistency by the build system.
    8787  * Userspace portions of HelenOS can now be built with undefined behavior sanitizer enabled, making it easier to detect certain kinds of problems.
    88   * The `tools/ew.py` scripts now accepts some new arguments:
     88  * The `tools/ew.py` script used for sarting HelenOS in various emulators now accepts some new arguments:
    8989    * `-noxhci`: The XHCI USB host controller is enabled by default. Use this switch to override.
    9090    * `-notablet`: When used with QEMU, the USB tablet offers better user experience over plain USB or PS/2 mouse as the mouse cursor can seamlessly move between the guest window and the host. Use this option to disable.