Changes between Version 12 and Version 13 of ReleaseNotes/Trunk


Ignore:
Timestamp:
2009-07-15T11:09:49Z (15 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Trunk

    v12 v13  
    1616=== Services and Drivers ===
    1717 * Device mapper
    18  * Keyboard
    19    * ''kbd'' has been rewritten and modularized.
    20      * ''kbd'' now supports three layouts (US qwerty, US dvorak and Czech qwerty).
     18 * ''kbd'' has been rewritten and modularized. It supports three layouts (US qwerty, US dvorak and Czech qwerty).
    2119 * Console
    22  * Ramdisk driver
    23    * ''rd'' now uses an abstract block device interface.
    24  * New block device drivers
    25    * ''gxe_bd'' for GXemul disk device.
    26    * ''ata_bd'' for ATA disks simulated in Qemu.
    27    * ''file_bd'' block device backed by a file.
     20 * ''rd'' now uses an abstract block device interface.
     21 * Added ''gxe_bd'' for GXemul disk device.
     22 * Added ''ata_bd'' for ATA disks simulated in Qemu.
     23 * Added ''file_bd'' block device backed by a file.
    2824
    2925=== File systems ===
     
    3228 * Support for stat() and fstat() file system calls.
    3329 * The file system block cache will write back blocks to the device, it still does not flush the cache periodically though.
    34  * New file systems
    35    * ''devfs'' file system for handling access to console via a file handle.
     30 * ''tmpfs'' now supports multiple instances (#35)
     31 * Added ''devfs'' file system for handling access to console via a file handle.
    3632
    3733=== Applications ===