mirror of
https://github.com/limine-bootloader/limine
synced 2025-02-08 13:14:19 +03:00
docs: Update ChangeLog and README.md for 7.5.3
This commit is contained in:
parent
1811c7f8b7
commit
c204af454f
16
ChangeLog
16
ChangeLog
@ -1,3 +1,19 @@
|
||||
2024-05-24 mintsuki <mintsuki@protonmail.com>
|
||||
|
||||
*** Release 7.5.3 ***
|
||||
|
||||
Noteworthy changes compared to the previous release, 7.5.2:
|
||||
|
||||
Bug fixes:
|
||||
- Multiboot 2 protocol: Fix an issue where the 32-bit EFI Image Handle
|
||||
tag would be generated under 64-bit EFI and vice versa.
|
||||
- Do not set VirtualStart to PhysicalStart when generating the EFI
|
||||
memory map; set it to 0 instead.
|
||||
- Do not perform additional checks when loading relocatable ELF files
|
||||
after verifying that they are of type ET_DYN and have a PT_DYNAMIC
|
||||
segment. This ensures that certain relocatable ELF files that were
|
||||
previously misidentified as non-relocatable are recognised as such.
|
||||
|
||||
2024-05-22 mintsuki <mintsuki@protonmail.com>
|
||||
|
||||
*** Release 7.5.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.5.2`):
|
||||
or, to clone a specific binary point release (for example `7.5.3`):
|
||||
```bash
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v7.5.2-binary --depth=1
|
||||
git clone https://github.com/limine-bootloader/limine.git --branch=v7.5.3-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