Subversion Repositories HelenOS-historic

Compare Revisions

Regard whitespace Rev 1618 → Rev 1619

/kernel/trunk/arch/ppc32/src/ppc32.c
69,7 → 69,8
/* Initialize PIC */
pic_init();
cuda_init();
cuda_init(bootinfo.keyboard.addr, bootinfo.keyboard.size);
/* Merge all zones to 1 big zone */
zone_merge_all();
}