Assignment 5 completed

This commit is contained in:
Teodor
2026-04-15 23:01:36 +00:00
parent 1bef0f3bcb
commit 21cc65beb1
7 changed files with 402 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
#ifndef PIT_H
#define PIT_H
#ifndef KERNEL_PIT_H
#define KERNEL_PIT_H
#include <libc/stdint.h>
#include <libc/stdbool.h>