|
From: Daniel R. <co...@us...> - 2006-06-02 21:04:30
|
Update of /cvsroot/trion/trion v0.2 In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv10146 Modified Files: makefile Log Message: no message Index: makefile =================================================================== RCS file: /cvsroot/trion/trion v0.2/makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** makefile 22 May 2006 15:17:59 -0000 1.13 --- makefile 2 Jun 2006 21:04:26 -0000 1.14 *************** *** 56,68 **** loader/mp_detect.cpp \ hal/cpu_info.cpp \ hal/interrupt_stub.cpp \ hal/interrupt.cpp \ hal/idt.cpp \ hal/exception.cpp \ hal/mmu.cpp \ hal/ports.cpp \ hal/mutex.cpp \ hal/apic_local.cpp \ - hal/apic_error.cpp \ hal/apic_io.cpp \ hal/timer.cpp \ --- 56,69 ---- loader/mp_detect.cpp \ hal/cpu_info.cpp \ + hal/systemcall.cpp \ hal/interrupt_stub.cpp \ hal/interrupt.cpp \ hal/idt.cpp \ hal/exception.cpp \ + hal/task_context.cpp \ hal/mmu.cpp \ hal/ports.cpp \ hal/mutex.cpp \ hal/apic_local.cpp \ hal/apic_io.cpp \ hal/timer.cpp \ *************** *** 73,78 **** CHDRS = $(CSCRS:.cpp=.hpp) ! ASRCS = loader/pmode.asm \ ! hal/interrupt_stub_code.asm AOBJS = $(ASRCS:.asm=.o) --- 74,80 ---- CHDRS = $(CSCRS:.cpp=.hpp) ! ASRCS = hal/interrupt_stub_code.asm \ ! hal/systemcall_stub_code.asm \ ! loader/pmode.asm AOBJS = $(ASRCS:.asm=.o) |