HomeSort by relevance Sort by last modified time
    Searched refs:BIOS_COLS (Results 1 - 2 of 2) sorted by null

  /external/syslinux/com32/lib/sys/
stdcon_write.c 42 #define BIOS_COLS (*(uint16_t *)0x44A)
47 fp->o.cols = BIOS_COLS;
  /external/syslinux/core/
bios.c 23 #define BIOS_COLS (*(uint16_t *)0x44A)
34 *cols = BIOS_COLS;

Completed in 71 milliseconds