Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
492 B

extern char *textCantAccessImageFile;
extern char *textDiskReadError;
extern char *textDiskWriteError;
extern char *textTransferringFile;
extern char *textInvalidImageFile;
extern char *textImageFileTooBig;
extern FPVOID IoBuffer;
extern CMD_LINE_ARGS CmdLineArgs;
BOOL
ApplyImage(
IN HDISK DiskHandle,
IN ULONG TargetStart,
IN ULONG MaxSize,
IN BYTE SectorsPerTrack,
IN USHORT Heads
);
//
// 1 maximally sized cylinder
//
#define BOOT_IMAGE_SIZE (63*256)