Fix: header-comment link

This commit is contained in:
xamidev
2024-08-24 17:23:26 +02:00
parent fbd4fa6089
commit d10e00835c
48 changed files with 48 additions and 48 deletions

View File

@@ -1,7 +1,7 @@
// ATA PIO driver implementation
// Author: xamidev
// Licensed under the Unlicense. See the repo below.
// https//github.com/xamidev/blankos
// https://github.com/xamidev/blankos
#include <stdint.h>
#include "../kernel/io.h"

View File

@@ -1,7 +1,7 @@
// ATA PIO driver implementation header
// Author: xamidev
// Licensed under the Unlicense. See the repo below.
// https//github.com/xamidev/blankos
// https://github.com/xamidev/blankos
#ifndef ATA_H
#define ATA_H

View File

@@ -1,7 +1,7 @@
// Framebuffer driver
// Author: xamidev
// Licensed under the Unlicense. See the repo below.
// https//github.com/xamidev/blankos
// https://github.com/xamidev/blankos
#include <stdint.h>
#include "framebuffer.h"

View File

@@ -1,7 +1,7 @@
// Framebuffer driver header
// Author: xamidev
// Licensed under the Unlicense. See the repo below.
// https//github.com/xamidev/blankos
// https://github.com/xamidev/blankos
#ifndef FRAMEBUFFER_H
#define FRAMEBUFFER_H

View File

@@ -1,7 +1,7 @@
// Keyboard driver
// Author: xamidev
// Licensed under the Unlicense. See the repo below.
// https//github.com/xamidev/blankos
// https://github.com/xamidev/blankos
#include "../kernel/io.h"
#include "../libc/stdio.h"

View File

@@ -1,7 +1,7 @@
// Keyboard driver header
// Author: xamidev
// Licensed under the Unlicense. See the repo below.
// https//github.com/xamidev/blankos
// https://github.com/xamidev/blankos
#ifndef KB_H
#define KB_H

View File

@@ -1,7 +1,7 @@
// Serial I/O driver
// Author: xamidev
// Licensed under the Unlicense. See the repo below.
// https//github.com/xamidev/blankos
// https://github.com/xamidev/blankos
#include "../kernel/io.h"
#include "serial.h"

View File

@@ -1,7 +1,7 @@
// Serial I/O driver header
// Author: xamidev
// Licensed under the Unlicense. See the repo below.
// https//github.com/xamidev/blankos
// https://github.com/xamidev/blankos
#ifndef SERIAL_H
#define SERIAL_H

View File

@@ -1,7 +1,7 @@
// Programmable Interval Timer channel 0 driver
// Author: xamidev
// Licensed under the Unlicense. See the repo below.
// https//github.com/xamidev/blankos
// https://github.com/xamidev/blankos
#include "../kernel/system.h"
#include "../libc/stdio.h"