@@ -0,0 +1,27 @@
ENTRY(_start)
SECTIONS
{
. = 1M;
.text :
*(.multiboot)
*(.text*)
}
.rodata :
*(.rodata*)
.data :
*(.data*)
.bss :
*(.bss*)
The note is not visible to the blocked user.