Changes between Version 64 and Version 65 of ReleaseNotes/Mainline
- Timestamp:
- 2018-07-13T12:57:23Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Mainline
v64 v65 98 98 * 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. 99 99 * 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 s arting 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: 101 101 * `-noxhci`: The XHCI USB host controller is enabled by default. Use this switch to override. 102 102 * `-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.