diff options
author | Alexis211 <alexis211@gmail.com> | 2010-02-05 17:33:08 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2010-02-05 17:33:08 +0100 |
commit | 674014901a1e90ce1587a7709fe9bf5893b0e36e (patch) | |
tree | 0696d09e4a185413df75f8e3ef413b5ae81a090d /src/stem/Makefile | |
parent | 6d849bc12d6afe2fe239c5a7dc581ba76d67974b (diff) | |
download | TCE-674014901a1e90ce1587a7709fe9bf5893b0e36e.tar.gz TCE-674014901a1e90ce1587a7709fe9bf5893b0e36e.zip |
Start work on syscalls, advanced tasking, segmentation
Diffstat (limited to 'src/stem/Makefile')
-rw-r--r-- | src/stem/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stem/Makefile b/src/stem/Makefile index c72f06b..d212216 100644 --- a/src/stem/Makefile +++ b/src/stem/Makefile @@ -12,7 +12,7 @@ OBJECTS = core/loader_.o core/kmain.o core/sys.o \ core/monitor.o task/timer.o \ task/idt.o task/idt_.o task/task.o task/task_.o task/syscall.o \ lib/stdlib.o lib/bitset.o \ - mem/mem.o mem/paging.o mem/gdt.o mem/heap.o + mem/mem.o mem/paging.o mem/gdt.o mem/heap.o mem/seg.o OUT = stem.elf all: $(OBJECTS) |