os/boot/boot.ld
2022-10-09 15:30:21 -05:00

6 lines
61 B
Plaintext

SECTIONS {
. = 0x0;
_etext = .;
.text : { *(.text) }
}