Remove default sector size
The DEFAULT_SECTOR_SIZE was a temporary measure to help in the transition to support devices with sector sizes > 512 bytes. It is no longer needed.
This commit is contained in:
parent
5d2bf2ec5d
commit
f46fbedd34
|
@ -52,8 +52,6 @@ const Byte_Value MEBI_FACTOR=(KIBI_FACTOR * KIBI_FACTOR);
|
|||
const Byte_Value GIBI_FACTOR=(MEBI_FACTOR * KIBI_FACTOR);
|
||||
const Byte_Value TEBI_FACTOR=(GIBI_FACTOR * KIBI_FACTOR);
|
||||
|
||||
const Byte_Value DEFAULT_SECTOR_SIZE=512;
|
||||
|
||||
enum FILESYSTEM
|
||||
{
|
||||
FS_UNALLOCATED = 0,
|
||||
|
|
Loading…
Reference in New Issue