Skip to content

Load the bootstrap blob at 4096 instead of 0

bjorn3 requested to merge bjorn3/kernel:unified_initfs into master

This way the NULL page can stay unmapped and the bootstrap code can avoid UB when reading the initfs header (which is at the start of the bootstrap code.

Merge request reports