source:
bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/prefix/nullprefix.S
Last change on this file was e16e8f2, checked in by , 3 years ago | |
---|---|
|
|
File size: 163 bytes |
Line | |
---|---|
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 |
Note: See TracBrowser
for help on using the repository browser.