From 0b760a50b5aee05f1f34c1599b547c8b78d1d737 Mon Sep 17 00:00:00 2001 From: Alexis211 Date: Sun, 13 Sep 2009 15:14:13 +0200 Subject: Ram file system seems to work \o/ --- Source/Kernel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Kernel/Makefile') diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index e0f2068..7f2bf29 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -38,6 +38,7 @@ Objects = Core/loader.wtf.o \ Library/WChar.class.o \ VFS/Partition.class.o \ VFS/Part.ns.o \ + FileSystems/RamFS/RamFS.class.o \ SyscallManager/IDT.ns.o \ SyscallManager/IDT.wtf.o \ Devices/Display/VGATextOutput.class.o \ -- cgit v1.2.3