Changes between Version 12 and Version 13 of ReleaseNotes/Trunk
- Timestamp:
- 2009-07-15T11:09:49Z (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Trunk
v12 v13 16 16 === Services and Drivers === 17 17 * 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). 21 19 * 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. 28 24 29 25 === File systems === … … 32 28 * Support for stat() and fstat() file system calls. 33 29 * The file system block cache will write back blocks to the device, it still does not flush the cache periodically though. 34 * New file systems35 *''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. 36 32 37 33 === Applications ===