diff options
author | Alexis211 <alexis211@gmail.com> | 2009-11-15 17:42:07 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-11-15 17:42:07 +0100 |
commit | ca1b573ef87498595a30b757d6d9c66d12d14ae6 (patch) | |
tree | 6fa043fd75c83910737c3701c0147bde782fefdf /Source/Kernel/Makefile | |
parent | 21bfca4ad4b84768f05eb4fa2bc0ad7a76b6c536 (diff) | |
download | Melon-ca1b573ef87498595a30b757d6d9c66d12d14ae6.tar.gz Melon-ca1b573ef87498595a30b757d6d9c66d12d14ae6.zip |
Reading from the FAT12-formatted floppy works \o
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r-- | Source/Kernel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile index a70c8c5..2005cd2 100644 --- a/Source/Kernel/Makefile +++ b/Source/Kernel/Makefile @@ -66,6 +66,7 @@ Objects = Core/loader.wtf.o \ VFS/DirectoryNode.class.o \ UserManager/Usr.ns.o \ FileSystems/RamFS/RamFS.class.o \ + FileSystems/FAT/FATFS.class.o \ SyscallManager/IDT.ns.o \ SyscallManager/Ressource.class.o \ SyscallManager/Res.ns.o \ |