Initial code release
[external/syslinux.git] / gpxe / src / arch / i386 / prefix / nullprefix.S
1         .org    0
2         .text
3         .arch i386
4
5         .section ".prefix", "ax", @progbits
6         .code16
7 _prefix:
8
9         .section ".text16", "ax", @progbits
10 prefix_exit:
11
12 prefix_exit_end:
13         .previous