Find a typing error
specialpointcentral opened this issue · 0 comments
specialpointcentral commented
at https://github.com/0xAX/linux-insides/edit/master/Initialization/linux-initialization-1.md#L82
unsigned log __head __startup_64(unsigned long physaddr,
need change to
unsigned long __head __startup_64(unsigned long physaddr,
it is long
not the log