Danny Tsai 8b362c977a
Correct installable address whitelist (#816)
* Correct installable address whitelist

blacklist is stored at 0xb088~0xb0bf, which is ulong[14] in
{start(inclusive), end(exclusive)} pair.
one thing to note is that boot9 use inclusive comparing with
blacklist start for both section load address and
section load address + section size (comparing logic is
at 0xa42e~0xa449), so if the firm fits perfectly at the end
of the space right before the blacklisted range,
it'll also be rejected.

* shrink vram drive size to avoid bleeding into blacklisted range
2023-07-21 21:39:08 -03:00
..
2020-08-26 23:01:58 +02:00
2019-06-03 02:28:26 +02:00
2020-08-26 23:01:58 +02:00
2020-08-26 23:01:58 +02:00
2017-11-17 19:37:45 +01:00