mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CLASS2]
Switch to the 'new' disk geometry (63 sectors per track and 255 tracks per cylinder). This geometry is compatible with Windows, Linux and other Operating Systems. ATTENTION: You must delete and re-create the partitions on your harddisk. svn path=/trunk/; revision=54511
This commit is contained in:
parent
355e8279a6
commit
63ee24adb0
1 changed files with 4 additions and 4 deletions
|
@ -29,12 +29,12 @@
|
|||
#define START_UNIT_TIMEOUT 30
|
||||
|
||||
/* Disk layout used by Windows NT4 and earlier versions. */
|
||||
#define DEFAULT_SECTORS_PER_TRACK 32
|
||||
#define DEFAULT_TRACKS_PER_CYLINDER 64
|
||||
//#define DEFAULT_SECTORS_PER_TRACK 32
|
||||
//#define DEFAULT_TRACKS_PER_CYLINDER 64
|
||||
|
||||
/* Disk layout used by Windows 2000 and later versions. */
|
||||
//#define DEFAULT_SECTORS_PER_TRACK 63
|
||||
//#define DEFAULT_TRACKS_PER_CYLINDER 255
|
||||
#define DEFAULT_SECTORS_PER_TRACK 63
|
||||
#define DEFAULT_TRACKS_PER_CYLINDER 255
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue