Commit Graph

1647 Commits

Author SHA1 Message Date
mintsuki
18fc320925 limine-deploy: Remove leading underscore from limine.hdd variable name 2022-04-15 18:41:23 +02:00
mintsuki
7f3e8f6acc limine-deploy: Use EXIT_FAILURE and EXIT_SUCCESS 2022-04-15 18:41:23 +02:00
mintsuki
e00b20d562 build: Misc Makefile fixes 2022-04-13 01:41:02 +02:00
mintsuki
2a745ea3ea misc: Get rid of latest-binary 2022-04-13 01:34:02 +02:00
mintsuki
4fe82337b8 s2deploy: Fix bugs with 4dcd94f 2022-03-31 08:52:18 +02:00
mintsuki
2da7f5ed62 s2deploy: Make it big endian aware 2022-03-31 08:52:03 +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
4d6674fd6b gh: Unbind latest-binary 2022-03-26 12:34:44 +01: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
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