-
Notifications
You must be signed in to change notification settings - Fork 36
32-bit support #63
Copy link
Copy link
Open
Labels
component:kernelEnhancements on the kernel sideEnhancements on the kernel sidehacktoberfesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
component:kernelEnhancements on the kernel sideEnhancements on the kernel sidehacktoberfesthelp wantedExtra attention is neededExtra attention is needed
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)