lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Patrick Rapin wrote:
> Still, the compilation works perfectly, except for the 64 bits
> versions of ftell and fseek on Windows DDK.

I only support building with the SDK, not the WDK/DDK.

> Great ! Olivetti printers use a 4Kc MIPS processor (not sure if this
> is a R1 architecture).

This CPU doesn't have a hardware FPU. The kernel emulates that,
but it'll be dead slow.

--Mike