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.
 
 
 
 
 
 
CryptoAlgo-Dev 75c48ba87f
Merge pull request #4 from ArchGryphon9362/patch-1
4 years ago
..
bootini.c Add source files 4 years ago
rdskboot.asm Add source files 4 years ago
readme Add source files 4 years ago
sources Add source files 4 years ago

readme

The file rdskboot.asm contains the program to be inserted into the
boot sector of the emergency repair disk. There is also a message that needs
to go in that sector -- the message is contained in setup.exe's resources,
with resource id IDS_REPAIR_BOOTCODE_MSG.

I build rdskboot.com by using the following commands:

masm386 rdskboot,,nul,nul,,
link_60 /tiny rdskboot,,nul,,,


I then ran bin2c.exe (in sdktools, part of standard idw) over rdskboot.com
using the following command:

bin2c rdskboot.com 45 0 45 ..\rdskboot.c REPAIR_DISK_BOOTSECTOR

This generated rdskboot.c in setup\src, which I checked in.