The macro sdt_getter now produces a load function that returns a pointer to the SDT, instead of copying it.
This permits modification of the SDT, and an easier way to retrieve its memory address later on.
That should enables us to dynamically load the address of the MADT in #43.
The macro
sdt_getter
now produces aload
function that returns a pointer to the SDT, instead of copying it. This permits modification of the SDT, and an easier way to retrieve its memory address later on.That should enables us to dynamically load the address of the MADT in #43.