blob: 41871e5b66ecba5dff497f9da8e53a472298889b (
plain)
1
2
3
4
5
|
// 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.
Bool whole_drv,make_free,defaults=FALSE;
|