blob: d148a83cdef1297d5e33b9acbd99b8959a4afdd4 (
plain)
1
2
3
4
5
6
7
|
// 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.
// ADAM PATCH: Must be installed after kernel patches!
Bool whole_drv,make_free,defaults=FALSE;
|