From ee2ec6abbcfb6de48a8f5594e05ba0a837216fa8 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 10 Sep 2018 19:08:04 +0200 Subject: apic et al. --- driver/timer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver') diff --git a/driver/timer.c b/driver/timer.c index 34e7637..7e95afe 100644 --- a/driver/timer.c +++ b/driver/timer.c @@ -154,7 +154,7 @@ uint64_t timer_init() uint64_t epoch_time=get_rtc_time(); task_system_clock_start=epoch_time*25; // since pit ticks 25times a second asm_pit_rate_40ms(); - fixme("pit rate does not work anymore 1/25 seconds??" ); + fixme("pit rate once did not work anymore 1/25 seconds?? but now ok?" ); return epoch_time; } -- cgit v1.2.3