Skip to content

Commit 399ac6a

Browse files
committed
Use 512 sector size by default for now
1 parent 929fc1f commit 399ac6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ namespace DumpIt
2222
{
2323
internal class Constants
2424
{
25-
internal const ulong SectorSize = 0x1000;
25+
internal const ulong SectorSize = 0x200;//0x1000;
2626

2727
internal static readonly string[] partitions =
2828
[

0 commit comments

Comments
 (0)