haiku/src
David Karoly f151690800 fix revision string for BIOS loader
The original linker script puts sHaikuRevision after __bss_start
which results in the revision string getting overwritten with zeroes
when the boot loader starts.

This change ensures that sHaikuRevision comes before __bss_start.

Change-Id: I271f2571ea274092f91f01019dcf8dcc1ad01bf3
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5721
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
2022-10-06 20:12:47 +00:00
..
add-ons hda: add missing product entries for newer devices 2022-10-06 16:33:56 +00:00
apps HaikuDepot: Fix Changelog 2022-10-06 09:23:28 +00:00
bin build: Remove usage of obsolescent egrep 2022-10-06 16:28:01 +00:00
build build: fix jam clean when using emulated attributes 2022-09-26 14:31:07 +00:00
data /bin/pidof: add it to regular images and to the Haiku package. 2022-09-26 14:50:02 +00:00
kits Tracker: Enable thumbnail generation by default. 2022-09-30 05:05:40 -04:00
libs freebsd_network: Remove unneeded functions from if_var.h. 2022-09-30 14:02:30 -04:00
preferences Sounds preflet: don't reuse variable names. 2022-10-06 18:16:49 +00:00
servers app_server: Automatically pick a larger font size on HiDPI screens. 2022-09-30 20:57:53 -04:00
system fix revision string for BIOS loader 2022-10-06 20:12:47 +00:00
tests build: Remove usage of obsolescent egrep 2022-10-06 16:28:01 +00:00
tools checkstyle.py: Python 3 compatibility, part two. 2022-10-02 09:33:59 +00:00
Jamfile