Commit Graph

1627 Commits

Author SHA1 Message Date
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
9c1f7e6042 docs: Update README.md 2022-03-02 18:25:58 +01:00
mintsuki
12b79c033f docs: Update README.md 2022-03-02 18:25:58 +01:00
mintsuki
2d74b23f23 build: Lower required C standard for limine-install to C99 2022-03-02 18:25:58 +01:00
mintsuki
66e56f5579 build: Pass -fno-stack-check in decompressor build 2022-03-02 18:25:58 +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
8525bd8369 test: Remove SERIAL line from config 2022-03-02 14:56: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
39ff8ad841 docs: Document serial support 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
b1cf80c179 docs: Update README.md 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
24a72f8d1e build: Build nasm as part of make_toolchain.sh 2022-02-22 01:39:49 +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
06ec047210 build: Fix GNUmakefile.in issue introduced in 1984f40 2022-02-21 10:28:58 +01:00
mintsuki
44c524ec60 build: Unbreak out of tree builds 2022-02-21 00:47:02 +01:00
mintsuki
7cad56aa4f build: Add common/config.h to distclean 2022-02-20 23:22:42 +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
b795c3b209 build: Add more granular configure options 2022-02-18 03:28:49 +01:00
mintsuki
ab0dfc2123 misc: Make VLAs a warning 2022-02-18 03:28:49 +01:00
mintsuki
7acad99ced build: Add freestanding_headers to GNUmakefile.in 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
697578bccd gh: Make sure ssh key has right perms 2022-02-14 23:13:26 +01:00
mintsuki
38caba922b limine-install: Pass LDFLAGS to CC 2022-02-14 22:55:25 +01:00
mintsuki
93e225746a build: Minor build system tweaks 2022-02-11 20:51:38 +01:00
mintsuki
9e11f981c6 build: Simplify BSD od workaround in hgen.sh 2022-02-11 20:51:38 +01:00
mintsuki
914fd640a1 build: BSD od related adjustments in hgen.sh 2022-02-11 20:51:38 +01:00
mintsuki
b78580a251 gh: Upload release tarballs to website 2022-02-11 20:51:38 +01:00
mintsuki
0aafd1100d build: Fix order of toolchain dirs in PATH 2022-02-11 20:51:38 +01:00
mintsuki
aa37f16bc8 build: Make build system search for toolchain in source dir too 2022-02-10 22:45:09 +01:00
mintsuki
cda3da5524 make_toolchain.sh: Bump binutils to 2.38 2022-02-10 15:35:53 +01:00
mintsuki
a4ed71beb2 hgen: Add missing set -e 2022-02-10 15:35:53 +01:00
mintsuki
699d531eea limine-install: Make hgen a shell script 2022-02-10 15:35:53 +01:00