Kernel/x86 - (minor) Cleaned up debug in VM8086
authorJohn Hodge (sonata) <[email protected]>
Sun, 20 Jan 2013 04:46:23 +0000 (12:46 +0800)
committerJohn Hodge (sonata) <[email protected]>
Sun, 20 Jan 2013 04:46:23 +0000 (12:46 +0800)
KernelLand/Kernel/arch/x86/vm8086.c

index 397ec14..77b0d1a 100644 (file)
@@ -77,7 +77,7 @@ int VM8086_Install(char **Arguments)
        
        // Create BIOS Call process
        pid = Proc_Clone(CLONE_VM);
-       Log_Debug("VM8086", "pid = %i", pid);
+       //Log_Debug("VM8086", "pid = %i", pid);
        if(pid == -1)
        {
                Log_Error("VM8086", "Unable to clone kernel into VM8086 worker");
@@ -89,7 +89,7 @@ int VM8086_Install(char **Arguments)
                Uint16  * volatile rmstack;     // Real Mode Stack
                 int    i;
 
-               Log_Debug("VM8086", "Initialising worker");     
+               //Log_Debug("VM8086", "Initialising worker");   
        
                // Set Image Name
                Threads_SetName("VM8086");

UCC git Repository :: git.ucc.asn.au