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 |