mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-01 01:35:27 +03:00
docs: Update ChangeLog and README.md for 7.10.0
This commit is contained in:
parent
8ffa8e1a93
commit
d3ffaf9f06
18
ChangeLog
18
ChangeLog
@ -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 ***
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user