First attempt at a rewritten mboot module
authorH. Peter Anvin <hpa@zytor.com>
Sun, 26 Apr 2009 22:15:24 +0000 (15:15 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 26 Apr 2009 22:15:24 +0000 (15:15 -0700)
commitd7406d5c1233b28554756d533dafd1886a879073
treecb1016e01825d9432756e6c1a029c6d6f8cacb1e
parentd22cacb0a7e9f4f631f2390aad9517c877a9a1c4
First attempt at a rewritten mboot module

First attempt at rewriting the mboot module to use the Syslinux
shuffle APIs.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/Makefile
com32/mboot/Makefile [new file with mode: 0644]
com32/mboot/apm.c [new file with mode: 0644]
com32/mboot/map.c [new file with mode: 0644]
com32/mboot/mb_header.h [new file with mode: 0644]
com32/mboot/mb_info.h [new file with mode: 0644]
com32/mboot/mboot.c [new file with mode: 0644]
com32/mboot/mboot.h [new file with mode: 0644]
com32/mboot/mem.c [new file with mode: 0644]