aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/x86/prefix/nullprefix.S
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2016-02-16 15:19:01 +0000
committerMichael Brown <mcb30@ipxe.org>2016-02-16 19:32:32 +0000
commitf468f12b1eca15e703aa2a79f1c82969c04c2322 (patch)
treef1868e6cb7debaeb7aca59e4488b603fcc6481d7 /src/arch/x86/prefix/nullprefix.S
parent43515f9f1a3e3bfaa9171f4711ed0aafef1caf06 (diff)
downloadipxe-f468f12b1eca15e703aa2a79f1c82969c04c2322.tar.gz
[bios] Add bin-x86_64-pcbios build platform
Move most arch/i386 files to arch/x86, and adjust the contents of the Makefiles and the include/bits/*.h headers to reflect the new locations. This patch makes no substantive code changes, as can be seen using a rename-aware diff (e.g. "git show -M5"). This patch does not make the pcbios platform functional for x86_64; it merely allows it to compile without errors. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/arch/x86/prefix/nullprefix.S')
-rw-r--r--src/arch/x86/prefix/nullprefix.S15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/arch/x86/prefix/nullprefix.S b/src/arch/x86/prefix/nullprefix.S
new file mode 100644
index 000000000..bd0ff339e
--- /dev/null
+++ b/src/arch/x86/prefix/nullprefix.S
@@ -0,0 +1,15 @@
+FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
+
+ .org 0
+ .text
+ .arch i386
+
+ .section ".prefix", "ax", @progbits
+ .code16
+_prefix:
+
+ .section ".text16", "ax", @progbits
+prefix_exit:
+
+prefix_exit_end:
+ .previous