From: John Hodge Date: Mon, 1 Oct 2012 04:24:47 +0000 (+0800) Subject: Kernel/x86_64 - Forgot VPCI stub X-Git-Tag: rel0.15~706^2~1 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=4760b98ace40e3e79ca27f716cc4259ddaf35215;p=tpg%2Facess2.git Kernel/x86_64 - Forgot VPCI stub --- diff --git a/KernelLand/Kernel/arch/x86_64/vpci.c b/KernelLand/Kernel/arch/x86_64/vpci.c new file mode 100644 index 00000000..0319e6ee --- /dev/null +++ b/KernelLand/Kernel/arch/x86_64/vpci.c @@ -0,0 +1,13 @@ +/* + * Acess2 Kernel x86 Port + * - By John Hodge (thePowersGang) + * + * vpci.c + * - Virtual PCI Bus + */ +#include + +// === GLOBALS === + int giVPCI_DeviceCount = 0; +tVPCI_Device gaVPCI_Devices[0]; +