@@ -6,6 +6,8 @@ KERNEL_PHYS_BASE = 0x00100000;
SECTIONS {
. = KERNEL_VIRT_BASE;
kernel_start = .;
.text : AT(KERNEL_PHYS_BASE) {
*(.text)
}
@@ -22,4 +24,6 @@ SECTIONS {
*(COMMON)
*(.bss)
kernel_end = .;
The note is not visible to the blocked user.