Subversion Repositories shark

Rev

Rev 331 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
309 giacomo 1
# S.Ha.R.K. Setup File
2
#
3
# Oslib Configuration
4
#
5
 
6
# Enable the system time computation through TSC register
7
# Only Pentium or higher CPU class
8
TSC = TRUE
9
 
10
# Enable timer interrupt through P6 APIC instead of PIT
11
# Only P6 or higher CPU class, TSC support must be enabled
12
APIC = FALSE
13