From: John Hodge Date: Sun, 18 Oct 2009 11:19:57 +0000 (+0800) Subject: Multiple changes (Module Interopability, Timers, FDD Driver, VFS Bugs) X-Git-Tag: rel0.06~379 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=6749674b892a0865abc22f9a6ec9a624ff40a283;hp=6749674b892a0865abc22f9a6ec9a624ff40a283;p=tpg%2Facess2.git Multiple changes (Module Interopability, Timers, FDD Driver, VFS Bugs) - Changed kernel to be compiled withough -fleading-underscore to allow modules to be statically linked with the kernel successfully. - Moved the BochsVBE driver to the Modules tree - Cleaned up and disabled debug in the FDD driver - Fixed bugs in VFS_MkNod that caused an infinite loop - Cleanup in FAT and EXT2 Drivers ---