@@ -3,6 +3,7 @@ ENTRY(_start)
SECTIONS
{
. = 2M;
kernel_start = .;
.text BLOCK(4K) : ALIGN(4K)
@@ -25,4 +26,6 @@ SECTIONS
*(COMMON)
*(.bss)
}
kernel_end = .;
The note is not visible to the blocked user.