Theseus icon indicating copy to clipboard operation
Theseus copied to clipboard

`pte_flags` bilge conversion [draft]

Open NathanRoyer opened this issue 1 year ago • 0 comments

Here is my partial bilge conversion of pte_flags.

At this point the only thing I converted was the PteFlagsAarch64 struct, I didn't update the methods from the bitflags era. As such, this doesn't compile, but the definition of that struct should be correct. When the field is defined as an enum, I moved the field documentation to the enum, not sure if that's a good thing to do.

NathanRoyer avatar Dec 20 '23 17:12 NathanRoyer