Commit Graph

2751 Commits

Author SHA1 Message Date
mintsuki 0e5facea95 docs: Update ChangeLog and README.md for 8.1.0 2024-10-12 04:00:56 +02:00
mintsuki 39b92df6f1 protos/limine: Work around GCC warning by initialising randomise_hhdm_base 2024-10-12 03:53:06 +02:00
mintsuki 7fc7ececbc protos/limine: Add randomise_hhdm_base config option 2024-10-12 03:47:23 +02:00
mintsuki dc12098981 docs: PHILOSOPHY.md: Fix formatting issue 2024-10-12 03:21:30 +02:00
mintsuki 1a6c3b5cea build: Fix wrong paths used for removal of .orig files for tinf 2024-10-12 02:46:20 +02:00
mintsuki f0ae2a42ce misc: Update libfdt to 1.7.1 upstream 2024-10-12 02:33:12 +02:00
mintsuki c97d55bbc0 misc: Introduce libc-compat headers to avoid the ugly libfdt patch 2024-10-12 02:19:17 +02:00
mintsuki 1e6ff0fa37 misc: Update bochsrc 2024-10-12 01:52:36 +02:00
mintsuki 7603db66cb mm/vmm: Complement 704dd7ee25 by not using WC caching on PTEs if not supported 2024-10-11 19:19:22 +02:00
mintsuki 704dd7ee25 protos/limine: Make the PAT non-mandatory and check for support before using it
Additionally, move the PAT enabling code to the code that runs in a non-paged mode in order to avoid potential weird issues with cache flushing
2024-10-11 18:34:36 +02:00
mintsuki e848b57e48
Merge pull request #416 from limine-bootloader/dependabot/github_actions/trunk/crate-ci/typos-1.26.0
build(deps): bump crate-ci/typos from 1.25.0 to 1.26.0
2024-10-11 18:30:26 +02:00
dependabot[bot] 300b80ca02
build(deps): bump crate-ci/typos from 1.25.0 to 1.26.0
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.25.0 to 1.26.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.25.0...v1.26.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-10-08 03:27:18 +00:00
mintsuki 89c746e4af
Merge pull request #414 from limine-bootloader/dependabot/github_actions/trunk/crate-ci/typos-1.25.0
build(deps): bump crate-ci/typos from 1.24.6 to 1.25.0
2024-10-05 17:55:29 +02:00
dependabot[bot] 97e7051b38
build(deps): bump crate-ci/typos from 1.24.6 to 1.25.0
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.6 to 1.25.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.24.6...v1.25.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-10-01 03:18:08 +00:00
mintsuki 00c8110125 docs: Update ChangeLog and README.md for 8.0.14 2024-09-29 21:33:09 +02:00
mintsuki c127da3ba6
Merge pull request #413 from monkuous/v8.x
protos/limine: increase MEMMAP_MAX
2024-09-29 21:25:49 +02:00
monkuous d46f609d79 protos/limine: bump MEMMAP_MAX to 1024 2024-09-29 21:25:11 +02:00
monkuous f7904f8d9b protos/limine: increase MEMMAP_MAX 2024-09-28 10:45:01 +02:00
mintsuki 7d66858bcb build: gensyms.sh: Improve exit trap 2024-09-26 14:34:01 +02:00
mintsuki f158cf824f test: Fix build 2024-09-20 15:09:49 +02:00
mintsuki 6a2a9fab09 docs: Update ChangeLog and README.md for 8.0.13 2024-09-18 07:35:26 +02:00
dependabot[bot] 327c3fb7ca build(deps): bump crate-ci/typos from 1.24.5 to 1.24.6
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.5 to 1.24.6.
- [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.24.5...v1.24.6)

---
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-09-18 05:01:50 +02:00
mintsuki c1f9c496ee
Merge pull request #411 from monkuous/v8.x
protos/multiboot2: fix issues with booting relocatable multiboot2 payloads
2024-09-18 04:55:35 +02:00
monkuous 99c94dddfc protos/multiboot2: use unsigned relocated_base 2024-09-17 22:35:15 +02:00
monkuous 6bdf6c3e58 protos/multiboot2: use signed integers for relocation 2024-09-17 22:24:32 +02:00
monkuous 337b15089f protos/multiboot2: fix incorrect calculation of reloc_slide 2024-09-17 14:41:37 +02:00
monkuous 08812292ca protos/multiboot2: fix ordering of ALIGN_* macro parameters 2024-09-17 14:39:41 +02:00
mintsuki 97c31196a9 protocol: Remove harmful *_MAX paging mode macros 2024-09-16 02:48:29 +02:00
mintsuki 87ecd83f29 docs: Update ChangeLog and README.md for 8.0.12 2024-09-15 05:54:43 +02:00
mintsuki b1e944d87b build: bootstrap: Disable echo before printing error messages 2024-09-15 05:53:00 +02:00
mintsuki fc3471c4a6 build: configure.ac: Run PROG_ABSPATH on PKG_CONFIG 2024-09-15 00:22:01 +02:00
mintsuki 1fdaf965bb
Merge pull request #408 from WavyEbuilder/v8.x
build: handle the case when $STRIP is a full path
2024-09-14 23:42:04 +02:00
Rahul Sandhu 3e7f31a197 build: handle the case when $STRIP is a full path
Bit of a hack, but as AC_CHECK_PROG iterators each path under $PATH, trying to
find $STRIP under each one, the case where $STRIP is a full path is not handled
correctly. Let's use `test -x` to check for that beforehand.
2024-09-14 22:27:16 +01:00
mintsuki b6be98a0f6 build: Rebrand limine-efi to nyu-efi 2024-09-13 08:07:53 +02:00
mintsuki 5517cb2824 build: freestanding-headers -> freestnd-c-hdrs-0bsd 2024-09-13 07:44:23 +02:00
mintsuki 0c2397d4a9 test: loongarch64 ovmf no longer needs alignment 2024-09-13 06:56:59 +02:00
mintsuki 8b88ad7e0f build: Updates for bootstrap script functions 2024-09-11 14:38:53 +02:00
mintsuki 9b15ebed62 docs: Update ChangeLog and README.md for 8.0.11 2024-09-10 05:41:11 +02:00
mintsuki be0f0a7469 build: Bump freestanding-headers 2024-09-09 12:06:09 +02:00
mintsuki a0a39575b1 Revert "build: freestanding-headers -> freestnd-c-hdrs"
This reverts commit 91b7ef85ab.
2024-09-09 11:59:10 +02:00
mintsuki 79ff754487 docs: Update ChangeLog and README.md for 8.0.10 2024-09-09 08:12:36 +02:00
mintsuki 1ec9259029 pmm: Fix a bug introduced in 6e61b4bd50 2024-09-09 07:45:34 +02:00
mintsuki 8382cd1794 build: Do not use linker script subtractions as they are broken on GCC 2024-09-09 07:43:24 +02:00
mintsuki 91b7ef85ab build: freestanding-headers -> freestnd-c-hdrs 2024-09-08 15:39:32 +02:00
mintsuki cca83ff306 test: Updates for qemu 9.1.0 2024-09-08 14:41:14 +02:00
mintsuki e6fac49393
Merge pull request #407 from limine-bootloader/dependabot/github_actions/trunk/crate-ci/typos-1.24.5
build(deps): bump crate-ci/typos from 1.24.4 to 1.24.5
2024-09-05 16:43:50 +02:00
dependabot[bot] beb7446857
build(deps): bump crate-ci/typos from 1.24.4 to 1.24.5
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.4 to 1.24.5.
- [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.24.4...v1.24.5)

---
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-09-05 03:28:05 +00:00
mintsuki 0be408e0b9
Merge pull request #406 from limine-bootloader/dependabot/github_actions/trunk/crate-ci/typos-1.24.4
build(deps): bump crate-ci/typos from 1.24.3 to 1.24.4
2024-09-04 07:34:51 +02:00
dependabot[bot] 81800ef764
build(deps): bump crate-ci/typos from 1.24.3 to 1.24.4
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.24.3 to 1.24.4.
- [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.24.3...v1.24.4)

---
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-09-04 03:41:08 +00:00
mintsuki 68558ec825 docs: Update ChangeLog and README.md for 8.0.9 2024-09-04 02:17:14 +02:00