core/fs: Add support to Unix File system 1/2.syslinux-6.03-pre13
commit05409a52ff0eb26618745d7da3c1c917061a2140
authorRaphael S. Carvalho <raphael.scarv@gmail.com>
Thu, 29 May 2014 23:35:16 +0000 (29 20:35 -0300)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 2 Jun 2014 21:02:42 +0000 (2 14:02 -0700)
tree37521f804e628cce151657ced6169f42f4685a08
parentbe59cdf9c78aedd1daea6882c89ee2108056d172
core/fs: Add support to Unix File system 1/2.

It's already loading modules successfully, booting Linux, and both
UFS version 1 and 2 seem to be working correctly.

Signed-off-by: Raphael S. Carvalho <raphael.scarv@gmail.com>
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/fs/ufs/bmap.c [new file with mode: 0644]
core/fs/ufs/ufs.c [new file with mode: 0644]
core/fs/ufs/ufs.h [new file with mode: 0644]
core/ldlinux.asm