source: bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/include/bios.h

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
File size: 162 bytes
Line 
1#ifndef BIOS_H
2#define BIOS_H
3
4FILE_LICENCE ( GPL2_OR_LATER );
5
6#define BDA_SEG 0x0040
7#define BDA_FBMS 0x0013
8#define BDA_NUM_DRIVES 0x0075
9
10#endif /* BIOS_H */
Note: See TracBrowser for help on using the repository browser.