/[hurd]/hurd-l4/physmem/output.c
ViewVC logotype

Diff of /hurd-l4/physmem/output.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by marcus, Mon Sep 15 18:18:58 2003 UTC revision 1.3 by marcus, Tue Sep 16 00:42:17 2003 UTC
# Line 43  putchar (int chr) Line 43  putchar (int chr)
43    /* FIXME: Hard coded message label.  */    /* FIXME: Hard coded message label.  */
44  #define WORTEL_MSG_PUTCHAR 1  #define WORTEL_MSG_PUTCHAR 1
45    l4_set_msg_label (&msg, WORTEL_MSG_PUTCHAR);    l4_set_msg_label (&msg, WORTEL_MSG_PUTCHAR);
46      /* FIXME: This should be our cap ID.  */
47      l4_msg_append_word (&msg, 0);
48    l4_msg_append_word (&msg, (l4_word_t) chr);    l4_msg_append_word (&msg, (l4_word_t) chr);
49    l4_msg_load (&msg);    l4_msg_load (&msg);
50    /* FIXME: Hard coded thread ID.  */    /* FIXME: Hard coded thread ID.  */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26