diff options
Diffstat (limited to 'src/disk.c')
-rw-r--r-- | src/disk.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -712,3 +712,6 @@ handle_76() SET_BDA(disk_interrupt_flag, 0xff); eoi_pic2(); } + +// Old Fixed Disk Parameter Table (newer tables are in the ebda). +struct fdpt_s OldFDPT VAR16FIXED(0xe401); |