littlekernel / lk

LK embedded kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aarch64 ILP32 LK

Surysingh opened this issue · comments

Was ever ILP32 model ( Integer, long and pointer are 32 bit, rest are 64 bit) considered for Aarch64 LK?

GCC supports ilp32, can lk be made ilp32 friendly?

I haven't looked into it, it shoudlnt be too hard, but would need to probably have a reasonable use for it to put the time in.