nanovms / nanos

A kernel designed to run one and only one application in a virtualized environment
https://nanos.org
Apache License 2.0
2.58k stars 133 forks source link

Fixing linker warnings #2012

Closed francescolavra closed 5 months ago

francescolavra commented 5 months ago

This changeset fixes linker warnings that appeared starting with release 2.39 of the GNU binutils. In addition, it amends the x86 bootloader linker script so that the size of the bootloader binary file is decreased by around 2%.

Closes #1870 and #2010