38 Commits

Author SHA1 Message Date
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
mintsuki
0442e0ba13 misc: Use freestanding_headers rather than shipping them 2022-02-18 03:28:49 +01:00
mintsuki
f2b468c46c misc: Misc Hyper-V related fixes. Closes #150 2022-02-10 15:35:53 +01:00
mintsuki
b93ceee721 readline: Support C-[ae] for HOME and END 2022-02-04 23:03:15 +01:00
mintsuki
171ee758ab menu: Support HOME and END shortcuts 2022-02-04 23:03:15 +01:00
mintsuki
2321de5daa menu: Support using 1-9 to boot menu entries 2022-02-04 23:03:15 +01:00
mintsuki
f6c81e4e82 misc: stage23 -> common 2022-02-03 11:43:03 +01:00