blob: c7af39fe03a6c37df56686acaf985ca289654516 (
plain)
1
2
3
4
5
6
|
// PATCH: Set "removable" flag on floppy devices
// FILE: ::/Kernel/BlkDev/DskBlkDev.HC
// TO INSTALL: #include this file at the end of the switch statement
case BDT_FLOPPY:
res->flags|=BDF_REMOVABLE;
|