Win95 DOS Call: Difference between revisions

m
no edit summary
[unchecked revision][unchecked revision]
No edit summary
 
mNo edit summary
Line 2:
 
==Usage==
The main reason to be working with disk images when doing OS development is that they are needed for [[emulators]] such as [[Bochs]]. If you are using a non-standard FileSystem[[filesystem]] in the emulator, then you must use a disk HexEditor[[hexeditor]], or read and write sectors in your disk image file directly, because no host OS will recognize your non-standard filesystem.
 
This interrupt call gives a programmer a method to read and write logical disk sectors. You need to use some utility to find the sector location on your disk partition of your disk image.
Anonymous user