Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1744 → Rev 1771

/boot/trunk/arch/sparc64/loader/boot.S
26,20 → 26,13
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
 
#include "regname.h"
#define INITIAL_STACK 0x0
 
#define INITIAL_STACK 0x80040000
.section BOOTSTRAP, "ax"
 
.set noat
.set noreorder
.set nomacro
 
.section BOOTSTRAP
 
.global start
start:
lui $sp, INITIAL_STACK >> 16
ori $sp, $sp, INITIAL_STACK & 0xffff
# TODO: set initial stack
j bootstrap
b bootstrap
nop