If the INT 15,e820 memory map reports a region [0,0), this confuses the "truncate to even megabytes" logic, which ends up rounding the region 'down' to [0,fff00000). Fix by ensuring that the region's end address is at least 1, before we subtract 1 to obtain the "last byte in region" address.tags/v0.9.4
|
|
||
93 |
|
93 |
|
94 |
|
94 |
|
95 |
|
95 |
|
|
96 |
|
|
|
97 |
|
|
|
98 |
|
|
96 |
|
99 |
|
97 |
|
|
|
98 |
|
|
|
99 |
|
|
|
100 |
|
|
|
|
100 |
|
|
|
101 |
|
|
|
102 |
|
|
|
103 |
|
|
|
104 |
|
|
|
105 |
|
|
101 |
|
106 |
|
102 |
|
107 |
|
103 |
|
108 |
|
|
|
||
108 |
|
113 |
|
109 |
|
114 |
|
110 |
|
115 |
|
111 |
|
|
|
|
116 |
|
|
112 |
|
117 |
|
113 |
|
118 |
|
114 |
|
119 |
|