add PIC code from osdev

This commit is contained in:
2025-03-19 13:10:41 +03:00
parent 22c7380c8d
commit 97598b96db
4 changed files with 86 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef PIC_H
#define PIC_H
#include "../include/utils.h"
void pic_remap(int offset1, int offset2);
#endif