diff --git a/src/kernel/boot/arch/x86/stage2.c b/src/kernel/boot/arch/x86/stage2.c index 8efdaf3414..c6ec684545 100644 --- a/src/kernel/boot/arch/x86/stage2.c +++ b/src/kernel/boot/arch/x86/stage2.c @@ -497,7 +497,7 @@ sleep(uint64 time) _v; \ }) -#define TIMER_CLKNUM_HZ 1193167 +#define TIMER_CLKNUM_HZ (14318180/12) static void calculate_cpu_conversion_factor(void) @@ -610,7 +610,7 @@ not_so_quick_sample: * where reminder is: * * floor((1< @@ -619,10 +619,13 @@ not_so_quick_sample: * So the final expression is: * * ((C*x0)/p3)<> k;