Commit Graph

2246 Commits

Author SHA1 Message Date
xvanc 3c2a0f5717
riscv: refactor smp init 2023-09-13 09:37:43 -05:00
xvanc e847d60910
riscv: implement feature dectection 2023-09-13 09:35:30 -05:00
xvanc 3d67b22786
lib/libc: add misc utilities 2023-09-13 09:22:50 -05:00
xvanc e77fc9b446
acpi: move acpi structure defs to lib/acpi.h 2023-09-13 09:14:40 -05:00
mintsuki 4470aa0cfa test: Use -dumpmachine to find architecture instead of expecting -target 2023-09-11 17:02:57 -05:00
mintsuki 4b08bede0e misc/bios: Update and improve linker script and related files 2023-09-11 16:48:37 -05:00
mintsuki 277cec6c88 protos/chainload: Fix bug that could result in bogus oom errors. Fixes #302 2023-09-11 15:31:43 -05:00
mintsuki 898fe82b62 decompressor: Mark .entry section with proper flags in entry.asm 2023-09-11 06:49:42 -05:00
mintsuki 980423eb16 decompressor: Add rodata PHDR and section to ld script 2023-09-11 06:49:14 -05:00
Kacper Słomiński ae7e86e0f0 protos: chainload: Allocate memory for the null terminator in cmdline 2023-09-11 06:22:08 -05:00
mintsuki 0a0e2018e9 misc: Misc EFI linker script improvements and drop .sbat 2023-09-11 04:27:02 -05:00
mintsuki d227975b96 docs: Update example Limine version in README to 5.20230909.0 2023-09-09 16:06:21 -05:00
mintsuki 62219b366b misc: Improve UEFI linker scripts 2023-09-09 15:49:17 -05:00
mintsuki 9c17914e33 docs: README.md: Fix minor grammar mistake 2023-09-09 09:52:17 -05:00
mintsuki b1c5f561d4 stage1/gdt: Mark accessed flag in descriptors 2023-09-09 09:45:47 -05:00
mintsuki 9d10f95010 docs: Remove references to shim as we don't directly support it 2023-09-09 06:45:53 -05:00
mintsuki 094e6b2891 x86/gdt: Mark accessed flag in descriptors 2023-09-08 12:35:32 -05:00
ミンツキ 3845bf05fc
Merge pull request #297 from xvanc/trunk
docs: caching/riscv: add info about caching
2023-09-06 19:36:27 -05:00
xvanc c1cc581816
docs: caching/riscv: add info about caching 2023-09-06 19:31:31 -05:00
mintsuki dcc7832cca docs: Update example Limine version in README to 5.20230830.0 2023-08-29 22:33:29 -05:00
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