Category : Miscellaneous Language Source Code
Archive   : BDISK10.ZIP
Filename : BDISK.H

 
Output of file : BDISK.H contained in archive : BDISK10.ZIP
/*
BDISK library header file.
*/

extern char BOOTSEC;

void far pascal _setbase (int secs, int byts);
void far pascal _resbase (void);
int far pascal _secred (int drv, int hed, int trk, int sec, int cnt,
void far *buf);
int far pascal _secver (int drv, int hed, int trk, int sec, int cnt);
int far pascal _secwrt (int drv, int hed, int trk, int sec, int cnt,
void far *buf);
int far pascal _trkfrm (int drv, int hed, int trk, int secs, int byts);

#define setbase(a,b) _setbase(a,b)
#define resbase() _resbase()
#define secred(a,b,c,d,e,f) _secred(a,b,c,d,e,f)
#define secver(a,b,c,d,e) _secred(a,b,c,d,e)
#define secwrt(a,b,c,d,e,f) _secwrt(a,b,c,d,e,f)
#define trkfrm(a,b,c,d,e) _trkfrm(a,b,c,d,e)



  3 Responses to “Category : Miscellaneous Language Source Code
Archive   : BDISK10.ZIP
Filename : BDISK.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/