Commit Graph

2157 Commits

Author SHA1 Message Date
mintsuki
1ea5b71e49 docs: Update example Limine version in README to 4.20231024.eol 2023-10-24 18:47:43 +02:00
mintsuki
aceac9c86e pmm: Add MEMMAP_MAX macro and use it instead of hardcoding 256 2023-10-24 18:34:12 +02:00
mintsuki
cadeabc70b lib/time: EFI: Return time of 0 if GetTime() unsupported 2023-10-24 18:34:12 +02:00
48cf
9bcea9911c lib/gterm: Try to initialize all 32-bpp framebuffers 2023-10-24 18:33:44 +02:00
48cf
3f040cf1a9 pmm: Ignore allow_high_allocs on non x86-64 architectures 2023-10-24 18:32:37 +02:00
mintsuki
82f0edcd1f build: Backport misc autoconf/pkgconf improvements 2023-10-24 01:16:12 +02:00
mintsuki
de7dff1d4f limine/ioapic: Change spec to avoid masking IOAPIC RTEs unless Fixed or Lowest Priority 2023-10-24 01:16:12 +02:00
mintsuki
3e77a04d2f build: Misc minor QOL configure.ac/GNUmakefile.in improvements 2023-10-24 01:16:12 +02:00
mintsuki
8d2b8bd51f docs: Update example Limine version in README to 4.20231006.0 2023-10-06 12:21:29 -05:00
mintsuki
6529246e84 misc: Remove unnecessary ifdefs added in previous commits 2023-10-06 12:19:45 -05:00
mintsuki
b2becebbf9 misc: Only allocate memory and modules above 4GiB on 64-bit platforms 2023-10-06 12:19:45 -05:00
mintsuki
b2da2d701e pmm: Allow allocations above 4GiB and use them in freadall() 2023-10-06 12:19:45 -05:00
mintsuki
b1a9ce534e docs: Update example Limine version in README to 4.20230928.2 2023-09-28 17:47:31 -05:00
mintsuki
d012aacfbc build: Fix makefile target dependencies bug introduced in a0c2f95 2023-09-28 17:47:14 -05:00
mintsuki
f4297a30b5 docs: Update example Limine version in README to 4.20230928.1 2023-09-28 16:23:55 -05:00
mintsuki
7336d25d48 build: Fix bug introduced in 7885f260 due to a misunderstanding of an objcopy flag 2023-09-28 16:02:52 -05:00
mintsuki
0f3d857e14 docs: Update example Limine version in README to 4.20230928.0 2023-09-28 06:55:02 -05:00
mintsuki
58949b6acd build: Fix indentation issue in common/GNUmakefile 2023-09-28 06:52:03 -05:00
mintsuki
3f750a77aa build: ldscripts: .reloc -> .dummy_reloc 2023-09-28 06:52:03 -05:00
mintsuki
d7f172f9cb build: Fix race conditions introduced in 22d45a5428 2023-09-28 06:51:51 -05:00
mintsuki
e8d5818061 misc: Add .note.GNU-stack where it was still missing 2023-09-28 06:50:30 -05:00
mintsuki
e402dec88a misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:49:54 -05:00
mintsuki
20774186bf time: Change signature of get_jdn() to use int types 2023-09-28 06:48:56 -05:00
mintsuki
ef3766d4a9 docs: Update example Limine version in README to 4.20230924.0 2023-09-24 02:00:08 -05:00
mintsuki
9bf2543b25 elf: Panic if there are PHDRs with different perms sharing same page 2023-09-24 01:56:16 -05:00
mintsuki
c9c5a1ad7d smp: Remove dead 32-bit trampoline code 2023-09-23 17:34:15 -05:00
mintsuki
794f207bd7 misc: Backport limine.h and PROTOCOL.md from 5.x 2023-09-22 17:17:39 -05:00
mintsuki
fd73ea7cd0 menu: Fix padding issue introduced in e1d25f8 2023-09-22 16:38:44 -05:00
mintsuki
e94d2b7993 docs: PROTOCOL.md: Backport caching section from trunk 2023-09-16 16:55:02 -05:00
mintsuki
a6e115d486 misc: Backports from trunk 2023-09-16 16:53:40 -05:00
mintsuki
1b72dd32a0 misc: aarch64: Remove unused enter_in_current_el() function 2023-09-16 16:52:46 -05:00
mintsuki
068b06e7ac misc: Consistently call x86-64 such, instead of x86_64 2023-09-16 11:41:33 -05:00
mintsuki
829712b446 docs: PROTOCOL.md: Minor fixes 2023-09-16 11:40:29 -05:00
xvanc
bb3d0b81c2 acpi: remove duplicate definition in sys/lapic.c 2023-09-16 11:39:58 -05:00
xvanc
f7bee447a8 lib/libc: add misc utilities 2023-09-16 11:39:40 -05:00
xvanc
9249edf772 acpi: move acpi structure defs to lib/acpi.h 2023-09-16 11:39:11 -05:00
mintsuki
bd67dfeee9 test: Use -dumpmachine to find architecture instead of expecting -target 2023-09-11 17:14:09 -05:00
mintsuki
0693d86cb0 misc/bios: Update and improve linker script and related files 2023-09-11 17:13:31 -05:00
mintsuki
7d527d867c protos/chainload: Fix bug that could result in bogus oom errors. Fixes #302 2023-09-11 17:13:31 -05:00
mintsuki
bddd30a667 decompressor: Mark .entry section with proper flags in entry.asm 2023-09-11 17:13:31 -05:00
mintsuki
ce91f10998 decompressor: Add rodata PHDR and section to ld script 2023-09-11 17:13:31 -05:00
Kacper Słomiński
e53acb997a protos: chainload: Allocate memory for the null terminator in cmdline 2023-09-11 17:13:31 -05:00
mintsuki
7305724b95 misc: Misc EFI linker script improvements and drop .sbat 2023-09-11 17:13:31 -05:00
mintsuki
093899d863 docs: Update example Limine version in README to 4.20230909.0 2023-09-09 16:03:28 -05:00
mintsuki
f5e43d2e9b misc: Improve UEFI linker scripts 2023-09-09 15:54:49 -05:00
mintsuki
e7311fc8a0 docs: README.md: Fix minor grammar mistake 2023-09-09 10:08:00 -05:00
mintsuki
8154512255 stage1/gdt: Mark accessed flag in descriptors 2023-09-09 10:08:00 -05:00
mintsuki
0fea596ed7 docs: Remove references to shim as we don't directly support it 2023-09-09 10:08:00 -05:00
mintsuki
559bb10fa9 x86/gdt: Mark accessed flag in descriptors 2023-09-09 10:08:00 -05:00
mintsuki
4dfea16330 docs: Update example Limine version in README to 4.20230830.0 2023-08-29 22:19:45 -05:00