mintsuki
860d1b1da2
lib/elf: Allow loading relocatable higher half kernels with low load addresses
2024-05-22 06:45:50 +02:00
mintsuki
5b1cd9d01b
fs/fat: Address missing bpb validity checks. Fixes #351 and #352
2024-05-22 04:44:11 +02:00
mintsuki
59ac73d753
docs: ChangeLog: Fix typo
v7.5.1
2024-05-08 21:52:45 +02:00
mintsuki
a5b020fa68
docs: Update ChangeLog and README.md for 7.5.1
2024-05-08 21:50:30 +02:00
mintsuki
705dfa92f6
disk: UEFI: Add additional sector_size == 2048 condition for is_optical
2024-05-08 21:42:29 +02:00
mintsuki
40a772033a
disk: BIOS: Yucky workaround to a workaround to an HP Pavillion something
2024-05-08 20:55:27 +02:00
mintsuki
9109b40756
disk: BIOS: Fix wrong logical operator from 9476b3dfaa35a77329686c6e1e10690c6e1a1855
2024-05-07 21:03:15 +02:00
mintsuki
71cfe73d67
disk: BIOS: Work around bogus GCC warning
2024-05-07 20:11:28 +02:00
mintsuki
10e0ca6aaa
disk: BIOS: Remove useless disk_read_sectors() call
2024-05-07 20:05:04 +02:00
mintsuki
903662feaf
build: Disable werror for nasm due to overly verbose new version
2024-05-07 19:59:12 +02:00
mintsuki
9476b3dfaa
disk: BIOS: Use DPTE to determine removable media and BDA disk count to skip broken entries
2024-05-07 19:53:03 +02:00
mintsuki
1b6779303b
docs: Update ChangeLog and README.md for 7.5.0
v7.5.0
2024-05-03 20:50:21 +02:00
mintsuki
d83e03c1eb
docs: Move usage to USAGE.md and install that instead of README.md
2024-05-03 20:26:21 +02:00
mintsuki
8d4b888580
docs: PROTOCOL.md: Minor wording improvment
2024-05-03 20:15:00 +02:00
mintsuki
9dbe88a492
docs: README.md: Further misc improvements
2024-05-03 20:00:14 +02:00
mintsuki
695f5cb294
docs: README.md: Minor cosmetic improvements
2024-05-03 19:40:06 +02:00
mintsuki
cd9efbf8b6
limine: Define and implement base revision 2
2024-05-03 19:31:12 +02:00
mintsuki
51304b359d
limine: Remove left over start marker comparison code
2024-05-03 07:01:11 +02:00
mintsuki
8cb60d41fb
docs: PROTOCOL.md: Fix typo
2024-05-03 06:53:50 +02:00
mintsuki
ba86da93e0
limine: Document and implement requests start marker
2024-05-03 06:43:49 +02:00
mintsuki
54b01cd8c7
docs: Update screenshot
2024-05-02 04:35:27 +02:00
mintsuki
d9004d4360
Merge pull request #349 from limine-bootloader/dependabot/github_actions/trunk/crate-ci/typos-1.21.0
...
build(deps): bump crate-ci/typos from 1.20.7 to 1.21.0
2024-05-01 23:45:21 +02:00
mintsuki
52f948b568
build: Fix issue with commit timestamps in bootstrap script
2024-05-01 23:37:53 +02:00
dependabot[bot]
bbd112568a
build(deps): bump crate-ci/typos from 1.20.7 to 1.21.0
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.20.7 to 1.21.0.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.20.7...v1.21.0 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-01 03:56:30 +00:00
mintsuki
cbb398aea5
docs: Update ChangeLog and README.md for 7.4.1
v7.4.1
2024-04-29 23:48:00 +02:00
mintsuki
51fc81b117
disk: Set MAX_VOLUMES to 256 for UEFI ports
2024-04-29 23:14:48 +02:00
mintsuki
37eb16f431
menu: Minor tweaks to how architecture and firmware are printed
2024-04-29 23:03:43 +02:00
mintsuki
d0bbe19358
docs: Update ChangeLog and README.md for 7.4.0
v7.4.0
2024-04-20 03:37:44 +02:00
mintsuki
b1810b2409
part: Drop unused list_volumes() function
2024-04-20 01:39:35 +02:00
mintsuki
4fe338c31f
misc: readline.h -> getchar.h and drop unused readline() code
2024-04-20 01:32:34 +02:00
mintsuki
87c2cc121d
menu: Move fw setup text right if editor disabled
2024-04-20 01:25:43 +02:00
mintsuki
b8a42e2615
menu: Simplify quiet && no menu tree condition
2024-04-20 00:56:22 +02:00
mintsuki
1372451d55
menu: Drop console entirely
2024-04-20 00:48:32 +02:00
mintsuki
17904009ad
config: Fix missing NULL check in init_config()
2024-04-19 23:42:57 +02:00
mintsuki
72b9fcbb4c
menu: Print ISA name and firmware type as part of branding
2024-04-19 23:21:04 +02:00
mintsuki
c1b8bbb696
test: Gate 5 level paging x86 flag behind ISA ifdef
2024-04-19 23:20:30 +02:00
mintsuki
2c7378b692
menu: Add blank entry (B) function
2024-04-19 22:27:11 +02:00
mintsuki
053fc0ff70
Revert "build: Make version gathering similar to timestamps gathering"
...
This reverts commit 9f98cf150aa545161d96af32eb7ed42aebacce53.
2024-04-14 23:41:45 +02:00
mintsuki
ae3ab367fb
Merge pull request #344 from limine-bootloader/dependabot/github_actions/crate-ci/typos-1.20.7
...
build(deps): bump crate-ci/typos from 1.20.3 to 1.20.7
v7.3.1
2024-04-11 07:37:57 +02:00
mintsuki
a1a824356f
Merge pull request #345 from limine-bootloader/dependabot/github_actions/softprops/action-gh-release-2
...
build(deps): bump softprops/action-gh-release from 1 to 2
2024-04-11 07:37:15 +02:00
mintsuki
649d3730ff
dependabot: Target trunk branch
2024-04-11 07:35:24 +02:00
dependabot[bot]
b75a4df207
build(deps): bump softprops/action-gh-release from 1 to 2
...
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release ) from 1 to 2.
- [Release notes](https://github.com/softprops/action-gh-release/releases )
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md )
- [Commits](https://github.com/softprops/action-gh-release/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: softprops/action-gh-release
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 05:31:26 +00:00
dependabot[bot]
a3d43115f3
build(deps): bump crate-ci/typos from 1.20.3 to 1.20.7
...
Bumps [crate-ci/typos](https://github.com/crate-ci/typos ) from 1.20.3 to 1.20.7.
- [Release notes](https://github.com/crate-ci/typos/releases )
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md )
- [Commits](https://github.com/crate-ci/typos/compare/v1.20.3...v1.20.7 )
---
updated-dependencies:
- dependency-name: crate-ci/typos
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-04-11 05:31:24 +00:00
mintsuki
65a940e1f7
docs: Update ChangeLog and README.md for 7.3.1
2024-04-11 07:30:07 +02:00
mintsuki
4e4105782e
misc: No more non-static inline functions in headers
2024-04-10 20:16:37 +02:00
mintsuki
b1140cd653
term: Remove a bunch of dead code
2024-04-10 19:57:18 +02:00
mintsuki
82aa036ab3
term: Fix logic for UEFI fallback_scroll()
2024-04-10 19:41:48 +02:00
mintsuki
39c30996fe
nix: Remove build.nix
...
The build method was full of workarounds, plus I do not really see the point in having this upstream given Limine is now downstream in nixpkgs. For everthing else the 'nix develop' environment suffices.
2024-04-10 15:31:00 +02:00
mintsuki
9f98cf150a
build: Make version gathering similar to timestamps gathering
2024-04-10 15:01:57 +02:00
mintsuki
df0d9d48d2
dependencies: Bump Flanterm
2024-04-10 13:08:07 +02:00