Philipp Oppermann
|
95d6d30c29
|
Merge multiboot section to .text section
All sections must be page aligned to set the right privileges, so we would many padding bytes otherwise.
|
2015-09-15 14:57:08 +02:00 |
|
Philipp Oppermann
|
2655ac093c
|
wip
|
2015-09-15 14:57:08 +02:00 |
|
Philipp Oppermann
|
fcf69dcc53
|
Remove unused sections to avoid float issues
Avoids a linker error for `fmod` and `fmodf`. These functions are refenced in libcore. The KEEP ensures that the Multiboot section isn't removed.
|
2015-08-25 14:54:06 +02:00 |
|
Philipp Oppermann
|
2c529d0060
|
Add a basic linker script
Ensures that the multiboot header is early in the executable.
|
2015-08-13 12:48:17 +02:00 |
|