source: bootcd/isolinux/syslinux-6.03/gpxe/src/arch/i386/prefix/nullprefix.S

Last change on this file was e16e8f2, checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago

bootstuff

  • Property mode set to 100644
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
10prefix_exit:
11
12prefix_exit_end:
13        .previous
Note: See TracBrowser for help on using the repository browser.