Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

bios.h 162B

12345678910
  1. #ifndef BIOS_H
  2. #define BIOS_H
  3. FILE_LICENCE ( GPL2_OR_LATER );
  4. #define BDA_SEG 0x0040
  5. #define BDA_FBMS 0x0013
  6. #define BDA_NUM_DRIVES 0x0075
  7. #endif /* BIOS_H */