Changeset 409 for trunk/Makefile.tsar


Ignore:
Timestamp:
Dec 20, 2017, 4:51:09 PM (6 years ago)
Author:
alain
Message:

Fix bugs in exec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.tsar

    r408 r409  
    9797              build/kernel/hal/hal_gpt.o          \
    9898              build/kernel/hal/hal_ppm.o          \
     99              build/kernel/hal/hal_vmm.o          \
    99100              build/kernel/hal/hal_exception.o    \
    100101              build/kernel/hal/hal_interrupt.o    \
     
    146147              build/kernel/syscalls/sys_thread_join.o     \
    147148              build/kernel/syscalls/sys_thread_detach.o   \
     149              build/kernel/syscalls/sys_thread_cancel.o   \
    148150              build/kernel/syscalls/sys_sem.o             \
    149151              build/kernel/syscalls/sys_condvar.o         \
Note: See TracChangeset for help on using the changeset viewer.