Changes between Version 10 and Version 11 of ReleaseNotes/Trunk
- Timestamp:
- 2009-07-13T15:30:09Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Trunk
v10 v11 14 14 * The kernel and user space use a new (non-standard) string API which allows convenient processing of UTF-8 strings. 15 15 16 === Services === 17 * Device mapper 18 * Keyboard 19 * Console 20 16 21 === Drivers === 17 22 … … 19 24 * ''rd'' now uses an abstract block device interface 20 25 * 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 24 29 25 30 === File systems === … … 33 38 34 39 * Tester 35 * Testeris controlled by command-line arguments rather than being interactive.40 * ''tester'' is controlled by command-line arguments rather than being interactive. 36 41 * Tetris 37 * Tetrisnow uses colors `^_^`38 * Score table is now persist ant42 * ''tetris'' now uses colors `^_^` 43 * Score table is now persistent 39 44 * Bdsh 40 45 * Support for simple ''mv'' command