os/boot/boot.ld

6 lines
61 B
Plaintext
Raw Normal View History

2022-10-08 17:55:21 -05:00
SECTIONS {
. = 0x0;
_etext = .;
.text : { *(.text) }
}