Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
411 B

  1. ; Definitions of interesting variables in ROM BIOS data segment at 40:0
  2. ;
  3. ; Revision History
  4. ; ================
  5. ; 7/13/90 md Created
  6. ROMBIOS_DATA segment AT 040h
  7. org 049h
  8. CRT_Mode db ? ; current screen mode
  9. CRT_Cols dw ? ; current number of columns
  10. org 084h
  11. CRT_Rows db ? ; current number of screen rows
  12. DEFAULT_ROWS equ 24 ; standard default for screen height
  13. ROMBIOS_DATA ends