Owner's Manual
Manuals
Brands
MSI Manuals
Computer equipment
MS-96E3
11
12
13
14
15
16
17
18
19
20
1-6
Overview
▍
MS-96E3
Overview
▍
MS-96E3
D.
Enable watchdog timer
Activate WDTO#
mov
dx, 04eh
;CR 30h: bit 0 ll in 1
mov
al, 030h
out
dx, al
inc
dx
mov
al, 01h
out
dx, al
; Setup WDTO# count mode
; Set bit 4 and bit 3 by request
; Set bit 2 to 0
; Set bit 1 to 1
1
...
...
12
13
14
15
16
...
...
54