Changes between Version 4 and Version 5 of ReleaseNotes/Trunk


Ignore:
Timestamp:
2009-07-12T15:38:33Z (15 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Trunk

    v4 v5  
    1414=== Drivers ===
    1515
    16  * Ramdisk driver (rd) now uses an '''abstract block device interface'''.
    17  * New '''block device drivers''': gxe_bd (for GXemul disk device), ata_bd (for ATA disks simulated in Qemu), file_bd (block device backed by a file)
     16 * Ramdisk driver ('rd') now uses an '''abstract block device interface'''.
     17 * New '''block device drivers''': 'gxe_bd' (for GXemul disk device), 'ata_bd' (for ATA disks simulated in Qemu), 'file_bd' (block device backed by a file)
     18
     19=== File systems ===
     20
     21 * Support for multiple file systems mounted at once
     22 * New 'devfs' file system for handling access to console via a file handle
     23 * Support for stat() and fstat() file system calls
    1824
    1925=== Applications ===
    2026
    21  * Tester is controlled by command-line arguments rather than being interactive.
    22  * Tetris now uses colors `^_^`
     27* Tester is controlled by command-line arguments rather than being interactive.
     28* Tetris now uses colors `^_^`
    2329
    2430== Regressions in This Release ==
    2531
    26  * '''Mouse support temporarily removed.''' This was too ugly. A new mouse driver will be reintroduced in a near future release.
     32* '''Mouse support temporarily removed.''' This was too ugly. A new mouse driver will be reintroduced in a near future release.
    2733
    2834== Known Bugs ==