Skip to content

Instantly share code, notes, and snippets.

@CyaMate420
CyaMate420 / timer.c
Created October 9, 2025 16:27
timer.c
#include "devices/timer.h"
#include <debug.h>
#include <inttypes.h>
#include <round.h>
#include <stdio.h>
#include "devices/pit.h"
#include "threads/interrupt.h"
#include "threads/synch.h"
#include "threads/thread.h"
#include "list.h"