Changes between Version 64 and Version 65 of ReleaseNotes/Mainline


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

typo

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v64 v65  
    9898  * 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.
    9999  * Userspace portions of HelenOS can now be built with undefined behavior sanitizer enabled, making it easier to detect certain kinds of problems.
    100   * The `tools/ew.py` script used for sarting HelenOS in various emulators now accepts some new arguments:
     100  * The `tools/ew.py` script used for starting HelenOS in various emulators now accepts some new arguments:
    101101    * `-noxhci`: The XHCI USB host controller is enabled by default. Use this switch to override.
    102102    * `-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.