Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1778 → Rev 1777

/boot/trunk/arch/sparc64/loader/asm.S
94,6 → 94,5
mov %o1, %o0
 
jump_to_kernel:
set ofw, %l0
jmp %o0 ! jump to kernel
ldx [%l0], %o4 ! pass OpenFirmware address in %o4
b jump_to_kernel
nop
/boot/trunk/arch/sparc64/Makefile.inc
33,14 → 33,13
image.iso: kernel
make -C arch/$(ARCH)/loader COMPILER=$(COMPILER) KERNELDIR=../../../$(KERNELDIR) USPACEDIR=../../../$(USPACEDIR) IMAGE=$(CONFIG_IMAGE)
mkdir -p $(TMP)/boot
mkdir -p $(TMP)/HelenOS
mkdir -p $(TMP)/kernel
cat arch/$(ARCH)/silo/silo.tar.gz | (cd $(TMP)/boot; tar xvfz -)
cp arch/$(ARCH)/silo/README arch/$(ARCH)/silo/COPYING arch/$(ARCH)/silo/silo.conf $(TMP)/boot
cp arch/$(ARCH)/loader/image.boot $(TMP)/HelenOS/image.boot
ln -sf ../../$(KERNELDIR)/kernel.bin $(TMP)/kernel/kernel.bin
mkisofs -f -G $(TMP)/boot/isofs.b -B ... -r -o image.iso $(TMP)/
 
clean: clean_boot_gen clean_kernel
make -C arch/$(ARCH)/loader clean
clean: clean_kernel
-rm -fr $(TMP)
-rm -f image.iso
 
/boot/trunk/arch/sparc64/silo/silo.conf
1,3 → 1,3
timeout = 0
image = /HelenOS/image.boot
label = HelenOS
image = /kernel/kernel.bin
label = spartan