You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KRF currently makes x86 specific assumptions, and may make x86_64-specific assumptions. We should try to eliminate the latter (if they exist) so that it can be built with support for x86_32-specific syscalls (e.g., iopl(2) in #6).
This has two parts:
Investigating the general feasibility of x86_32 bit builds + ensuring that KRF actually works when built in 32-bit
Refactoring the codegen/specs to only generate syscalls for the relevant platform (e.g., not emitting iopl(2) on x86_64)
The text was updated successfully, but these errors were encountered:
KRF currently makes x86 specific assumptions, and may make x86_64-specific assumptions. We should try to eliminate the latter (if they exist) so that it can be built with support for x86_32-specific syscalls (e.g.,
iopl(2)
in #6).This has two parts:
iopl(2)
on x86_64)The text was updated successfully, but these errors were encountered: