fix/kernel: Made sure to add credits to all files
This commit is contained in:
parent
d9eea99f36
commit
91fc826022
12 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#include <arch/idt.h>
|
||||
#include <lib/string.h>
|
||||
#include <stdarg.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#include <arch/paging.h>
|
||||
#include <mm/pmm.h>
|
||||
#include <lib/string.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#ifndef PAGING_H
|
||||
#define PAGING_H
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#ifndef EMK_H
|
||||
#define EMK_H
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#ifndef BITMAP_H
|
||||
#define BITMAP_H
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#include <mm/pmm.h>
|
||||
#include <boot/emk.h>
|
||||
#include <util/log.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#ifndef PMM_H
|
||||
#define PMM_H
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#ifndef VMM_H
|
||||
#define VMM_H
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#include <sys/kpanic.h>
|
||||
#include <util/log.h>
|
||||
#include <stdarg.h>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#ifndef KPANIC_H
|
||||
#define KPANIC_H
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#ifndef SPINLOCK_H
|
||||
#define SPINLOCK_H
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/* EMK 1.0 Copyright (c) 2025 Piraterna */
|
||||
#ifndef ALIGN_H
|
||||
#define ALIGN_H
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue