Commit Graph

2163 Commits

Author SHA1 Message Date
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
mintsuki
71ba012a93 gterm: Autoscale font on higher resolutions 2023-07-27 01:41:32 -05:00
ミンツキ
16b5e75cb5
Merge pull request #284 from qookei/fix-aa64-ident-map
limine: Remove dependency on identity map in AArch64 code
2023-07-26 16:18:38 -05:00
Kacper Słomiński
1a03213601 limine: Remove dependency on identity map in AArch64 code 2023-07-26 23:13:33 +02:00
Kacper Słomiński
eee638c583 limine: Adjust higher half offsets for AArch64 2023-07-26 23:05:40 +02:00
Kacper Słomiński
075824686f limine: Use a higher-half pointer for the stack on AArch64 2023-07-26 23:05:40 +02:00
mintsuki
303592f9e7 limine: Do not drop unconditional mapping of first 4GiB 2023-07-25 02:54:00 -05:00
mintsuki
296aba6bb7 limine: Drop legacy identity map and map of reserved regions 2023-07-21 15:21:38 -05:00
mintsuki
81e6849431 misc: Minor updates to linker scripts 2023-07-15 01:10:06 +02:00
mintsuki
fb038c99c6 build: Get rid of OBJCOPY2ELF_FLAGS since only IA-32/BIOS used it 2023-07-14 22:33:24 +02:00
mintsuki
bf2a37992d build: Get rid of RISCV_CFLAGS variable as it is now unnecessary 2023-07-13 07:58:07 +02:00
mintsuki
a1b4ff0b46 ci: Remove openssh dependency no longer required for release 2023-07-13 04:57:38 +02:00
mintsuki
f16b428aaf riscv64: Do not use global pointer register 2023-07-13 04:45:33 +02:00
mintsuki
5cbc71a133 docs/protocol: Fix typo and mandate ra and gp registers to be 0 for rv64 2023-07-13 03:39:47 +02:00