1
0
Fork 0

fix/kernel: Made sure to add credits to all files

This commit is contained in:
Kevin Alavik 2025-05-15 06:56:03 +02:00
parent d9eea99f36
commit 91fc826022
Signed by: cmpsb
GPG key ID: 10D1CC0526FDC6D7
12 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#include <arch/idt.h>
#include <lib/string.h>
#include <stdarg.h>

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#include <arch/paging.h>
#include <mm/pmm.h>
#include <lib/string.h>

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#ifndef PAGING_H
#define PAGING_H

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#ifndef EMK_H
#define EMK_H

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#ifndef BITMAP_H
#define BITMAP_H

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#include <mm/pmm.h>
#include <boot/emk.h>
#include <util/log.h>

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#ifndef PMM_H
#define PMM_H

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#ifndef VMM_H
#define VMM_H

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#include <sys/kpanic.h>
#include <util/log.h>
#include <stdarg.h>

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#ifndef KPANIC_H
#define KPANIC_H

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#ifndef SPINLOCK_H
#define SPINLOCK_H

View file

@ -1,3 +1,4 @@
/* EMK 1.0 Copyright (c) 2025 Piraterna */
#ifndef ALIGN_H
#define ALIGN_H