twizzler-operating-system / twizzler

The Twizzler Operating System
BSD 3-Clause "New" or "Revised" License
66 stars 13 forks source link

Fix alignment of early allocation region #131

Closed dbittman closed 1 year ago

dbittman commented 1 year ago

The early allocation region provides allocation support for bootstrapping the allocator, and for very early kernel functions. The region itself was never aligned properly; this PR fixes that.