Commit Graph

1885 Commits

Author SHA1 Message Date
mintsuki
bda32f7325 linux: Revert 793d0293 2022-10-14 14:34:15 +02:00
mintsuki
8b1c1ef6e5 disk: Fix wrong parameter passed to ReadBlocks() 2022-10-14 07:45:10 +02:00
mintsuki
0f1e929178 docs: Document blake2b checksums related things 2022-10-14 07:45:10 +02:00
mintsuki
5b8f3fe0ee docs: Fix formatting issue in PROTOCOL.md 2022-10-14 07:45:10 +02:00
mintsuki
5d5f29ffeb misc: Minor cleanup after #216 2022-10-14 05:42:15 +02:00
czapek1337
2a4cbcecc0 uri: Add checksum validation 2022-10-14 05:42:15 +02:00
czapek1337
5a6cc57773 print: Specifier for printing URIs 2022-10-14 05:42:15 +02:00
mintsuki
9bf0d263ee gop: Do not zero default_res out erroneously 2022-10-14 05:42:15 +02:00
mintsuki
09941f905b limine: Add support for framebuffer modes listing 2022-10-14 05:42:15 +02:00
mintsuki
5e29b6574c file: Reimplement a1bcf3c0 without use-after-free bug 2022-10-14 05:42:15 +02:00
mintsuki
a016008f16 ci: Build and check using Alpine instead of Arch 2022-10-14 05:42:15 +02:00
mintsuki
bdce16444c misc: Update references to hardcoded directories 2022-10-14 05:42:15 +02:00
mintsuki
1eefb6b6a8 disk: UEFI: Add BLOCK_IO fallback for volume_from_efi_handle() 2022-10-14 05:42:15 +02:00
mintsuki
ed238b7ccf disk: On UEFI, improve optical vs non-optical detection 2022-10-14 05:42:15 +02:00
mintsuki
0aa3bc05e2 elf: Add overlapping PHDR detection 2022-10-11 06:06:57 +02:00
mintsuki
9d1d910d9c disk: Only use BLOCK_IO as fallback to DISK_IO when determining optical 2022-10-09 11:09:27 +02:00
mintsuki
2e05e4ca40 disk: On BIOS, change how optical is determined 2022-10-09 11:09:27 +02:00
mintsuki
0744033703 limine: Fix bug which triggered on no-NX where wrong register was used for rd/wrmsr 2022-10-09 11:09:27 +02:00
mintsuki
3af2fb1e84 docs: Update README.md 2022-10-07 10:16:21 +02:00
mintsuki
17be311aeb menu: Add arrows to indicate overflow for many menu entries 2022-10-07 10:16:21 +02:00
mintsuki
42cc1d8e20 misc: Dynamically allocate EFI memmap copy 2022-10-07 10:16:21 +02:00
mintsuki
15737894cb menu: Properly handly high number of entries 2022-10-07 10:16:21 +02:00
mintsuki
ea412cfae7 misc: Increase EFI_COPY_MAX_ENTRIES to 2048 2022-10-07 10:16:21 +02:00
mintsuki
4860f95539 limine/smp: Fix stack offset accidentally added twice 2022-10-06 19:20:06 +02:00
mintsuki
6733f194df menu: Add missing valid keys 2022-10-06 06:38:35 +02:00
mintsuki
ff145eb511 term: Misc improvements for SERIAL=yes on EFI 2022-10-06 06:38:35 +02:00
mintsuki
33dac9b38a term: Unbreak textmode + serial combo 2022-10-06 06:38:35 +02:00
mintsuki
5bbda71da2 gterm: Prevent memory leak gterm_init() failure 2022-10-06 06:38:35 +02:00
mintsuki
aca99ad790 limine: Fix NULL term dereference bug if gterm_init fails 2022-10-06 06:38:35 +02:00
mintsuki
a76691a930 misc: Add limine subdir to stage3 and config search paths. Closes #225 2022-10-06 06:34:42 +02:00
czapek1337
6202148460 efi: Fallback to volume scan instead of panicking 2022-10-06 06:34:42 +02:00
czapek1337
6a8e4eb49a disk: Use BLOCK_IO instead of DISK_IO 2022-10-06 06:34:42 +02:00
czapek1337
e445555bab readline: Fallback to SystemTable->ConIn 2022-10-06 06:34:42 +02:00
mintsuki
9722827002 term: Better ensure term is not accessed when NULL 2022-10-05 15:05:17 +02:00
mintsuki
10df010029 limine: Do not panic if failing to set up terminal or framebuffer 2022-10-05 15:05:17 +02:00
mintsuki
194e60a3ba menu: Use fallback terminal instead of panicking on gterm_init() fail 2022-10-05 15:05:17 +02:00
mintsuki
fc2fe1a3d2 limine: Fix bug where NULL term was accessed. Fixes #227 2022-10-05 15:05:17 +02:00
mintsuki
d65d180c0d limine: Reimplement proper callback functionality 2022-10-04 22:22:31 +02:00
mintsuki
dddcf34a8c term: Make term_notready() static 2022-10-04 22:22:31 +02:00
mintsuki
6f1e157cec term: Gate BIOS specific code behind ifdefs 2022-10-04 22:22:31 +02:00
mintsuki
7065967be3 term: Reimplement context control 2022-10-04 22:22:31 +02:00
mintsuki
f5cdb5b900 term: Misc fixes and improvements 2022-10-04 22:22:31 +02:00
mintsuki
223ebc1932 term: Misc fixes and improvements 2022-10-04 22:22:31 +02:00
mintsuki
1c06055e6d term: Misc fixes and improvements 2022-10-04 22:22:31 +02:00
mintsuki
3cb47a9dd1 term: Add builtin font 2022-10-04 22:22:31 +02:00
mintsuki
68f9bdcdca term: Misc minor bug fixes 2022-10-04 22:22:31 +02:00
mintsuki
c30dffd147 term: Tidy up VGA textmode wrapper code 2022-10-04 22:22:31 +02:00
mintsuki
d442805bc0 term: Tidy up gterm wrapper code 2022-10-04 22:22:31 +02:00
mintsuki
ad8151a6a6 term: Move to use external, portable terminal 2022-10-04 22:22:31 +02:00
mintsuki
fc6e44c82c pmm: Misc bug fixes in pmm 2022-09-28 02:10:08 +02:00