summaryrefslogtreecommitdiff
path: root/sys/arch/vax/stand
diff options
context:
space:
mode:
authorHugh Graham <hugh@cvs.openbsd.org>2000-11-25 21:33:09 +0000
committerHugh Graham <hugh@cvs.openbsd.org>2000-11-25 21:33:09 +0000
commit0b18eeef7c95462558c9b84b8841fb6c88583b1a (patch)
tree3f36e44da18f6b59f9f51dae13e91a6962183d07 /sys/arch/vax/stand
parentab1462d4b5e68765e1797a77a16e331955949d2c (diff)
make room for a 16 slice disklabel
Diffstat (limited to 'sys/arch/vax/stand')
-rw-r--r--sys/arch/vax/stand/xxboot/start.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/vax/stand/xxboot/start.s b/sys/arch/vax/stand/xxboot/start.s
index bbd8397f70c..f39ecafab62 100644
--- a/sys/arch/vax/stand/xxboot/start.s
+++ b/sys/arch/vax/stand/xxboot/start.s
@@ -1,4 +1,4 @@
-/* $OpenBSD: start.s,v 1.2 2000/10/04 04:57:29 bjc Exp $ */
+/* $OpenBSD: start.s,v 1.3 2000/11/25 21:33:08 hugh Exp $ */
/* $NetBSD: start.s,v 1.2 1999/10/23 14:40:38 ragge Exp $ */
/*
* Copyright (c) 1995 Ludd, University of Lule}, Sweden.
@@ -147,7 +147,7 @@ cont_750:
movl r11, r5
brw start_all
- .org 0x200
+ .org 0x300
start_uvax:
mtpr $0, $PR_MAPEN # Turn off MM, please.