Commit Graph

2141 Commits

Author SHA1 Message Date
mekb 820d4751d3 menu: Add option to hide help text 2023-08-08 14:09:11 -05:00
xvanc 82ea6d6a57 test/riscv: disable linker relaxation, specify ISA string and ABI
Although linker relaxation is disabled, the compiler still emits small
data sections which must be explicitly included in the linker script.
2023-08-04 07:22:12 -05:00
xvanc 030242d69a vmm/riscv: fix bug in `vmm_max_paging_mode()` 2023-08-03 20:12:51 -05:00
mintsuki b64335f62a docs: Update example Limine version in README to 5.20230801.0 2023-08-01 05:32:12 -05:00
mintsuki 50b8ab2c26 rv64: Misc relaxation related fixes 2023-08-01 05:32:05 -05:00
mintsuki 2d0752f60c docs: Update example Limine version in README to 5.20230729.0 2023-07-29 12:00:19 -05:00
mintsuki ff86be6be6 misc: Update test wallpaper and screenshot 2023-07-29 11:55:37 -05:00
mintsuki 2f1dac0600 gterm: Change resolutions at which autoscaling is triggered 2023-07-29 11:55:37 -05:00
mintsuki 0ecb2ab895 menu: Center menu vertically 2023-07-29 11:55:37 -05:00
mintsuki 474fc105a5 gop: Readd preset mode storage 2023-07-29 11:55:37 -05:00
mintsuki 418f8d7280 menu: Do not draw box around boot menu 2023-07-29 02:17:12 -05:00
mintsuki 722bde2cbc menu: Adjust centering by 2 characters to the left 2023-07-28 04:26:48 -05:00
mintsuki 5bdb1bbf55 menu: Fix a couple of boot menu alignment issues 2023-07-28 04:26:48 -05:00
mintsuki 8f167bc2e5 menu: Initialise max_len if null regardless of shift 2023-07-28 04:26:48 -05:00
mintsuki d73cd37834 menu: Fix maybe uninitialised issue with cur_len var 2023-07-28 04:26:48 -05:00
mintsuki 478b6f3806 menu: Fix NULL deref bug with shift variable 2023-07-28 04:26:48 -05:00
mintsuki 4b452e69a4 console: Add slide command 2023-07-28 04:26:48 -05:00
mintsuki 98f30bfdd6 menu: Center boot menu 2023-07-28 04:26:48 -05:00
mintsuki ba2597605b Revert "build: Make limine-uefi-cd.bin 16MiB in size (use FAT16)"
This reverts commit 2da0a08072.
2023-07-28 04:26:48 -05:00
mintsuki 9921af54d0 gterm: Autoscale font on higher resolutions 2023-07-28 04:26:48 -05:00
Kacper Słomiński a2e502328d limine: Adjust higher half offsets for AArch64 2023-07-26 17:05:43 -05:00
Kacper Słomiński dc68fcaff7 limine: Use a higher-half pointer for the stack on AArch64 2023-07-26 17:05:33 -05:00
mintsuki f365a46617 misc: Minor updates to linker scripts 2023-07-26 17:05:20 -05:00
mintsuki 871a8053c2 build: Get rid of OBJCOPY2ELF_FLAGS since only IA-32/BIOS used it 2023-07-26 17:05:06 -05:00
mintsuki 49ecb6b577 build: Get rid of RISCV_CFLAGS variable as it is now unnecessary 2023-07-26 17:04:54 -05:00
mintsuki 997e2c756a ci: Remove openssh dependency no longer required for release 2023-07-26 17:04:46 -05:00
mintsuki bc1896c5bb riscv64: Do not use global pointer register 2023-07-26 17:04:30 -05:00
mintsuki e261a96fa4 docs/protocol: Fix typo and mandate ra and gp registers to be 0 for rv64 2023-07-26 17:04:21 -05:00
mintsuki 1f82dd89c7 host/limine: Fix typo 2023-07-26 17:03:52 -05:00
mintsuki 93942a3334 docs: Update example Limine version in README to 5.20230709.0 2023-07-09 03:55:27 +02:00
mintsuki b72d033510 elf: elf64_load(): Remove accidentally left in debug code 2023-07-09 03:40:06 +02:00
mintsuki 11f50a6aaa part: Require keypresses between entry displays in list_volumes() 2023-07-09 03:37:55 +02:00
mintsuki 79e50a82af misc: Use assembly for memory functions on x86 2023-07-09 03:09:45 +02:00
mintsuki 17e26c8c95 elf: Fix potential uninitialised usage of bss_size 2023-07-09 03:09:45 +02:00
mintsuki 9333f1ca8b limine/elf: Optimise not to scan .bss for requests 2023-07-08 23:44:50 +02:00
mintsuki 99d671ecf8 build: Drop -Wno-deprecated-declarations flag 2023-06-20 16:24:27 +02:00
mintsuki 7882d89b4e limine: Drop 5-level paging request support 2023-06-20 16:10:08 +02:00
mintsuki 1ad6d6013e limine: Drop terminal request support 2023-06-20 15:58:52 +02:00
mintsuki 2ac43a320f asm: Add missing section directives 2023-06-20 13:24:49 +02:00
mintsuki 2d6a1e4535 console: Add firmware type command 2023-06-20 11:10:33 +02:00
mintsuki d08ea721a5 limine.c: Add copyright and license information to version command 2023-06-20 10:19:01 +02:00
mintsuki 6e41938206 gensyms: Filter out non-function symbols 2023-06-20 08:54:53 +02:00
mintsuki 67fd1a8d9f docs: Update example Limine version in README to 4.20230615.0 2023-06-15 13:20:43 +02:00
mintsuki 66268f7d7f pmm: Use fixed value of 1024 for recl entries count 2023-06-15 13:06:52 +02:00
mintsuki cb14f44eb3 pmm: Fix change-memmap-in-use bug 2023-06-15 12:54:36 +02:00
mintsuki 910a0d84a0 vmm: Fix page_sizes values and move declaration to top 2023-06-15 08:21:48 +02:00
mintsuki 2da0a08072 build: Make limine-uefi-cd.bin 16MiB in size (use FAT16) 2023-06-15 03:14:04 +02:00
mintsuki 670b635ae8 config: Add and document ARCH built-in macro 2023-06-15 02:23:48 +02:00
mintsuki bc8188e275 misc: limine.sys -> limine-bios.sys 2023-06-15 02:02:32 +02:00
mintsuki 38ccb76c40 misc: limine-hdd.bin -> limine-bios-hdd.bin 2023-06-15 01:47:16 +02:00