@ -2,8 +2,9 @@ ENTRY (_start)
SECTIONS
{
. = 0;
. = 0x80000000;
.text : { *(.text*) *(.rodata*) }
.data : { *(.data*) }
.bss : { *(.bss*) *(COMMON*) }
kernel_end = .;
}
The note is not visible to the blocked user.