Commit Graph

2053 Commits

Author SHA1 Message Date
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
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