rust-osdev / x86_64

Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
797 stars 132 forks source link

Cleanup Segment macros #376

Closed josephlr closed 2 years ago

josephlr commented 2 years ago

We no longer use the symbols for the external assembly, so we can simplify the macros.

Signed-off-by: Joe Richey joerichey@google.com