ClassicOS/src/linker.ld

8 lines
146 B
Plaintext

ENTRY(boot)
SECTIONS {
. = 0x7c00;
.text : {
*(.text)
}
/* Add other sections as needed */
}