docs: Update ChangeLog and README.md for 7.9.2

This commit is contained in:
mintsuki 2024-07-06 20:56:45 +02:00
parent 445715fe55
commit c8e24f003d
2 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,22 @@
2024-07-06 mintsuki <mintsuki@protonmail.com>
*** Release 7.9.2 ***
Noteworthy changes compared to the previous release, 7.9.1:
Bug fixes:
- Limine boot protocol: Return NULL response instead of a response with
erroneous CPU count of 0 for SMP on x86-64, if x2APIC support not
enabled and missing xAPIC fallback.
- Limine boot protocol: Do not ignore MAX_PAGING_MODE config setting if
paging mode request missing from loaded kernel.
Miscellaneous:
- Limine boot protocol/ELF: Apply a slide of 0xffffffff80000000 minus
the ELF-reported base load address for relocatable kernels that have
lower half load addresses, instead of always applying a slide of
0xffffffff80000000.
2024-06-29 mintsuki <mintsuki@protonmail.com>
*** Release 7.9.1 ***

View File

@ -71,9 +71,9 @@ For example, to clone the latest binary release of the `7.x` branch, one can do:
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v7.x-binary --depth=1
```
or, to clone a specific binary point release (for example `7.9.1`):
or, to clone a specific binary point release (for example `7.9.2`):
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v7.9.1-binary --depth=1
git clone https://github.com/limine-bootloader/limine.git --branch=v7.9.2-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary