summaryrefslogtreecommitdiff
path: root/Kernel/Patches/CBlkDevFDC.HC
blob: 82c167c47edbb179b54446c2b3d4dbc7767330d0 (plain)
1
2
3
4
5
6
7
8
9
// PATCH: Add floppy params to the CBlkDev class
// FILE: ::/Kernel/KernelA.HH
// TO INSTALL: #include this file after the second U32 declaration.

U8	cyls,heads,spt,
	srt,hut,hlt,
	bps,gpl1,gpl2,
	dtl,mtr;
Bool	mfm;