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/devices/dev_txt.c

    r296 r406  
    101101    thread_t * this = CURRENT_THREAD;
    102102
    103     txt_dmsg("\n[INFO] in %s : thread %x in process %x enters\n",
     103    txt_dmsg("\n[DMSG] in %s : thread %x in process %x enters\n",
    104104                 __FUNCTION__ , this->trdid , this->process->pid );
    105105
     
    123123    chdev_register_command( dev_xp , this );
    124124
    125     txt_dmsg("\n[INFO] in %s : thread %x in process %x completes / error = %d\n",
     125    txt_dmsg("\n[DMSG] in %s : thread %x in process %x completes / error = %d\n",
    126126             __FUNCTION__ , this->trdid , this->process->pid , this->txt_cmd.error );
    127127
Note: See TracChangeset for help on using the changeset viewer.