X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86_64%2Fvm8086.c;h=42515705647f6d544c24e307adad55d68b515b76;hb=6d5880d56afb2c6a900e480c891fb40e05457ea3;hp=40860c8ff40c715755954852e8117feacb8df424;hpb=3681dbf27244ee07ae618a9d33a608ae6089d3c5;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86_64/vm8086.c b/Kernel/arch/x86_64/vm8086.c index 40860c8f..42515705 100644 --- a/Kernel/arch/x86_64/vm8086.c +++ b/Kernel/arch/x86_64/vm8086.c @@ -12,8 +12,8 @@ // === PROTOTYPES === int VM8086_Install(char **Arguments); -tVM8086 *VM8086_Init(void); -void VM8086_Free(tVM8086 *State); +//tVM8086 *VM8086_Init(void); +//void VM8086_Free(tVM8086 *State); // === GLOBALS === MODULE_DEFINE(0, 0x100, VM8086, VM8086_Install, NULL, NULL);