PERFORCE change 100783 for review

Wojciech A. Koszek wkoszek at FreeBSD.org
Thu Jul 6 18:04:36 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100783

Change 100783 by wkoszek at wkoszek_laptop on 2006/07/06 18:04:00

	Pretty minimal _start.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/locore.S#2 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/locore.S#2 (text+ko) ====

@@ -28,3 +28,10 @@
 #include "assym.s"
 #include <machine/asm.h>
 __FBSDID("$FreeBSD$");
+
+/*
+ * XXXMIPS: Fill this later.
+ */
+.globl _start
+_start:
+	nop


More information about the p4-projects mailing list