blob: f9cdc9e51b29bc0d2766e6d12a9592bd55fb2a31 (
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;
|