Changes between Version 10 and Version 11 of ReleaseNotes/Trunk


Ignore:
Timestamp:
2009-07-13T15:30:09Z (15 years ago)
Author:
Jakub Jermář
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/Trunk

    v10 v11  
    1414   * The kernel and user space use a new (non-standard) string API which allows convenient processing of UTF-8 strings.
    1515
     16=== Services ===
     17 * Device mapper
     18 * Keyboard
     19 * Console
     20
    1621=== Drivers ===
    1722
     
    1924   * ''rd'' now uses an abstract block device interface
    2025 * New block device drivers
    21    * ''gxe_bd'' (for GXemul disk device)
    22    * ''ata_bd'' (for ATA disks simulated in Qemu)
    23    * ''file_bd'' (block device backed by a file)
     26   * ''gxe_bd'' for GXemul disk device
     27   * ''ata_bd'' for ATA disks simulated in Qemu
     28   * ''file_bd'' block device backed by a file
    2429
    2530=== File systems ===
     
    3338
    3439 * Tester
    35    * Tester is controlled by command-line arguments rather than being interactive.
     40   * ''tester'' is controlled by command-line arguments rather than being interactive.
    3641 * Tetris
    37    * Tetris now uses colors `^_^`
    38    * Score table is now persistant
     42   * ''tetris'' now uses colors `^_^`
     43   * Score table is now persistent
    3944 * Bdsh
    4045   * Support for simple ''mv'' command