Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1619 → Rev 1618

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