Initial revision

This commit is contained in:
Michael Brown
2005-03-08 18:53:11 +00:00
commit 3d6123e69a
373 changed files with 114041 additions and 0 deletions

View 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