Changes between Version 5 and Version 6 of ReleaseNotes/Trunk
- Timestamp:
- 2009-07-12T15:40:09Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ReleaseNotes/Trunk
v5 v6 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 18 19 19 === File systems === 20 20 21 21 * Support for multiple file systems mounted at once 22 * New ' devfs' file system for handling access to console via a file handle22 * New ''devfs'' file system for handling access to console via a file handle 23 23 * Support for stat() and fstat() file system calls 24 24