blob: b2fa6871279886d0d835fa28706924975371efd5 (
plain)
1
2
3
4
5
6
|
// PATCH: Add two new Bools for floppy configuration
// FILE: ::/Adam/ABlkDev/Mount.HC
// TO INSTALL: Comment out the old Bool declaration
// THEN: #include this file after it
Bool whole_drv,make_free,defaults=FALSE;
|