libcom32: Introduce disk header and module
authorShao Miller <shao.miller@yrdsb.edu.on.ca>
Mon, 28 Jun 2010 04:31:08 +0000 (00:31 -0400)
committerShao Miller <shao.miller@yrdsb.edu.on.ca>
Sat, 10 Jul 2010 05:00:47 +0000 (01:00 -0400)
commite2bba11e4aabeada9e4b8bb184ffadbdf14add3c
treea6ed31b1b7ce9278d20f40f18515f89b5ab952dd
parent0ee50473e37cbc22ef1b2f9897bce48c41be8f5e
libcom32: Introduce disk header and module

An effort to move significant portions out of chain.c32 and
into library is underway.  We begin by simply moving
SECTOR into a header and building a disk module.

Note that some of this work will essentially duplicate
some of what's found in Pierre-Alexandre Meyer's fine
work in com32/gpllib/disk/.  A difference would be the
licensing, of course.

Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
com32/include/syslinux/disk.h [new file with mode: 0644]
com32/lib/Makefile
com32/lib/syslinux/disk.c [new file with mode: 0644]
com32/modules/chain.c