Commit Graph

152 Commits

Author SHA1 Message Date
mintsuki f0b899b5bc docs: Update example Limine version in README to 5.20230819.0 2023-08-19 08:43:54 -05:00
mintsuki a248b557bb docs: Update example Limine version in README to 5.20230811.0 2023-08-11 10:31:14 -05:00
mintsuki b64335f62a docs: Update example Limine version in README to 5.20230801.0 2023-08-01 05:32:12 -05:00
mintsuki 2d0752f60c docs: Update example Limine version in README to 5.20230729.0 2023-07-29 12:00:19 -05:00
mintsuki ff86be6be6 misc: Update test wallpaper and screenshot 2023-07-29 11:55:37 -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
mintsuki ba5aca6fd8 fs: Drop ext* support 2022-11-29 16:55:43 +01:00
mintsuki 9b68f081cf docs: Add packaging status to README.md 2022-11-15 11:25:51 +01:00
mintsuki fa40b927cd docs: Update README.md 2022-10-07 09:14:30 +02:00
mintsuki 3d95c8960c misc: Add limine subdir to stage3 and config search paths. Closes #225 2022-10-06 06:29:11 +02:00
mintsuki e5d786158f docs: Update README.md in preparation for version naming scheme change 2022-09-27 06:48:05 +02:00
mintsuki b2a390c4d5 misc: Update wallpaper 2022-09-04 03:57:32 +02:00
mintsuki fde0447802 fs: Drop NTFS support 2022-08-26 00:20:27 +02:00
mintsuki 7d66c80b35 docs/ci: Changes in preparation for 4.x release 2022-08-25 20:01:30 +02:00
mintsuki dc3a81cb61 build: Drop support for building GCC toolchain 2022-08-09 13:30:16 +02:00
mintsuki 0c7be49731 docs: Update README.md 2022-07-29 01:03:18 +02:00
mintsuki eaeeb59be9 docs: Update README.md 2022-07-28 22:50:36 +02:00
mintsuki 7cf1b66a3d docs: Update README.md 2022-07-05 21:04:18 +02:00
mintsuki 187628c3b7 docs: Update README.md 2022-07-05 16:19:00 +02:00
mintsuki 278149651b docs: Update in praparation for Limine 3.8 2022-06-25 09:08:41 +02:00