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

  /external/syslinux/com32/lib/sys/
stdcon_write.c 41 #define BIOS_ROWS (*(uint8_t *)0x484) /* Minus one; if zero use 24 (= 25 lines) */
46 fp->o.rows = BIOS_ROWS + 1;
  /external/syslinux/core/
bios.c 22 #define BIOS_ROWS (*(uint8_t *)0x484) /* Minus one; if zero use 24 (= 25 lines) */
33 *rows = BIOS_ROWS ? BIOS_ROWS + 1 : 25;

Completed in 263 milliseconds