mirror of
https://github.com/ipxe/ipxe
synced 2026-01-02 01:42:37 +03:00
Initial revision
This commit is contained in:
16
src/arch/i386/prefix/nullprefix.S
Normal file
16
src/arch/i386/prefix/nullprefix.S
Normal file
@@ -0,0 +1,16 @@
|
||||
.org 0
|
||||
.text
|
||||
.arch i386
|
||||
|
||||
.section ".prefix", "ax", @progbits
|
||||
.code16
|
||||
.globl _prefix
|
||||
_prefix:
|
||||
|
||||
.section ".text16", "ax", @progbits
|
||||
.globl prefix_exit
|
||||
prefix_exit:
|
||||
|
||||
.globl prefix_exit_end
|
||||
prefix_exit_end:
|
||||
.previous
|
||||
Reference in New Issue
Block a user