PERFORCE change 28618 for review

Peter Wemm peter at FreeBSD.org
Tue Apr 8 23:08:56 PDT 2003


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

Change 28618 by peter at peter_daintree on 2003/04/08 23:07:56

	oops. we did need that stack after all. :-]

Affected files ...

.. //depot/projects/hammer/sys/x86_64/x86_64/locore.s#35 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/x86_64/locore.s#35 (text+ko) ====

@@ -102,3 +102,8 @@
 	call	mi_startup		/* autoconfiguration, mountroot etc */
 0:	hlt
 	jmp	0b
+
+	.bss
+	ALIGN_DATA			/* just to be sure */
+	.space	0x1000			/* space for bootstack - temporary stack */
+bootstack:


More information about the p4-projects mailing list