Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / ipxe / src / arch / i386 / core / stack.S
diff --git a/qemu/roms/ipxe/src/arch/i386/core/stack.S b/qemu/roms/ipxe/src/arch/i386/core/stack.S
new file mode 100644 (file)
index 0000000..737ec0e
--- /dev/null
@@ -0,0 +1,15 @@
+FILE_LICENCE ( GPL2_OR_LATER )
+
+       .arch i386
+
+/****************************************************************************
+ * Internal stack
+ ****************************************************************************
+ */
+       .section ".stack", "aw", @nobits
+       .align 8
+       .globl _stack
+_stack:
+       .space 4096
+       .globl _estack
+_estack: