diff options
| -rw-r--r-- | link.ld | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -11,7 +11,8 @@ SECTIONS {  		_boot_end = .;  	} -	.text KERNEL_VMA : AT(_boot_end) { +	. = KERNEL_VMA; +	.text : AT(_boot_end) {  		*(.text.startup)  		*(.text)  		*(.rodata*) | 
