diff options
author | Alexis211 <alexis211@gmail.com> | 2009-12-22 16:48:52 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-12-22 16:48:52 +0100 |
commit | bfec696da052c8c9320773ca69927422efebe8c7 (patch) | |
tree | 325efd88744344cd732d6e3d09bfebf3cb5847a4 /Source/Kernel/Makefile | |
parent | 2c23da1cf398aef420130dde1b86e4c474e3cacb (diff) | |
download | Melon-bfec696da052c8c9320773ca69927422efebe8c7.tar.gz Melon-bfec696da052c8c9320773ca69927422efebe8c7.zip |
[noncompiling commit] Started working on a segmented memory model
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index 6a44ecf..233b23b 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -21,6 +21,8 @@ Objects = Core/loader.wtf.o \ MemoryManager/GDT.ns.o \ MemoryManager/PageDirectory.class.o \ MemoryManager/PageAlloc.ns.o \ + MemoryManager/KernelSegment.class.o \ + MemoryManager/V86Segment.class.o \ DeviceManager/Disp.ns.o \ DeviceManager/Dev.ns.o \ DeviceManager/Time.ns.o \ |