Changeset 86018c1 in mainline for uspace/lib/libc/generic/thread.c


Ignore:
Timestamp:
2010-01-24T19:48:56Z (15 years ago)
Author:
Pavel Rimsky <pavel@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8e33e1d
Parents:
eeb643d
Message:

Implemented uspace keyboard driver. Cleanup needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/thread.c

    reeb643d r86018c1  
    4141#include <string.h>
    4242#include <async.h>
     43#include <stdio.h>
    4344
    4445#ifndef THREAD_INITIAL_STACK_PAGES_NO
     
    6263        __tcb_set(f->tcb);
    6364
     65        // MH
     66        printf("uarg: %lx\n", uarg);
    6467        uarg->uspace_thread_function(uarg->uspace_thread_arg);
    6568        /* XXX: we cannot free the userspace stack while running on it */
Note: See TracChangeset for help on using the changeset viewer.