mintsuki
|
0ebf0245df
|
misc: Misc EFI linker script improvements and drop .sbat
|
2023-09-11 17:16:19 -05:00 |
mintsuki
|
8f789fc0ae
|
docs: Update example Limine version in README to 5.20230909.0
|
2023-09-09 16:08:08 -05:00 |
mintsuki
|
b5cffbb6e8
|
misc: Improve UEFI linker scripts
|
2023-09-09 15:57:38 -05:00 |
mintsuki
|
9ff62c2a62
|
docs: README.md: Fix minor grammar mistake
|
2023-09-09 10:08:44 -05:00 |
mintsuki
|
68f82c3d30
|
stage1/gdt: Mark accessed flag in descriptors
|
2023-09-09 10:08:44 -05:00 |
mintsuki
|
2642249edd
|
docs: Remove references to shim as we don't directly support it
|
2023-09-09 10:08:44 -05:00 |
mintsuki
|
e6a67c80a6
|
x86/gdt: Mark accessed flag in descriptors
|
2023-09-09 10:08:44 -05:00 |
mintsuki
|
541dbd265c
|
docs: Update example Limine version in README to 5.20230830.0
|
2023-08-29 22:34:47 -05:00 |
mintsuki
|
e207c03f69
|
build: Drop -mabi=sysv for x86 for clang 16
|
2023-08-29 22:34:27 -05:00 |
mintsuki
|
57e4ae6e25
|
config: Disable editor by default if config b2sum present. Fixes #296
|
2023-08-29 22:34:20 -05:00 |
mintsuki
|
a30cad3556
|
menu: Change menu arrow to use unicode big arrow
|
2023-08-29 22:34:15 -05:00 |
mintsuki
|
ac0d9465f5
|
gterm: Update font's big left and right arrows
|
2023-08-29 22:34:11 -05:00 |
mintsuki
|
f0b899b5bc
|
docs: Update example Limine version in README to 5.20230819.0
|
2023-08-19 08:43:54 -05:00 |
mintsuki
|
4abedffb43
|
disk: BIOS: Skip drive if sector size is 0. Fixes #294
|
2023-08-19 08:20:45 -05:00 |
Kacper Słomiński
|
50dab6c2f1
|
smp: aarch64: Don't needlessly invalidate the data cache
Also get rid of the function to do clean + invalidate as not to be
tempted by it.
|
2023-08-18 13:38:14 -05:00 |
Kacper Słomiński
|
ba5d63b82a
|
elf: aarch64: Don't needlessly invalidate the data cache
Cleaning the data cache to PoC without invalidating it is enough when
invalidating the instruction cache to PoU.
|
2023-08-18 13:37:55 -05:00 |
mintsuki
|
573d0095bf
|
elf: elf64_load_section(): Return false early if sh_num == 0
|
2023-08-18 13:37:39 -05:00 |
mintsuki
|
27a32e416c
|
disk: Add additional volume_index_i overflow guards
|
2023-08-18 13:37:16 -05:00 |
mintsuki
|
9a074530a9
|
exceptions: Change naming of exceptions in panic message
|
2023-08-18 13:36:58 -05:00 |
mintsuki
|
a248b557bb
|
docs: Update example Limine version in README to 5.20230811.0
|
2023-08-11 10:31:14 -05:00 |
mintsuki
|
d66df6b38a
|
limine: Do not return SMBIOS response if not present
|
2023-08-10 19:26:54 -05:00 |
mintsuki
|
1e9a42e7ce
|
test: General makefile updates
|
2023-08-08 14:09:31 -05:00 |
mintsuki
|
b8fff872de
|
test: Use Flanterm
|
2023-08-08 14:09:19 -05:00 |
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 |