[NSWI004] _kernel_end

Káně, Vojtěch vojtech.kane at gbl.cz
Thu Oct 22 16:22:02 CEST 2020


> uint8_t *p = _kernel_end;

_kernel_end is not a pointer, it is a symbol. Take its address with
&_kernel_end instead.

Disclaimer: Untested, I am currently commuting.

Vojta Káně


More information about the NSWI004 mailing list