mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2025-04-04 21:14:58 -07:00
8 lines
146 B
Plaintext
8 lines
146 B
Plaintext
ENTRY(boot)
|
|
SECTIONS {
|
|
. = 0x7c00;
|
|
.text : {
|
|
*(.text)
|
|
}
|
|
/* Add other sections as needed */
|
|
} |