- Timestamp:
- 2005-08-31T21:56:52Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e1607f
- Parents:
- 33ccb2c
- Location:
- src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.config
r33ccb2c rd2bb9f8a 21 21 22 22 # Uncomment if you want to run in the test mode 23 #TEST=__TEST__23 TEST=__TEST__ 24 24 25 25 TEST_FILE=test.c -
src/main/main.c
r33ccb2c rd2bb9f8a 158 158 159 159 cpu_init(); 160 160 161 calibrate_delay_loop(); 161 162 -
src/proc/scheduler.c
r33ccb2c rd2bb9f8a 363 363 } 364 364 365 printf("Ahoj"); 365 366 THREAD = find_best_thread(); 367 // putchar('@'); 368 printf("Lidi"); 369 // printf("*1*"); 366 370 367 371 spinlock_lock(&THREAD->lock);
Note:
See TracChangeset
for help on using the changeset viewer.