Last change
on this file since 6888aa2 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago |
Imported original source code.
|
-
Property mode
set to
100755
|
File size:
454 bytes
|
Rev | Line | |
---|
[3ae31e9] | 1 | /*
|
---|
| 2 | =============================================================================
|
---|
| 3 | bpb.h -- GEMDOS BIOS parameter block structure
|
---|
| 4 | Version 1 -- 1988-01-27 -- D.N. Lynx Crowe
|
---|
| 5 | =============================================================================
|
---|
| 6 | */
|
---|
| 7 |
|
---|
| 8 | struct BPB {
|
---|
| 9 |
|
---|
| 10 | unsigned recsiz;
|
---|
| 11 | unsigned clsiz;
|
---|
| 12 | unsigned clsizb;
|
---|
| 13 | unsigned rdlen;
|
---|
| 14 | unsigned fsiz;
|
---|
| 15 | unsigned fatrec;
|
---|
| 16 | unsigned datrec;
|
---|
| 17 | unsigned numcl;
|
---|
| 18 | unsigned bflags;
|
---|
| 19 | };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.