Manual
Table Of Contents
- 1 Introduction
- 2 Detailed Specifications
- 3 Unpacking
- 4 Connector Pinouts
- 4.1 Peripheral Interface Connectors
- 4.2 Internal Peripheral Connectors
- 4.2.1 Fan Connectors
- 4.2.2 Front Panel Connector
- 4.2.3 Digital Input/Output Connector
- 4.2.4 IDE Connector
- 4.2.5 LCD Backlight Connector
- 4.2.6 LVDS LCD connector
- 4.2.7 Power Connector
- 4.2.8 14-Pin Serial Port Connectors
- 4.2.9 10-Pin Serial Port Connectors
- 4.2.10 SATA Drive Connectors
- 4.2.11 SPDIF Connector
- 4.2.12 Internal USB Connectors
- 4.3 External Interface Connectors
- 5 Installation
- 6 AMI BIOS
- 7 Driver Installation
- A BIOS Options
- B DIO Interface
- C Watchdog Timer

KINO-9453 Mini-ITX Motherboard
Page 176
NOTE:
When exiting a program it is necessary to disable the Watchdog Timer,
otherwise the system resets.
Example program:
; INITIAL TIMER PERIOD COUNTER
;
W_LOOP:
MOV AX, 6F02H ;setting the time-out value
MOV BL, 30 ;time-out value is 48 seconds
INT 15H
;
; ADD THE APPLICATION PROGRAM HERE
;
CMP EXIT_AP, 1 ;is the application over?
JNE W_LOOP ;No, restart the application
MOV AX, 6F02H ;disable Watchdog Timer
MOV BL, 0 ;
INT 15H
;
; EXIT ;










