Ignore:
Timestamp:
Nov 7, 2017, 3:08:12 PM (6 years ago)
Author:
alain
Message:

First implementation of fork/exec.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/sys_trace.c

    r406 r407  
    4949        // desactivate thread trace TODO
    5050
    51             printk("\n[DMSG] %s : trace OFF  for thread %x in process %x\n",
     51            printk("\n[DBG] %s : trace OFF  for thread %x in process %x\n",
    5252               __FUNCTION__ , trdid , pid );
    5353    }
     
    5656        // activate thread trace TODO
    5757                   
    58             printk("\n[DMSG] %s : trace ON for thread %x in process %x\n",
     58            printk("\n[DBG] %s : trace ON for thread %x in process %x\n",
    5959               __FUNCTION__ , trdid , pid );
    6060    }
Note: See TracChangeset for help on using the changeset viewer.