Changes between Version 55 and Version 56 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-08T13:38:57Z (6 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v55 v56  
    3636  * Move ADB keyboard and mouse support from the input server into separate drivers
    3737  * Finish DDF conversions of ski, sun4u and msim console drivers
    38   * NIC driver for virtio-net, enable with `tools/ew.py -net virtio-net`
     38  * Added new NIC driver for virtio-net.
    3939  * The `nic` command now works with the ne2k driver too
    4040  * FIXME: Volume management improvements
     
    8787  * Userspace portions of HelenOS can now be built with undefined behavior sanitizer enabled, making it easier to detect certain kinds of problems.
    8888  * The `tools/ew.py` scripts now accepts some new arguments:
    89     * `noxhci`: The XHCI USB host controller is enabled by default. Use this switch to override.
    90     * `notablet`: Disable USB tablet (use only relative-position PS/2 mouse instead), if applicable
    91     * `noserial`: By default the serial output is enabled if supported by the configuration. This option overrides this.
    92     * `bigmem`: Some configurations are memory hungry and need more memory. Use `-bigmem` to set maximum RAM size to 4GB.
     89    * `-noxhci`: The XHCI USB host controller is enabled by default. Use this switch to override.
     90    * `-notablet`: Disable USB tablet (use only relative-position PS/2 mouse instead), if applicable
     91    * `-noserial`: By default the serial output is enabled if supported by the configuration. This option overrides this.
     92    * `-bigmem`: Some configurations are memory hungry and need more memory. Use `-bigmem` to set maximum RAM size to 4GB.
     93    * `-net virtio-net`: Use this to enable the VIRTIO network inteface.
    9394
    9495== Regressions in This Release ==