Commit Graph

1659 Commits

Author SHA1 Message Date
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
92a8b369c3 toolchain: Update GCC to 11.3.0 2022-04-23 04:33:31 +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
b9cde22b65 build: Track specific reduced-gnu-efi commit 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
ac01423e58 limine-deploy: Move code to activate partition to after MBR detection 2022-04-15 20:00:39 +02:00
mintsuki
0d0d2a00fc limine-deploy: Do not mark any protective MBR partition as active 2022-04-15 19:50:41 +02:00
mintsuki
0e1e88aa37 efi: Do not panic if GetMemoryMap() fails after first ExitBootServices() 2022-04-15 18:41:23 +02:00
mintsuki
40cbbe5dcb limine-deploy: Auto set an MBR partition as active if none found 2022-04-15 18:41:23 +02:00
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