mintsuki
|
c1860c8d80
|
limine/ioapic: Change spec to avoid masking IOAPIC RTEs unless Fixed or Lowest Priority
|
2023-10-24 01:21:24 +02:00 |
mintsuki
|
c1f5b21177
|
misc: Remove unnecessary ifdefs added in previous commits
|
2023-10-06 12:25:44 -05:00 |
mintsuki
|
b474b6bad0
|
misc: Only allocate memory and modules above 4GiB on 64-bit platforms
|
2023-10-06 12:25:44 -05:00 |
mintsuki
|
5323bce117
|
pmm: Allow allocations above 4GiB and use them in freadall()
|
2023-10-06 12:25:44 -05:00 |
mintsuki
|
f81b9d2dc3
|
build: Fix makefile target dependencies bug introduced in a0c2f95
|
2023-09-28 17:49:31 -05:00 |
mintsuki
|
a0c2f95a1d
|
build: Fix bug introduced in 7885f260 due to a misunderstanding of an objcopy flag
|
2023-09-28 16:03:13 -05:00 |
mintsuki
|
7117b85c86
|
build: Fix indentation issue in common/GNUmakefile
|
2023-09-28 06:56:28 -05:00 |
mintsuki
|
3a81c3e13d
|
build: ldscripts: .reloc -> .dummy_reloc
|
2023-09-28 06:56:28 -05:00 |
mintsuki
|
a0997a598b
|
build: Fix race conditions introduced in 22d45a5428
|
2023-09-28 06:56:28 -05:00 |
mintsuki
|
212dbd32c1
|
misc: Add .note.GNU-stack where it was still missing
|
2023-09-28 06:56:28 -05:00 |
mintsuki
|
a55f68b3bd
|
smp: riscv64: Replace .insn directive with .4byte
|
2023-09-28 06:56:28 -05:00 |
mintsuki
|
a83dafe6f4
|
misc: Add section .note.GNU-stack to assembly files
|
2023-09-28 06:56:28 -05:00 |
mintsuki
|
afdc556301
|
time: Change signature of get_jdn() to use int types
|
2023-09-28 06:56:28 -05:00 |
mintsuki
|
81c39fc080
|
elf: Panic if there are PHDRs with different perms sharing same page
|
2023-09-24 01:56:50 -05:00 |
mintsuki
|
87a88bf565
|
smp: Remove dead 32-bit trampoline code
|
2023-09-23 17:37:38 -05:00 |
mintsuki
|
f1236373fe
|
menu: Fix padding issue introduced in e1d25f8
|
2023-09-22 16:39:51 -05:00 |
mintsuki
|
042a6e9554
|
misc: Backports from trunk
|
2023-09-16 15:12:14 -05:00 |
mintsuki
|
c5c43cb0fd
|
misc: aarch64: Remove unused enter_in_current_el() function
|
2023-09-16 14:28:33 -05:00 |
mintsuki
|
5f7bcc0b1d
|
riscv: Fix cherry-picking issue introduced in e3d65aa628
|
2023-09-16 11:35:43 -05:00 |
mintsuki
|
45958f7162
|
misc: Consistently call x86-64 such, instead of x86_64
|
2023-09-16 11:31:35 -05:00 |
xvanc
|
f4bfe1289a
|
riscv: skip `rv{32,64}` prefix when parsing extensions from isa strings
|
2023-09-16 11:28:15 -05:00 |
xvanc
|
cdac49ebfb
|
acpi: remove duplicate definition in sys/lapic.c
|
2023-09-16 11:28:15 -05:00 |
xvanc
|
90b82dc43f
|
riscv/vmm: use Svpbmt extension when available
|
2023-09-16 11:28:15 -05:00 |
xvanc
|
e3d65aa628
|
riscv: refactor smp init
|
2023-09-16 11:28:15 -05:00 |
xvanc
|
f33732a2e5
|
riscv: implement feature dectection
|
2023-09-16 11:21:17 -05:00 |
xvanc
|
09c430f286
|
lib/libc: add misc utilities
|
2023-09-16 11:21:17 -05:00 |
xvanc
|
2200161e7d
|
acpi: move acpi structure defs to lib/acpi.h
|
2023-09-16 11:21:17 -05:00 |
mintsuki
|
0f7ee05635
|
misc/bios: Update and improve linker script and related files
|
2023-09-11 17:16:19 -05:00 |
mintsuki
|
b54c3fc9cc
|
protos/chainload: Fix bug that could result in bogus oom errors. Fixes #302
|
2023-09-11 17:16:19 -05:00 |
Kacper Słomiński
|
916aa370b2
|
protos: chainload: Allocate memory for the null terminator in cmdline
|
2023-09-11 17:16:19 -05:00 |
mintsuki
|
0ebf0245df
|
misc: Misc EFI linker script improvements and drop .sbat
|
2023-09-11 17:16:19 -05:00 |
mintsuki
|
b5cffbb6e8
|
misc: Improve UEFI linker scripts
|
2023-09-09 15:57:38 -05:00 |
mintsuki
|
e6a67c80a6
|
x86/gdt: Mark accessed flag in descriptors
|
2023-09-09 10:08:44 -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
|
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
|
d66df6b38a
|
limine: Do not return SMBIOS response if not present
|
2023-08-10 19:26:54 -05:00 |
mekb
|
820d4751d3
|
menu: Add option to hide help text
|
2023-08-08 14:09:11 -05:00 |
xvanc
|
030242d69a
|
vmm/riscv: fix bug in `vmm_max_paging_mode()`
|
2023-08-03 20:12:51 -05:00 |
mintsuki
|
50b8ab2c26
|
rv64: Misc relaxation related fixes
|
2023-08-01 05:32:05 -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 |