summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTom Cosgrove <tom@cvs.openbsd.org>2007-05-31 18:08:14 +0000
committerTom Cosgrove <tom@cvs.openbsd.org>2007-05-31 18:08:14 +0000
commit3e4e2df46dcff181385966bba5891b76e0e1ee5a (patch)
treec52dac27dd0bd6dc163d97cd540451bd2c2f5d5b /sys
parentfa1032b03924f719ca8fc96be34e0bd87291f5b9 (diff)
Add a comment so this is identical to the i386 version
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/stand/biosboot/biosboot.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/stand/biosboot/biosboot.S b/sys/arch/amd64/stand/biosboot/biosboot.S
index 7143aec41df..603b64082cd 100644
--- a/sys/arch/amd64/stand/biosboot/biosboot.S
+++ b/sys/arch/amd64/stand/biosboot/biosboot.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: biosboot.S,v 1.2 2004/03/21 21:22:10 tom Exp $ */
+/* $OpenBSD: biosboot.S,v 1.3 2007/05/31 18:08:13 tom Exp $ */
/*
* Copyright (c) 2003 Tobias Weingartner
@@ -573,7 +573,7 @@ err_stop:
call Lmessage
stay_stopped:
sti /* Ensure Ctl-Alt-Del will work */
- hlt
+ hlt /* (don't require power cycle) */
jmp stay_stopped /* Just to make sure :-) */
exec_boot: