core: add a direct 32-bit API
authorH. Peter Anvin <hpa@zytor.com>
Wed, 24 Feb 2010 02:14:12 +0000 (18:14 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 24 Feb 2010 02:14:12 +0000 (18:14 -0800)
commit3cda063b8e079ee6518d3425650d800db4227585
tree5c31ff2924ad2d43e0174e1c7301e950543262d4
parent2e236fea2b554b7b72f66d96ceae9e3fa4da675a
core: add a direct 32-bit API

Add a direct 32-bit API to some functions; initially read file only.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/include/com32.h
com32/include/syslinux/pmapi.h [new file with mode: 0644]
com32/lib/sys/entry.S
com32/lib/sys/fileread.c
core/com32.inc
core/fs/fs.c
core/include/core.h
core/include/fs.h
core/include/pmapi.h [new file with mode: 0644]
core/pmapi.c [new file with mode: 0644]
doc/comboot.txt