mintsuki
|
c14bb6059f
|
gop: Do not zero default_res out erroneously
|
2022-10-14 05:34:54 +02:00 |
mintsuki
|
e0aec79cb6
|
limine: Add support for framebuffer modes listing
|
2022-10-14 05:19:13 +02:00 |
mintsuki
|
01ee09373c
|
file: Reimplement a1bcf3c0 without use-after-free bug
|
2022-10-14 05:15:17 +02:00 |
mintsuki
|
42b1db1063
|
misc: Update references to hardcoded directories
|
2022-10-14 00:02:55 +02:00 |
mintsuki
|
b30d2dc978
|
disk: UEFI: Add BLOCK_IO fallback for volume_from_efi_handle()
|
2022-10-14 00:02:55 +02:00 |
mintsuki
|
da5896b764
|
disk: On UEFI, improve optical vs non-optical detection
|
2022-10-14 00:02:55 +02:00 |
mintsuki
|
6022f5bf23
|
elf: Add overlapping PHDR detection
|
2022-10-10 04:35:28 +02:00 |
mintsuki
|
96fe1aa2e0
|
disk: Only use BLOCK_IO as fallback to DISK_IO when determining optical
|
2022-10-09 10:58:07 +02:00 |
mintsuki
|
d265cad7b6
|
disk: On BIOS, change how optical is determined
|
2022-10-09 10:58:07 +02:00 |
mintsuki
|
ce33e9dff3
|
limine: Fix bug which triggered on no-NX where wrong register was used for rd/wrmsr
|
2022-10-09 07:31:26 +02:00 |
mintsuki
|
d10d2baded
|
menu: Add arrows to indicate overflow for many menu entries
|
2022-10-07 08:49:13 +02:00 |
mintsuki
|
af80341c8c
|
misc: Dynamically allocate EFI memmap copy
|
2022-10-07 07:49:47 +02:00 |
mintsuki
|
53d20619ec
|
menu: Properly handly high number of entries
|
2022-10-07 07:35:08 +02:00 |
mintsuki
|
2557aa8f46
|
misc: Increase EFI_COPY_MAX_ENTRIES to 2048
|
2022-10-07 06:23:49 +02:00 |
mintsuki
|
4ba1b2fd9d
|
limine/smp: Fix stack offset accidentally added twice
|
2022-10-06 18:39:55 +02:00 |
mintsuki
|
3d95c8960c
|
misc: Add limine subdir to stage3 and config search paths. Closes #225
|
2022-10-06 06:29:11 +02:00 |
mint
|
23f2c7dbac
|
Merge pull request #228 from czapek1337/some-fixes
Some minor fixes
|
2022-10-06 06:05:37 +02:00 |
czapek1337
|
02c26a8738
|
efi: Fallback to volume scan instead of panicking
|
2022-10-06 05:58:39 +02:00 |
mintsuki
|
b1319408dd
|
menu: Add missing valid keys
|
2022-10-06 05:41:21 +02:00 |
mintsuki
|
7f09259c57
|
term: Misc improvements for SERIAL=yes on EFI
|
2022-10-06 05:41:21 +02:00 |
mintsuki
|
610a98d8b2
|
term: Unbreak textmode + serial combo
|
2022-10-06 05:41:21 +02:00 |
mintsuki
|
6e1c792e41
|
gterm: Prevent memory leak gterm_init() failure
|
2022-10-06 05:41:21 +02:00 |
mintsuki
|
fb994e61c6
|
limine: Fix NULL term dereference bug if gterm_init fails
|
2022-10-06 05:41:21 +02:00 |
czapek1337
|
44a3f3f2f7
|
disk: Use BLOCK_IO instead of DISK_IO
|
2022-10-06 05:38:06 +02:00 |
czapek1337
|
68e936e7f4
|
readline: Fallback to SystemTable->ConIn
|
2022-10-06 05:37:22 +02:00 |
mintsuki
|
ac34ec411f
|
term: Better ensure term is not accessed when NULL
|
2022-10-05 15:01:01 +02:00 |
mintsuki
|
ec9d384bf2
|
limine: Do not panic if failing to set up terminal or framebuffer
|
2022-10-05 14:32:54 +02:00 |
mintsuki
|
cc8ff90865
|
menu: Use fallback terminal instead of panicking on gterm_init() fail
|
2022-10-05 14:32:54 +02:00 |
mintsuki
|
6cbb9c4577
|
limine: Fix bug where NULL term was accessed. Fixes #227
|
2022-10-05 14:32:54 +02:00 |
mintsuki
|
ffa6d4e0c7
|
limine: Reimplement proper callback functionality
|
2022-10-04 21:53:19 +02:00 |
mintsuki
|
d187c576d8
|
term: Make term_notready() static
|
2022-10-04 21:00:39 +02:00 |
mintsuki
|
ff8c5f318c
|
term: Gate BIOS specific code behind ifdefs
|
2022-10-04 20:47:19 +02:00 |
mintsuki
|
f977548e84
|
term: Reimplement context control
|
2022-10-04 20:39:50 +02:00 |
mintsuki
|
48a7c12e5b
|
term: Misc fixes and improvements
|
2022-10-04 19:10:38 +02:00 |
mintsuki
|
d3c8a66918
|
term: Misc fixes and improvements
|
2022-10-04 08:21:59 +02:00 |
mintsuki
|
b34954bb43
|
term: Misc fixes and improvements
|
2022-10-04 07:24:42 +02:00 |
mintsuki
|
45312e66ae
|
term: Add builtin font
|
2022-10-04 06:04:31 +02:00 |
mintsuki
|
f6ba5991b5
|
term: Misc minor bug fixes
|
2022-10-04 05:39:48 +02:00 |
mintsuki
|
0f1d86e7e4
|
term: Tidy up VGA textmode wrapper code
|
2022-10-04 02:34:11 +02:00 |
mintsuki
|
8849d08eeb
|
term: Tidy up gterm wrapper code
|
2022-10-04 01:37:19 +02:00 |
mintsuki
|
4d855fc17e
|
term: Move to use external, portable terminal
|
2022-10-04 00:58:00 +02:00 |
mintsuki
|
e466501f92
|
pmm: Misc bug fixes in pmm
|
2022-09-28 01:16:39 +02:00 |
mintsuki
|
96c184fdf6
|
term: Misc bug fixes in fallback backends
|
2022-09-28 01:16:39 +02:00 |
mintsuki
|
0d7b1e1148
|
term: Do not reset mode on UEFI fallback init
|
2022-09-27 06:36:04 +02:00 |
mintsuki
|
00e9f2ce46
|
multiboot: Fix warnings when building BIOS port
|
2022-09-27 05:55:00 +02:00 |
mintsuki
|
a2ba71eb1d
|
multiboot: Allow for headless boots
|
2022-09-27 05:46:39 +02:00 |
mintsuki
|
c849bfc10b
|
pmm: Obtain raw memmap from untouched_memmap rather than EFI memmap. Addresses #222 and https://forum.puppylinux.com/viewtopic.php?t=6881
|
2022-09-27 04:59:29 +02:00 |
mintsuki
|
bd7c3602bb
|
pmm: Keep first page on sanitiser call in get_raw_memmap()
|
2022-09-26 02:42:32 +02:00 |
mintsuki
|
97c928a354
|
pmm: Backport some other stuff reverted in 4a4409e1
|
2022-09-25 23:10:58 +02:00 |
mintsuki
|
64c897a82d
|
pmm: Backport fa6f6077 and 74a3a1c6
|
2022-09-25 20:37:17 +02:00 |