mintsuki
|
5619c190c9
|
build: Drop -mabi=sysv for x86 for clang 16
|
2023-08-29 21:39:27 -05:00 |
|
mintsuki
|
2542a28e64
|
config: Disable editor by default if config b2sum present. Fixes #296
|
2023-08-29 21:14:26 -05:00 |
|
mintsuki
|
166f3da39e
|
menu: Change menu arrow to use unicode big arrow
|
2023-08-27 02:29:43 -05:00 |
|
mintsuki
|
a9331669c7
|
gterm: Update font's big left and right arrows
|
2023-08-27 02:23:14 -05:00 |
|
mintsuki
|
e03019b854
|
smp: Set up PAT properly on APs
|
2023-08-21 18:38:48 -05:00 |
|
mintsuki
|
3d0580bc5f
|
docs: Update example Limine version in README to 5.20230819.0
|
2023-08-19 08:44:40 -05:00 |
|
mintsuki
|
0e3829b5d1
|
limine: Fix common_spinup() argument count
|
2023-08-19 08:34:54 -05:00 |
|
mintsuki
|
4771f00b78
|
disk: BIOS: Skip drive if sector size is 0. Fixes #294
|
2023-08-19 08:04:43 -05:00 |
|
Kacper Słomiński
|
08bd895fab
|
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-17 18:00:48 -05:00 |
|
ミンツキ
|
0dacdd6bca
|
Merge pull request #295 from qookei/arm-cache
AArch64 cache-related changes
|
2023-08-17 16:28:08 -05:00 |
|
Kacper Słomiński
|
ed98e5789c
|
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-17 23:13:46 +02:00 |
|
Kacper Słomiński
|
efce0f867b
|
docs: Caching/aarch64: Add info about kernel caching
|
2023-08-17 23:13:02 +02:00 |
|
mintsuki
|
36ce4f292d
|
elf: elf64_load_section(): Return false early if sh_num == 0
|
2023-08-17 14:31:49 -05:00 |
|
mintsuki
|
0ad8f9b5ad
|
docs: PROTOCOL: Caching/x86-64: Add info about kernel caching
|
2023-08-17 13:23:53 -05:00 |
|
mintsuki
|
a425f1ca2f
|
disk: Add additional volume_index_i overflow guards
|
2023-08-17 12:55:58 -05:00 |
|
mintsuki
|
50f87fc3f6
|
exceptions: Change naming of exceptions in panic message
|
2023-08-14 10:58:30 -05:00 |
|
mintsuki
|
6d38be50d2
|
docs: PHILOSOPHY.md: Reword Limine version dropping ext support
|
2023-08-13 08:40:09 -05:00 |
|
mintsuki
|
92d52e3e02
|
Revert "Revert "fs: Drop ext* support""
This reverts commit 1e65ada438 .
|
2023-08-12 17:53:15 -05:00 |
|
mintsuki
|
3a15780a83
|
Revert "docs: Update PHILOSOPHY.md to note reason for ext* driver inclusion"
This reverts commit b4649f8808 .
|
2023-08-12 17:50:25 -05:00 |
|
mintsuki
|
94a1d25b28
|
docs: Update example Limine version in README to 5.20230811.0
|
2023-08-11 10:29:36 -05:00 |
|
mintsuki
|
980b3aab90
|
limine: Do not return SMBIOS response if not present
|
2023-08-10 19:01:07 -05:00 |
|
ミンツキ
|
4b96b1d5dd
|
Merge pull request #293 from xvanc/trunk
Fix bug in RISC-V AP startup
|
2023-08-10 13:21:58 -05:00 |
|
xvanc
|
656468bc0b
|
smp/riscv: don't report completion to BSP before actually completed
|
2023-08-10 12:27:27 -05:00 |
|
Kacper Słomiński
|
0ec37e7e5b
|
PROTOCOL: Add aarch64 subsection to the caching section
Also reflow lines in the aarch64 subsection of the Entry machine state section.
|
2023-08-08 15:30:41 -05:00 |
|
mintsuki
|
f3ea5c7ab3
|
limine: Set up framebuffer caching as WC
|
2023-08-08 13:47:53 -05:00 |
|
mintsuki
|
917c1b5530
|
test: General makefile updates
|
2023-08-04 09:54:24 -05:00 |
|
ミンツキ
|
a4511d6043
|
Merge pull request #292 from mekb-turtle/trunk
Add option to hide help text
|
2023-08-04 08:00:50 -05:00 |
|
mintsuki
|
be9008a73f
|
test: Use Flanterm
|
2023-08-04 07:56:07 -05:00 |
|
mekb
|
29e93762f7
|
menu: Add option to hide help text
|
2023-08-04 22:53:42 +10:00 |
|
ミンツキ
|
6be9666290
|
Merge pull request #289 from xvanc/trunk
vmm/riscv: remove dependency on lower half identity map and fix bug in `vmm_max_paging_mode()`
|
2023-08-03 03:54:06 -05:00 |
|
xvanc
|
02356f690f
|
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-03 03:46:46 -05:00 |
|
xvanc
|
d7d4aea753
|
vmm/riscv: execute sfence after loading satp
|
2023-08-02 16:58:31 -05:00 |
|
xvanc
|
56cdc669bf
|
limine/riscv: remove dependency on lower half identity map
|
2023-08-02 15:20:47 -05:00 |
|
xvanc
|
46d3dcd600
|
vmm/riscv: fix bug in vmm_max_paging_mode()
|
2023-08-02 15:05:53 -05:00 |
|
mintsuki
|
9c0dcb50b6
|
docs: Update example Limine version in README to 5.20230801.0
|
2023-08-01 05:26:28 -05:00 |
|
mintsuki
|
c811a9a18f
|
rv64: Misc relaxation related fixes
|
2023-08-01 05:06:40 -05:00 |
|
mintsuki
|
738010031d
|
docs: Update example Limine version in README to 5.20230729.0
|
2023-07-29 12:00:40 -05:00 |
|
mintsuki
|
0b517a9b82
|
misc: Update test wallpaper and screenshot
|
2023-07-29 11:32:55 -05:00 |
|
mintsuki
|
edaadc2201
|
gterm: Change resolutions at which autoscaling is triggered
|
2023-07-29 04:45:02 -05:00 |
|
mintsuki
|
e1d25f8c66
|
menu: Center menu vertically
|
2023-07-29 03:52:57 -05:00 |
|
mintsuki
|
551d5163fb
|
gop: Readd preset mode storage
|
2023-07-29 03:12:31 -05:00 |
|
mintsuki
|
b8ea97ccb1
|
menu: Do not draw box around boot menu
|
2023-07-29 02:17:34 -05:00 |
|
mintsuki
|
53aa3417e5
|
menu: Adjust centering by 2 characters to the left
|
2023-07-28 04:02:27 -05:00 |
|
mintsuki
|
1fc52415dd
|
menu: Fix a couple of boot menu alignment issues
|
2023-07-28 01:36:19 -05:00 |
|
mintsuki
|
bfa16d3d3b
|
menu: Initialise max_len if null regardless of shift
|
2023-07-28 00:30:44 -05:00 |
|
mintsuki
|
521a1f2276
|
menu: Fix maybe uninitialised issue with cur_len var
|
2023-07-27 23:17:36 -05:00 |
|
mintsuki
|
7ca22bd6e8
|
menu: Fix NULL deref bug with shift variable
|
2023-07-27 23:12:35 -05:00 |
|
mintsuki
|
1bccba02ae
|
console: Add slide command
|
2023-07-27 23:09:42 -05:00 |
|
mintsuki
|
6c1eba874a
|
menu: Center boot menu
|
2023-07-27 22:50:17 -05:00 |
|
mintsuki
|
08f3b4fb00
|
Revert "build: Make limine-uefi-cd.bin 16MiB in size (use FAT16)"
This reverts commit 2da0a08072 .
|
2023-07-27 02:32:34 -05:00 |
|