Index: src/vectors.S =================================================================== --- src/vectors.S (revision 90) +++ src/vectors.S (working copy) @@ -73,6 +73,8 @@ stwu r14, 4(r13) ; bdnz _bios_copy_loop ; /* Synchronize the whole execution context */ + /* Also enable FPU */ + ori r0, r0, (1 << 13) ; mtspr 26, r29 ; mtspr 27, r0 ; rfi ;