Changeset d2bb9f8a in mainline for src


Ignore:
Timestamp:
2005-08-31T21:56:52Z (20 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3e1607f
Parents:
33ccb2c
Message:

Basic exception support added for ia64 arch ……

Location:
src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.config

    r33ccb2c rd2bb9f8a  
    2121
    2222# Uncomment if you want to run in the test mode
    23 #TEST=__TEST__
     23TEST=__TEST__
    2424
    2525TEST_FILE=test.c
  • src/main/main.c

    r33ccb2c rd2bb9f8a  
    158158
    159159        cpu_init();
     160       
    160161        calibrate_delay_loop();
    161162       
  • src/proc/scheduler.c

    r33ccb2c rd2bb9f8a  
    363363        }
    364364
     365        printf("Ahoj");
    365366        THREAD = find_best_thread();
     367//      putchar('@');
     368        printf("Lidi");
     369//      printf("*1*");
    366370       
    367371        spinlock_lock(&THREAD->lock);
Note: See TracChangeset for help on using the changeset viewer.