Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 213 → Rev 214

/SPARTAN/trunk/src/Makefile.config
20,7 → 20,7
#USERSPACE=__USERSPACE__
 
# Uncomment if you want to run in the test mode
TEST=__TEST__
#TEST=__TEST__
 
TEST_FILE=test.c
 
/SPARTAN/trunk/src/proc/scheduler.c
362,11 → 362,8
THREAD = NULL;
}
 
printf("Ahoj");
 
THREAD = find_best_thread();
// putchar('@');
printf("Lidi");
// printf("*1*");
spinlock_lock(&THREAD->lock);
priority = THREAD->pri;