Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1728 → Rev 1732

/boot/trunk/Makefile
47,6 → 47,10
DEFS += -DCONFIG_DEBUG
endif
 
ifeq ($(CONFIG_BAT),y)
DEFS += -DCONFIG_BAT
endif
 
.PHONY: all build config distclean arch_distclean clean kernel uspace clean_kernel clean_uspace distclean_kernel distclean_uspace
 
all:
/boot/trunk/arch/ppc32/loader/asm.S
207,7 → 207,8
li r29, 8
mtctr r29
li r30, 0x4000
lis r30, 0x4000
ori r30, r30, 8
seg_fill_kernel: