Skip to content

Commit 3e6a9a4

Browse files
committed
docs: Update ChangeLog and README.md for 9.3.0
1 parent 80caf71 commit 3e6a9a4

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

ChangeLog

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2025-05-07 Mintsuki <mintsuki@protonmail.com>
2+
3+
*** Release 9.3.0 ***
4+
5+
Noteworthy changes compared to the previous release, 9.2.3:
6+
7+
New features:
8+
- Add optional support for the 64-bit x86-64 boot protocol for Linux.
9+
This is supported on the UEFI/x86-64 port of Limine, and it is
10+
preferred over the 32-bit boot protocol if supported by the given
11+
kernel. This helps with loading larger modules on certain systems
12+
with low amounts of low memory which would otherwise panic.
13+
14+
Bug fixes:
15+
- Fix away some ungraceful handling of out-of-memory situations when
16+
loading files using the Linux boot protocol. Make into panics instead
17+
of crashes or hangs.
18+
19+
Miscellaneous:
20+
- Improve performance and memory usage of loading modules for the Linux
21+
boot protocol.
22+
123
2025-04-12 Mintsuki <mintsuki@protonmail.com>
224

325
*** Release 9.2.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.2.3`):
80+
or, to clone a specific binary point release (for example `9.3.0`):
8181
```bash
82-
git clone https://github.com/limine-bootloader/limine.git --branch=v9.2.3-binary --depth=1
82+
git clone https://github.com/limine-bootloader/limine.git --branch=v9.3.0-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)