greatbridf 4 anni fa
parent
commit
17b272f978
2 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 2 0
      include/asm/boot.h
  2. 2 0
      include/kernel_main.h

+ 2 - 0
include/asm/boot.h

@@ -1,3 +1,5 @@
+#pragma once
+
 #include <types/stdint.h>
 
 struct gdt_descriptor {

+ 2 - 0
include/kernel_main.h

@@ -1 +1,3 @@
+#pragma once
+
 void kernel_main(void);