From bf1534c55e79995c0240551d8b0fb2d2c48937f8 Mon Sep 17 00:00:00 2001 From: John Hodge Date: Fri, 4 May 2012 23:54:05 +0800 Subject: [PATCH] Kernel/x86_64 - Added header to vm8086 --- KernelLand/Kernel/arch/x86_64/vm8086.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/KernelLand/Kernel/arch/x86_64/vm8086.c b/KernelLand/Kernel/arch/x86_64/vm8086.c index 42515705..994fcb21 100644 --- a/KernelLand/Kernel/arch/x86_64/vm8086.c +++ b/KernelLand/Kernel/arch/x86_64/vm8086.c @@ -1,4 +1,9 @@ /* + * Acess2 Kernel (x86-64/amd64) + * - By John Hodge (thePowersGang) + * + * vm8086.c + * - Real-mode emulation (Stub until emulator is included) */ #include #include -- 2.20.1