- Timestamp:
- Aug 16, 2017, 11:07:57 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.x86
r364 r382 43 43 build/kernel/kern/do_syscall.o \ 44 44 build/kernel/kern/do_interrupt.o \ 45 build/kernel/kern/do_exception.o \46 45 build/kernel/kern/rpc.o \ 47 46 build/kernel/kern/signal.o -
trunk/hal/x86_64/core/hal_exception.c
r371 r382 26 26 #include <errno.h> 27 27 #include <core.h> 28 #include <do_exception.h>29 28 30 29 #include <hal_kentry.h>
Note: See TracChangeset
for help on using the changeset viewer.