_______
;System
```````
BCPSYS db 'BCPSYS' ; System_Information
Rev_BCPSYS db 3,2 ; Rev 3.2
Size_BCPSYS dw 80h ; 118 bytes of data
Bios_Version db 4,6 ; 04 - Major
; 06 - Minor
Bios_SubVersion db 0,0,0 ; 0.0.0
Build_Date db '03/18/04',0 ; 03/18/04 / Ver_Date /
Build_Time_0 db '15:1' ; Ver_Time
Build_Time_1 db '2:40',0 ; Ver_Time1
Ver_Date db '00/00/00',0
Ver_Time2 db '0:00'
Ver_Time3 db '00:0',0
ROMEXEC_Seg dw 0F154h ; F154
E4AA_Seg dw 0E4AAh ; BIOS_MOD_2
Part_Name db 'DEVELkt9 ',0 ; Version
Keyboard_Options db 110b ; bits:
; 0 - PS/2 Style Controller <--
; 1 - Force Numlock <--
; 2 - Numlock Off
Speed_Switching_Options db 0 ; Controller on Pin 23
; Controller on Pin 24
; Fast Speed Polarity
Speed_Configuration db 0 ; Controller on CPU Cache
; Controller on External Cache
; Controller on Chipset
; Controller on Other Method
Key_Invokes_SETUP_After_POST db 0FFh ; None (Disabled) <--
; Ctrl-Alt-S
etc…
|