Changes between Version 4 and Version 5 of ReleaseNotes/Trunk
- Timestamp:
- 2009-07-12T15:38:33Z (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Trunk
v4 v5 14 14 === Drivers === 15 15 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 18 24 19 25 === Applications === 20 26 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 `^_^` 23 29 24 30 == Regressions in This Release == 25 31 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. 27 33 28 34 == Known Bugs ==
