diff options
Diffstat (limited to 'sys/arch/vax/boot/srt0.s')
-rw-r--r-- | sys/arch/vax/boot/srt0.s | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/vax/boot/srt0.s b/sys/arch/vax/boot/srt0.s index 1fc8dfca8e3..bfe5acafe34 100644 --- a/sys/arch/vax/boot/srt0.s +++ b/sys/arch/vax/boot/srt0.s @@ -1,4 +1,4 @@ -/* $NetBSD: srt0.s,v 1.5 1996/03/07 23:27:10 ragge Exp $ */ +/* $NetBSD: srt0.s,v 1.6 1996/08/02 11:22:44 ragge Exp $ */ /* * Copyright (c) 1994 Ludd, University of Lule}, Sweden. * All rights reserved. @@ -58,7 +58,9 @@ _start: .globl _start 1: movl $relocated, (sp) # return-address on top of stack rsb # can be replaced with new address relocated: # now relocation is done !!! - calls $0,_main # Were here! + movl sp, _bootregs + calls $0, _setup + calls $0, _Xmain # Were here! halt # no return |