Changes between Version 60 and Version 61 of ReleaseNotes/Mainline


Ignore:
Timestamp:
2018-07-09T09:34:06Z (6 years ago)
Author:
Jiri Svoboda
Comment:

Volume management

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Mainline

    v60 v61  
    3333    * Support for explicit USB device removal
    3434    * USB tablet driver
     35  * Automatic volume mounting
     36    * Volumes with volume label are auto-mounted under /vol/LABEL
     37    * This works for FAT, exFAT, ISO 9660 (e.g. USB sticks, CD/DVD-ROM)
     38    * `vol` command to list volumes, `vol eject /vol/LABEL` to unmount
     39    * Currently this cannot be customized
     40    * Hard drive partitions (ATA) are not auto-mounted for safety reasons
    3541  * Unify all the different character device interfaces accrued over the years and use only the one provided by `io/chardev.h` and `io/chardev_srv.h`
    3642  * Move ADB keyboard and mouse support from the input server into separate drivers
     
    3844  * Added new NIC driver for virtio-net.
    3945  * The `nic` command now works with the ne2k driver too
    40   * FIXME: Volume management improvements
    4146
    4247=== File Systems ===