From 6f54758123abe9f137922df1e8d7e33835e9a9f2 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 10 Feb 2021 22:53:50 +0200 Subject: Update VGA cursor position on printk --- src/gdt.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/gdt.h') diff --git a/src/gdt.h b/src/gdt.h index 274cb6a..a86a14f 100644 --- a/src/gdt.h +++ b/src/gdt.h @@ -2,7 +2,11 @@ #include -/* From OSDev wiki: +/* + * http://lowlevel.eu/wiki/Global_Descriptor_Table + * https://wiki.osdev.org/GDT_Tutorial + * + * From OSDev wiki: * * Segment * a logically contiguous chunk of memory with consistent properties (CPU's speaking) -- cgit v1.2.1