Ignore:
Timestamp:
Aug 29, 2017, 12:03:37 PM (7 years ago)
Author:
alain
Message:

This version executed successfully the user "init" process on a mono-processor TSAR architecture.

File:
1 edited

Legend:

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

    r315 r406  
    223223    bool_t    is_local   = (cxy_server == cxy_client);
    224224
    225     exec_dmsg("\n[INFO] %s starts for process %x on core %d in cluster %x"
     225    exec_dmsg("\n[DMSG] %s starts for process %x on core %d in cluster %x"
    226226                 " / target_cluster = %x / cycle %d\n",
    227227                 __FUNCTION__, process->pid , CURRENT_CORE->lid,
     
    261261    }
    262262
    263     exec_dmsg("\n[INFO] %s starts exec for process %x at cycle %d\n",
     263    exec_dmsg("\n[DMSG] %s starts exec for process %x at cycle %d\n",
    264264              __FUNCTION__, process->pid, hal_get_cycles() );
    265265
     
    275275    }
    276276
    277     exec_dmsg("\n[INFO] %s completes exec for process %x at cycle %d\n",
     277    exec_dmsg("\n[DMSG] %s completes exec for process %x at cycle %d\n",
    278278              __FUNCTION__, process->pid , hal_get_cycles() );
    279279
Note: See TracChangeset for help on using the changeset viewer.