diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2025-06-10 13:57:39 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2025-06-10 14:04:50 -0400 |
commit | b52ca86e094d19b58e2304417787e96b940e39c6 (patch) | |
tree | 00ca2288a3318f220d235c2e2cb9ca4f6f430874 | |
parent | a6c8e8bbdf24ece39e4f55c8ab464d28e5e44745 (diff) | |
download | seabios-b52ca86e094d19b58e2304417787e96b940e39c6.zip seabios-b52ca86e094d19b58e2304417787e96b940e39c6.tar.gz seabios-b52ca86e094d19b58e2304417787e96b940e39c6.tar.bz2 |
docs: Note v1.17.0 releaserel-1.17.0
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/Releases.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/Releases.md b/docs/Releases.md index 584b22f..08851ab 100644 --- a/docs/Releases.md +++ b/docs/Releases.md @@ -1,6 +1,17 @@ History of SeaBIOS releases. Please see [download](Download) for information on obtaining these releases. +SeaBIOS 1.17.0 +============== + +Available on 20250610. Major changes in this release: + +* Prefer PCI IO allocations above 4Gig on 64bit capable machines. +* Multiple simultaneous USB keyboard and mouse support. +* Legacy support for internally generated ACPI tables has been removed. +* SeaVGABIOS support for VBE get/set palette data. +* Several bug fixes and code cleanups. + SeaBIOS 1.16.0 ============== |