Initial NTFS readonly support code to Syslinux
authorPaulo Alcantara <pcacjr@gmail.com>
Thu, 7 Jul 2011 21:28:05 +0000 (21:28 +0000)
committerPaulo Alcantara <pcacjr@gmail.com>
Wed, 7 Sep 2011 07:19:06 +0000 (07:19 +0000)
commit045bc5cd1118fee51b19d89dc316038c8a93e5bf
tree92e8008767611b08ee9b3a6289c7a32c77634697
parentb0ac906b283b428ba1c7f35fe1e71a84b3d3d9c6
Initial NTFS readonly support code to Syslinux

Basically add the NTFS filesystem structures and also implement
ntfs_fs_init() to only initialize the filesystem metadata and return the
block size in bits.

Signed-off-by: Paulo Alcantara <pcacjr@gmail.com>
core/fs/ntfs/ntfs.c [new file with mode: 0644]
core/fs/ntfs/ntfs.h [new file with mode: 0644]
core/ldlinux.asm