docs: Update ChangeLog and README.md for 7.10.0

This commit is contained in:
mintsuki 2024-07-12 07:11:11 +02:00
parent 8ffa8e1a93
commit d3ffaf9f06
2 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,21 @@
2024-07-12 mintsuki <mintsuki@protonmail.com>
*** Release 7.10.0 ***
Noteworthy changes compared to the previous release, 7.9.2:
New features:
- SMP: Support SMP on AArch64 without ACPI.
Bug fixes:
- SMP: Do not allocate a useless stack for the BSP.
Miscellaneous:
- Limine boot protocol: Do not pass responses if RSDP or SMBIOS not
available instead of returning responses with NULL pointers.
- Limine boot protocol: Do not pass a framebuffer response if no
framebuffers are available.
2024-07-06 mintsuki <mintsuki@protonmail.com>
*** Release 7.9.2 ***

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.2`):
or, to clone a specific binary point release (for example `7.10.0`):
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v7.9.2-binary --depth=1
git clone https://github.com/limine-bootloader/limine.git --branch=v7.10.0-binary --depth=1
```
In order to rebuild host utilities like `limine`, simply run `make` in the binary