Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1618 → Rev 1619

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