summaryrefslogtreecommitdiff
path: root/Board/EM/Csm/oem16sig.asm
diff options
context:
space:
mode:
Diffstat (limited to 'Board/EM/Csm/oem16sig.asm')
-rw-r--r--Board/EM/Csm/oem16sig.asm46
1 files changed, 46 insertions, 0 deletions
diff --git a/Board/EM/Csm/oem16sig.asm b/Board/EM/Csm/oem16sig.asm
new file mode 100644
index 0000000..defb1df
--- /dev/null
+++ b/Board/EM/Csm/oem16sig.asm
@@ -0,0 +1,46 @@
+
+ TITLE OEM16SIG.ASM - The OEM signature definition file
+
+;**********************************************************************
+;**********************************************************************
+;** **
+;** (C)Copyright 1985-2010, American Megatrends, Inc. **
+;** **
+;** All Rights Reserved. **
+;** **
+;** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 **
+;** **
+;** Phone: (770)-246-8600 **
+;** **
+;**********************************************************************
+;**********************************************************************
+
+;****************************************************************************
+; $Header: /Alaska/SOURCE/Modules/CSM/Generic/OEM Hooks/oem16sig.asm 2 1/12/10 11:50a Olegi $
+;
+; $Revision: 2 $
+;
+; $Date: 1/12/10 11:50a $
+;****************************************************************************
+
+OEM16SIG_CSEG SEGMENT PARA PUBLIC 'CODE' USE16
+
+ db "$OEM$FUN"
+
+OEM16SIG_CSEG ENDS
+
+END
+
+;**********************************************************************
+;**********************************************************************
+;** **
+;** (C)Copyright 1985-2010, American Megatrends, Inc. **
+;** **
+;** All Rights Reserved. **
+;** **
+;** 5555 Oakbrook Pkwy, Suite 200, Norcross, GA 30093 **
+;** **
+;** Phone: (770)-246-8600 **
+;** **
+;**********************************************************************
+;**********************************************************************