Category : Recently Uploaded Files
Archive   : SNIP9503.ZIP
Filename : DOS5BOOT.H

 
Output of file : DOS5BOOT.H contained in archive : SNIP9503.ZIP
/*
** DOS5BOOT.H - DOS 5 boot record
*/

#if defined(__TURBOC__)
#pragma option -a-
#define FAR far
#elif defined(__ZTC__)
#pragma ZTC align 1
#define FAR _far
#else /* MSC/QC/WATCOM/METAWARE */
#pragma pack(1)
#define FAR _far
#endif

typedef struct { /* offset in buffer record */
char bsJump[3]; /* 1 - 3 */
char bsOemName[8]; /* 4 - 11 */
short bsBytesPerSec; /* 12 - 13 */
char bsSecPerClust; /* 14 */
short bsResSectors; /* 15 - 16 */
char bsFATs; /* 17 */
short bsRootDirEnts; /* 18 - 19 */
short bsSectors; /* 20 - 21 */
char bsMedia; /* 22 */
short bsFATsecs; /* 23 - 24 */
short bsSecPerTrack; /* 25 - 26 */
short bsHeads; /* 27 - 28 */
long bsHiddenSecs; /* 29 - 32 */
long bsHugeSectors; /* 33 - 36 */
char bsDriveNumber; /* 37 */
char bsReserved1; /* 38 */
char bsBootSignature; /* 39 */
long bsVolumeID; /* 40 - 43 */
char bsVolumeLabel[11]; /* 44 - 54 */
char bsFileSysType[8]; /* 54 - 61 */
char bsReserved2[8]; /* 62 - 69 */
char bsJunk[442]; /* 70 - end of record
(byte 512 is last) */
} B_REC; /* Boot_record; total of 512 bytes */


  3 Responses to “Category : Recently Uploaded Files
Archive   : SNIP9503.ZIP
Filename : DOS5BOOT.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/