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 |
mintsuki
|
b42559b27a
|
term: Misc bug fixes in fallback backends
|
2022-09-28 02:10:08 +02:00 |
mintsuki
|
225b871721
|
build: Use variables to determine installable files instead of ignoring errors
|
2022-09-28 02:10:08 +02:00 |
mintsuki
|
ad09d3f423
|
docs: Update README.md in preparation for version naming scheme change
|
2022-09-27 06:57:10 +02:00 |
mintsuki
|
14ef93ab24
|
term: Do not reset mode on UEFI fallback init
|
2022-09-27 06:57:10 +02:00 |
mintsuki
|
e124fe4e7a
|
multiboot: Fix warnings when building BIOS port
|
2022-09-27 06:57:10 +02:00 |
mintsuki
|
a0810f9e13
|
multiboot: Allow for headless boots
|
2022-09-27 06:57:10 +02:00 |
mintsuki
|
4b4f3c9d68
|
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 06:57:10 +02:00 |
mintsuki
|
165b4d8f7a
|
pmm: Keep first page on sanitiser call in get_raw_memmap()
|
2022-09-27 06:57:10 +02:00 |
mintsuki
|
9203b9cea4
|
pmm: Backport some other stuff reverted in 4a4409e1
|
2022-09-27 06:57:10 +02:00 |
mintsuki
|
abcbff6ec1
|
pmm: Backport fa6f6077 and 74a3a1c6
|
2022-09-27 06:57:10 +02:00 |
mintsuki
|
c381963592
|
pmm: Undo most of what was done between 85603ec8 and 74a3a1c6
|
2022-09-24 04:35:52 +02:00 |
mintsuki
|
4662a4d190
|
panic: Fix build on non-BIOS targets
|
2022-09-24 04:35:52 +02:00 |
mintsuki
|
4d7f1d5d1c
|
term: Move more of it to stage 3
|
2022-09-24 04:35:52 +02:00 |
mintsuki
|
6b9ba912c6
|
Revert "linux/efi: Perform efi_memmap_size=0 workaround for 32 on 64 as well"
This reverts commit b9f41799b4 .
|
2022-09-24 04:35:52 +02:00 |
mintsuki
|
124b444da7
|
build: Update install commands to be more quiet on non-fatal fail
|
2022-09-24 04:35:52 +02:00 |
mintsuki
|
23a63ef476
|
linux/efi: Perform efi_memmap_size=0 workaround for 32 on 64 as well
|
2022-09-22 18:18:06 +02:00 |