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
mintsuki
c1941bdfd5
build: Update build option dependencies and names
2022-09-22 18:18:06 +02:00
mintsuki
c2ed0bcbd1
config: On UEFI, scan the volume containing the EFI executable first. Addresses #219
2022-09-22 18:18:06 +02:00
mintsuki
58ef3bd8a9
build: Honor LIBS variable
2022-09-20 23:57:29 +02:00
mintsuki
025792e994
build: Honor CPPFLAGS variable
2022-09-20 23:57:29 +02:00
mintsuki
93ebf613e9
menu: Fix regression when pressing a key during quiet timeout wait. Addresses in part #220
2022-09-20 23:57:29 +02:00
mintsuki
24e4e61394
build: Fix issue introduced in 87e09dba
2022-09-20 10:10:00 +02:00
mintsuki
96ceab3c72
misc: Fix bugs introduced in 3181293a
2022-09-20 10:10:00 +02:00
mintsuki
a37391ce6d
disk/efi: Improve firmware error handling
2022-09-20 10:10:00 +02:00
mintsuki
ba1dfc1bbc
build: Plug back limine_stage2only.elf into the BIOS build system
2022-09-20 10:10:00 +02:00
mintsuki
f4b1996701
menu: Avoid reinitialising fallback terminal on first runs
2022-09-18 22:34:53 +02:00
mintsuki
62fa8a90af
smp: Fix indentation
2022-09-18 22:34:53 +02:00
mintsuki
ff33b6fbb6
efi: Limit amount of tries to get boot volume from handle
2022-09-18 22:34:53 +02:00
mintsuki
b09b816ee2
misc: Fix up some no_unwind globals
2022-09-18 22:34:53 +02:00
mintsuki
710757420b
misc: Misc stage 2 related improvements
2022-09-18 22:34:53 +02:00
mintsuki
3181293a04
misc: Improve printing effectively on panics and errors
2022-09-18 22:34:53 +02:00
mintsuki
8773c36ab6
multiboot2: Fix broken EFI memmap length calculation
2022-09-16 11:50:47 +02:00
mintsuki
98c9b4ea2d
efi: Ensure panics are (hopefully) always visible
2022-09-16 11:50:47 +02:00
mintsuki
14181a9eba
efi/disk: Use blake2b to calculate unique sector hash
2022-09-16 11:50:47 +02:00
czapek1337
f369a7e04f
crypt: Implement blake2b hash function
2022-09-16 11:50:47 +02:00
mintsuki
8307d96f3c
build: Do not request readelf from cross-detect when not needed
2022-09-16 11:50:47 +02:00
mintsuki
6235c15efb
build: Change name of --enable-uefi-x86_64 option to --enable-uefi-x86-64
2022-09-16 11:50:47 +02:00
mintsuki
a8609be921
build: Only check nasm and gzip presence as needed
2022-09-16 11:50:47 +02:00
mintsuki
1ac9fa6ae1
smp: Fix aarch64 issue introduced in 0f04f686
2022-09-15 03:17:49 +02:00
mintsuki
5b5f768360
smp: Remove hacks needed for stivale
2022-09-15 03:17:49 +02:00
mintsuki
08b004600a
build: Fix stage2 map
2022-09-15 03:17:49 +02:00
Andy-Python-Programmer
d56ff6f7cb
DTB: ensure the dtb_ptr
is an HHDM address
...
* Ensure that the `dtb_ptr` is an HHDM address
* If DTB is not found, do not generate the response
Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2022-09-12 12:09:16 +02:00
mintsuki
fe647a067f
elf: Fix issue where KASLR was applied to non reloc executables
2022-09-12 12:09:16 +02:00
mintsuki
831af39ed4
Revert "Revert "elf: General refactor""
...
This reverts commit 4c8516c6a6
.
2022-09-12 12:09:16 +02:00
mintsuki
4c8516c6a6
Revert "elf: General refactor"
...
This reverts commit 3452e492bb
.
2022-09-11 17:47:49 +02:00