Commit Graph

166 Commits

Author SHA1 Message Date
mintsuki 2470011825 docs: Update example Limine version in README to 5.20231024.0 2023-10-24 18:49:31 +02:00
mintsuki 7fc31b21e5 docs: Update example Limine version in README to 5.20231006.0 2023-10-06 12:24:46 -05:00
mintsuki 34da073bd4 docs: Update example Limine version in README to 5.20230928.2 2023-09-28 17:45:25 -05:00
mintsuki cd10f07f1d docs: Update example Limine version in README to 5.20230928.1 2023-09-28 16:23:13 -05:00
mintsuki ada2de8f80 docs: Update example Limine version in README to 5.20230928.0 2023-09-28 06:47:59 -05:00
mintsuki dbd145b6c4 docs: Update example Limine version in README to 5.20230924.0 2023-09-24 02:03:11 -05:00
mintsuki c9604f1214 misc: Converge with 5.x 2023-09-23 17:39:33 -05:00
mintsuki 8548da7994 docs: Update example Limine version in README to 5.20230917.0 2023-09-16 17:13:38 -05:00
mintsuki f7368f8abf misc: Consistently call x86-64 such, instead of x86_64 2023-09-16 11:07:44 -05:00
mintsuki d227975b96 docs: Update example Limine version in README to 5.20230909.0 2023-09-09 16:06:21 -05:00
mintsuki 9c17914e33 docs: README.md: Fix minor grammar mistake 2023-09-09 09:52:17 -05:00
mintsuki 9d10f95010 docs: Remove references to shim as we don't directly support it 2023-09-09 06:45:53 -05:00
mintsuki dcc7832cca docs: Update example Limine version in README to 5.20230830.0 2023-08-29 22:33:29 -05:00
mintsuki 3d0580bc5f docs: Update example Limine version in README to 5.20230819.0 2023-08-19 08:44:40 -05:00
mintsuki 92d52e3e02 Revert "Revert "fs: Drop ext* support""
This reverts commit 1e65ada438.
2023-08-12 17:53:15 -05:00
mintsuki 94a1d25b28 docs: Update example Limine version in README to 5.20230811.0 2023-08-11 10:29:36 -05:00
mintsuki 9c0dcb50b6 docs: Update example Limine version in README to 5.20230801.0 2023-08-01 05:26:28 -05:00
mintsuki 738010031d docs: Update example Limine version in README to 5.20230729.0 2023-07-29 12:00:40 -05:00
mintsuki 0b517a9b82 misc: Update test wallpaper and screenshot 2023-07-29 11:32:55 -05:00
mintsuki 93942a3334 docs: Update example Limine version in README to 5.20230709.0 2023-07-09 03:55:27 +02:00
mintsuki 67fd1a8d9f docs: Update example Limine version in README to 4.20230615.0 2023-06-15 13:20:43 +02:00
mintsuki bc8188e275 misc: limine.sys -> limine-bios.sys 2023-06-15 02:02:32 +02:00
mintsuki ece02695e8 misc: limine-cd.bin -> limine-bios-cd.bin 2023-06-15 01:07:44 +02:00
mintsuki 264decd0ef misc: limine-cd-efi.bin -> limine-uefi-cd.bin 2023-06-14 03:14:41 +02:00
mintsuki d0b9bbdca6 misc: limine-pxe.bin -> limine-bios-pxe.bin 2023-06-14 03:04:01 +02:00
mintsuki a069e220c0 docs: BOOT{IA32,X64,AA64}.EFI -> BOOT*.EFI 2023-06-14 00:14:20 +02:00
mintsuki b764792c97 docs: Mention creating the ESP tree in ISOHYBRID partition 2023-06-13 12:35:15 +02:00
mintsuki a9e6e00994 docs: Add donations link 2023-06-12 17:46:39 +02:00
mintsuki a627c732d5 docs: Update example Limine version in README to 4.20230606.0 2023-06-06 02:02:23 +02:00
mintsuki 705719a229 docs/readme: Adjust stb_image.h link to point to dev branch 2023-06-05 00:07:03 +02:00
mintsuki e205d51ca4 docs: Add Limine pronounciation link to README.md 2023-06-04 23:39:14 +02:00
xvanc 9274ee656e
Initial riscv64 port (#274)
* initial riscv64 port

* enable Paging Mode feature for all architectures

* riscv: add missing protocol docs

* riscv: fix tests

* docs: clarify `LIMINE_PAGING_MODE_DEFAULT` macro

* build: fix whitespace in common/GNUmakefile

* riscv: default to Sv48 paging when supported

* vmm: make `VMM_MAX_LEVEL` 1-indexed

* limine: do not call `reported_addr()` before finaling paging mode

smp/riscv: do not overwrite the argument passed to APs

* limine/riscv: update default paging mode in limine.h

* test/riscv: pad OVMF.fd when downloading it
2023-06-04 01:36:06 +02:00
mintsuki dce1c31ad5 docs: Update example Limine version in README to 4.20230530.0 2023-05-30 22:44:12 +02:00
mintsuki 4190710dc6 docs: Update example Limine version in README to 4.20230529.0 2023-05-29 13:06:02 +02:00
mintsuki 844386487d docs: Update example Limine version in README 2023-05-14 09:28:24 +02:00
mintsuki 836d1c2038 docs: Update example Limine version in README 2023-05-03 22:51:13 +02:00
mintsuki f618eb26af Revert "misc: Revert back to using tinf for all GZ decompression"
This reverts commit 3438b8d235.
2023-05-03 19:53:27 +02:00
mintsuki 7ad444936e host: Condense various host utilities into a single executable 2023-04-11 22:04:05 +02:00
mintsuki 3438b8d235 misc: Revert back to using tinf for all GZ decompression 2023-04-08 02:17:02 +02:00
mintsuki 9009404a11 build: Updates for newer freestanding-toolchain 2023-03-14 17:20:46 +01:00
mintsuki 5bc6fbca3b misc: Change example wallpaper 2023-03-06 22:22:58 +01:00
mintsuki 5f84ade177 docs: Minor README.md formatting fix 2023-03-05 08:01:41 +01:00
mintsuki 959c44658e image: Use stb_image for image loading 2023-03-05 07:57:54 +01:00
mintsuki 1e65ada438 Revert "fs: Drop ext* support"
This reverts commit caaf4f94a5.
2023-02-20 05:10:33 +01:00
mintsuki caaf4f94a5 fs: Drop ext* support 2023-02-15 11:21:53 +01:00
mintsuki fb4b02a451 docs: README.md: Document secure boot and config hash enrolling 2023-02-07 00:49:40 +01:00
mintsuki 8c7655eacd docs: Misc README.md fixes and updates 2023-02-07 00:42:13 +01:00
mintsuki 191ad51eaa docs: Add PHILOSOPHY.md 2023-02-06 20:24:57 +01:00
Qwinci 3dd0a6fb41
limine: Add UEFI PXE support
based on @qookei's original patch with small changes.
2023-01-17 18:47:36 +02:00
mintsuki 25c6c18c8b Revert "fs: Drop ext* support"
This reverts commit ba5aca6fd8.
2022-11-30 01:48:00 +01:00