First cut of doing 32-bit C code in the core
authorH. Peter Anvin <hpa@zytor.com>
Thu, 14 May 2009 18:59:46 +0000 (11:59 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 14 May 2009 18:59:46 +0000 (11:59 -0700)
commit410c91f5624370b1b6a7575d2049db62e6946eeb
tree45a19d0f93bb63ba952958fd98d0f10fd15971ab
parent4cc0c3ab6541753b89cba58c345c0cae8c7d151d
First cut of doing 32-bit C code in the core

A very preliminary implementation of 32-bit C code in the core.  This
currently breaks ADV, because the installer assumes the ADV is the
last two sectors in extlinux.sys -- need to figure out a way to deal
with this hopefully without breaking the migration protocol.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
12 files changed:
core/Makefile
core/bcopy32.inc
core/com32.inc
core/cpuinit.inc
core/hello.c [new file with mode: 0644]
core/init.inc
core/layout.inc
core/pm.inc
core/pxelinux.asm
core/rllpack.inc
core/syslinux.ld
core/ui.inc