-
Notifications
You must be signed in to change notification settings - Fork 147
Open
Labels
Description
Hi guys, first of all thanks for the great work,
I'm maintaining a 32bit (aka i386
, aka IA-32
, aka protected mode
) fork of this library my own purposes. It just hit me that everything I've rewritten could be included inside of this crate with conditional compilation ala #[cfg(target_arch="x86-64"]
. The main differences obviously concern address sizes, but also page table topology isn't the same in 32bit, and some quirks here and there, nothing huge really.
Your crate is named x86-64 so it's not obvious that these changes would be welcome... should i start writing a draft and make a pull request or should i maintain my own crate on the side?
ps: my version was forked at v0.2.0-alpha-009
so there's not much to catch up with