32-bit entrypoint code
authorhpa <hpa>
Tue, 15 Apr 2003 19:29:59 +0000 (19:29 +0000)
committerhpa <hpa>
Tue, 15 Apr 2003 19:29:59 +0000 (19:29 +0000)
memdisk/start32.S [new file with mode: 0644]

diff --git a/memdisk/start32.S b/memdisk/start32.S
new file mode 100644 (file)
index 0000000..c4801bb
--- /dev/null
@@ -0,0 +1,9 @@
+# $Id$
+#
+# Simple stub to get us to the right point in the 32-bit code;
+# this module must be linked first
+#
+       .text
+       .globl _start
+_start:
+       jmp setup