haiku/src
Michael Lotz e9922e775f haiku_loader: Fix wrong size of gBootGDT on x86_64.
The BOOT_GDT_SEGMENT_COUNT was based on USER_DATA_SEGMENT on both
x86 and x86_64. However, on x86_64 the order of the segments is
different, leading to a too small gBootGDT array. Move the define to
the arch specific headers so they can be setup correctly in either case.
Also add a STATIC_ASSERT() to check that the descriptors fit into the
array.

Pointed out by CID 1210898.
2014-10-22 21:06:07 +02:00
..
add-ons Fix AIFF decoding with ffmpeg. 2014-10-22 17:26:18 +02:00
apps Use strict mode when url-decoding file requests. 2014-10-21 11:31:48 +02:00
bin tcpdump/libpcap: correctly declare dependency between lex/yacc 2014-10-21 12:57:20 +00:00
build os/support: implement atomic_*() using GCC builtin helpers 2014-08-25 23:05:07 +02:00
data AIFF mimetype: fix sniffing rule. 2014-10-22 15:50:10 +02:00
documentation
kits Register media add-ons on BMediaFormat::GetFormatFor(). 2014-10-22 15:25:06 +02:00
libs freebsd_network: Check non-packaged data dir for firmware. 2014-10-18 18:48:19 +02:00
preferences Notifications: use a single settings file. 2014-10-21 18:53:06 +02:00
servers Notifications: use a single settings file. 2014-10-21 18:53:06 +02:00
system haiku_loader: Fix wrong size of gBootGDT on x86_64. 2014-10-22 21:06:07 +02:00
tests AreaTest: 64bit fix. 2014-10-22 19:36:05 +02:00
tools Test harness: 64bit warnings fixes. 2014-10-01 10:59:07 +02:00
Jamfile