Commit Graph

56 Commits

Author SHA1 Message Date
mintsuki
835c42820b elf: Load non-load sections in memory for multiboot 2022-05-29 06:08:46 +02:00
mintsuki
061e15291e multiboot1: use config_get_tuple when appropriate 2022-05-29 06:08:46 +02:00
Nathan Royer
9759df0397 multiboot2: use config_get_tuple when appropriate 2022-05-29 06:08:46 +02:00
mintsuki
a1d4b6ddb2 fat: Add missing semicolon 2022-05-07 17:00:55 +02:00
mintsuki
097175c6be fat: Improve detection code 2022-05-07 17:00:55 +02:00
mintsuki
1e45b22df0 elf: Do not assume relocatable unless DT_RELA present. Fixes #170 2022-05-07 17:00:55 +02:00
mintsuki
e6b8824e59 readline: Fix 1 uncaught NULL deref 2022-04-23 04:33:31 +02:00
mintsuki
108f785ece menu: Fix 2 uncaught NULL derefs 2022-04-23 04:33:31 +02:00
mintsuki
5526de2dd3 mm/efi: Fix issue where in-use bootloader memory may be erroneously allocated 2022-04-20 00:20:50 +02:00
mintsuki
261ceecff4 term/protos: Do not call callback if NULL 2022-04-17 09:22:49 +02:00
mintsuki
0e1e88aa37 efi: Do not panic if GetMemoryMap() fails after first ExitBootServices() 2022-04-15 18:41:23 +02:00
mintsuki
4af966d76f smp: Make RDI pointer higher half aware 2022-03-30 22:26:09 +02:00
mintsuki
e6c9607f38 gterm: Default to transparent bg if wallpaper is set 2022-03-30 22:25:35 +02:00
mintsuki
31db0b9a4d misc: Initialise terminal before randomising memory 2022-03-30 22:24:28 +02:00
mintsuki
272c09f5d6 uri: Assign volume to compressed file handles 2022-03-30 22:23:59 +02:00
mintsuki
d8015b1c13 misc: Readd missing RANDOMISE_MEMORY implementation 2022-03-30 22:23:37 +02:00
mintsuki
f41e6b29a2 stivale2: Fix terminal stack offset bug 2022-03-26 12:07:31 +01:00
Benji Dial
1ccb183139 and for tabs 2022-03-25 09:31:37 +01:00
Benji Dial
50c61ff0a7 also do it on the first line 2022-03-25 09:31:37 +01:00
Benji Dial
525caaabca skip spaces at the start of lines in config files 2022-03-25 09:31:37 +01:00
mintsuki
2e9bcdc25e smp: Make it higher half aware 2022-03-25 09:30:30 +01:00
mintsuki
8f37f48dbe misc: Panic improvements 2022-03-25 09:29:30 +01:00
mintsuki
10e6bc5540 elf: Add more sanity checks 2022-03-25 09:29:30 +01:00
mintsuki
acb6041c66 misc: Bug fixes
Co-authored-by: pitust <piotr@stelmaszek.com>
2022-03-25 09:29:30 +01:00
mintsuki
ff5059f9fb serial: Ensure DLAB off before initiatialisation 2022-03-11 05:21:10 +01:00
mintsuki
c877c0efa4 misc: New example background 2022-03-11 05:21:10 +01:00
mintsuki
48eaab4a42 term: Fix deinitialisation issues 2022-03-11 05:21:10 +01:00
mintsuki
26acbb8bd9 elf: Use PHDRs instead of sections for resolving relocations
Co-authored-by: Connor Horman <chorman64@gmail.com>
2022-03-11 05:21:10 +01:00
mintsuki
f31ed9c495 time: Work around potential issue with day wraparound 2022-03-11 05:21:10 +01:00
mintsuki
33b52eb339 readline: Support odd backspace behaviour from serial
This addresses the problem with QEMU's serial input from terminal mentioned in issue #155
2022-03-08 01:01:43 +01:00
mintsuki
b96046f8b9 term: Change default settings to prefer video to text mode 2022-03-08 01:01:43 +01:00
mintsuki
220ebb3830 gterm: Fix crash if margin==0 with a background 2022-03-08 01:01:43 +01:00
mintsuki
22fe386227 stivale2: Ensure serial off before starting runtime term 2022-03-02 18:54:09 +01:00
mintsuki
b172a09245 build: Pass -undef to preprocessor calls 2022-03-02 18:25:58 +01:00
mintsuki
90d67a3c4c readline: Unify getchar() impl for UEFI and BIOS 2022-03-02 18:25:58 +01:00
mintsuki
a95315ef64 menu: Use reverse video to highlight selected entry 2022-03-02 14:56:58 +01:00
mintsuki
7f5bfda6f3 docs: Document serial support better 2022-03-02 14:56:58 +01:00
mintsuki
79e4a2c4e7 misc: Ensure editor is not accessible from console if disabled 2022-03-02 14:56:58 +01:00
mintsuki
93a00dee9b io: Complete serial support. Closes #155 2022-03-02 14:56:57 +01:00
mintsuki
072c54b9d2 misc: Misc output fixes for serial support 2022-03-02 14:56:57 +01:00
mintsuki
79781941e7 pmm: Fix alignment issue introduced in 3fe8217 2022-02-28 08:27:46 +01:00
mintsuki
4dbc6831ad efi: Do not fail on first ExitBootServices() attempt 2022-02-27 05:54:59 +01:00
mintsuki
4b54f7d429 build: Updates for new reduced-gnu-efi commits 2022-02-22 01:39:49 +01:00
mintsuki
ac090a298c build: Misc gnu-efi related fixes 2022-02-22 01:39:49 +01:00
mintsuki
44c524ec60 build: Unbreak out of tree builds 2022-02-21 00:47:02 +01:00
mintsuki
33a51cc323 build: Include config.h in sbat.c 2022-02-20 23:22:42 +01:00
mintsuki
060b654b7f build: Use config.h for generated constants 2022-02-20 23:10:33 +01:00
mintsuki
97e0f74d22 readline: Use .scan instead of .ascii to test timeout 2022-02-20 23:10:33 +01:00
mintsuki
85bb87a3ae readline: Fix argument handling in sleep.asmb 2022-02-19 18:05:19 +01:00
mintsuki
ab0dfc2123 misc: Make VLAs a warning 2022-02-18 03:28:49 +01:00