source: buchla-68k/orig/lib/INCLUDE/BPB.H@ 3ae31e9

Last change on this file since 3ae31e9 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Imported original source code.

  • Property mode set to 100755
File size: 454 bytes
Line 
1/*
2 =============================================================================
3 bpb.h -- GEMDOS BIOS parameter block structure
4 Version 1 -- 1988-01-27 -- D.N. Lynx Crowe
5 =============================================================================
6*/
7
8struct 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.