diff options
author | Alexis211 <alexis211@gmail.com> | 2009-09-19 20:37:05 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-09-19 20:37:05 +0200 |
commit | 0d5f4201217272f93d608be86e644d58f181725a (patch) | |
tree | ac4ac7f6b411cecc024866a26cf7fe158ba75f78 /Source/Kernel/Makefile | |
parent | 64fc3862f602750733b7dc0447d22ae5d4146821 (diff) | |
download | Melon-0d5f4201217272f93d608be86e644d58f181725a.tar.gz Melon-0d5f4201217272f93d608be86e644d58f181725a.zip |
Lot of changes. Log now go to /System/Logs/*.log
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 67e9e39..e68d12b 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -15,6 +15,7 @@ Objects = Core/loader.wtf.o \ Core/cppsupport.wtf.o \ Core/Sys.ns.o \ Core/CMem.ns.o \ + Core/Log.ns.o \ MemoryManager/Mem.ns.o \ MemoryManager/PhysMem.ns.o \ MemoryManager/GDT.wtf.o \ @@ -41,6 +42,7 @@ Objects = Core/loader.wtf.o \ VFS/Part.ns.o \ VFS/VFS.ns.o \ VFS/File.class.o \ + VFS/TextFile.class.o \ VFS/DirectoryNode.class.o \ FileSystems/RamFS/RamFS.class.o \ SyscallManager/IDT.ns.o \ |