79388952

Date: 2025-01-26 17:16:48
Score: 1.5
Natty:
Report link

This worked:

MEMORY {
  kernel_space (rwx) : ORIGIN = 0x80200000, LENGTH = 5K
}

SECTIONS {
  .text : {
    *(.text*)
  } > kernel_space
}

"Why did the previous one not work?" you ask? I don't know, all I know is I'm finally free of linker hell, and I'm happy.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: CocytusDEDI