Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

bios.h 292B

1234567891011121314
  1. #ifndef BIOS_H
  2. #define BIOS_H
  3. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  4. #define BDA_SEG 0x0040
  5. #define BDA_EQUIPMENT_WORD 0x0010
  6. #define BDA_FBMS 0x0013
  7. #define BDA_REBOOT 0x0072
  8. #define BDA_REBOOT_WARM 0x1234
  9. #define BDA_NUM_DRIVES 0x0075
  10. #define BDA_CHAR_HEIGHT 0x0085
  11. #endif /* BIOS_H */