Skip to content

Commit bceab08

Browse files
committed
docs: Update ChangeLog and README.md for 9.3.4
1 parent ff7e073 commit bceab08

2 files changed

Lines changed: 21 additions & 2 deletions

File tree

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2025-06-21 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 9.3.4 ***
4+
5+
Noteworthy changes compared to the previous release, 9.3.3:
6+
7+
Bug fixes:
8+
- ELF: Make an optimisation related to skipping scanning of .bss
9+
regions for finding of structures in the loaded image (for Limine
10+
protocol structures or otherwise) less overeager as that could break
11+
in certain cases.
12+
- SMP: On x86, ensure that the value of IA32_APIC_BASE is the same on
13+
the APs as it is on the BSP.
14+
- PMM: Mark EfiLoader{Code,Data} regions as bootloader reclaimable
15+
rather than reserved memory, as for certain protocols, like the
16+
Limine boot protocol, reserved memory is unmapped at runtime, while
17+
these regions may contain hot data that is still needed, like Limine
18+
bootloader memory stacks.
19+
120
2025-05-27 Mintsuki <mintsuki@protonmail.com>
221

322
*** Release 9.3.3 ***

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ For example, to clone the latest binary release of the `9.x` branch, one can do:
7777
```bash
7878
git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1
7979
```
80-
or, to clone a specific binary point release (for example `9.3.3`):
80+
or, to clone a specific binary point release (for example `9.3.4`):
8181
```bash
82-
git clone https://github.com/limine-bootloader/limine.git --branch=v9.3.3-binary --depth=1
82+
git clone https://github.com/limine-bootloader/limine.git --branch=v9.3.4-binary --depth=1
8383
```
8484

8585
In order to rebuild host utilities like `limine`, simply run `make` in the binary

0 commit comments

Comments
 (0)