git.ucc.asn.au
/
tpg
/
acess2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed broken symlinks
[tpg/acess2.git]
/
KernelLand
/
Kernel
/
arch
/
x86_64
/
include
/
arch_config.h
1
/*
2
*/
3
#ifndef _ARCH_CONFIG_H_
4
#define _ARCH_CONFIG_H_
5
6
7
#define PIT_TIMER_BASE_N 3579545
8
#define PIT_TIMER_BASE_D 3
9
// PIT Ticks at 1.1931816666666 MHz
10
// Base is 1193182 HZ
11
#define PIT_TIMER_DIVISOR 11931 //~100Hz
12
13
#endif
UCC
git Repository :: git.ucc.asn.au