limine/common
2024-02-14 18:12:58 +01:00
..
compress build: Use git for all subprojects 2024-01-26 01:13:18 +01:00
crypt efi/disk: Use blake2b to calculate unique sector hash 2022-09-15 12:53:47 +02:00
drivers serial: Add baudrate setting for BIOS 2024-02-08 09:30:59 +01:00
fs misc: Fix an unused arguments warning 2023-12-10 03:14:39 +01:00
lib term: Force terminal cols/rows to 80x24 for fallback on UEFI 2024-02-08 09:57:02 +01:00
mm pmm: Significantly improve check_usable_memory() implementation 2023-12-07 02:26:24 +01:00
protos multiboot2: better logging of unknown and unsupported tags 2024-01-31 16:17:18 +01:00
pxe misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
sys smp/aarch64: Fix trampoline alignment and allocation size 2023-11-24 03:15:33 +01:00
console.c menu: Support rebooting to UEFI firmware setup. Closes #299 2023-11-24 03:15:33 +01:00
console.h misc: stage23 -> common 2022-02-03 10:38:43 +01:00
efi_thunk.asm_uefi_aarch64 misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
efi_thunk.asm_uefi_ia32 misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
efi_thunk.asm_uefi_riscv64 misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
efi_thunk.asm_uefi_x86_64 misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
entry_asm.s2.asm_bios_ia32 misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
entry.s2.c misc: limine.sys -> limine-bios.sys 2023-06-15 02:02:32 +02:00
entry.s3.c riscv: implement feature dectection 2023-09-16 11:21:17 -05:00
gensyms.sh misc: Add .note.GNU-stack where it was still missing 2023-09-28 06:56:28 -05:00
GNUmakefile build: Use '.' as 'new' dir in -ffile-prefix-map 2024-02-14 18:12:58 +01:00
linker_bios.ld.in serial: Add baudrate setting for BIOS 2024-02-08 09:30:59 +01:00
linker_uefi_aarch64.ld.in misc: Use KEEP directive on .pe_header section of UEFI LD scripts 2024-01-21 20:34:31 +01:00
linker_uefi_ia32.ld.in misc: Use KEEP directive on .pe_header section of UEFI LD scripts 2024-01-21 20:34:31 +01:00
linker_uefi_riscv64.ld.in misc: Use KEEP directive on .pe_header section of UEFI LD scripts 2024-01-21 20:34:31 +01:00
linker_uefi_x86_64.ld.in misc: Use KEEP directive on .pe_header section of UEFI LD scripts 2024-01-21 20:34:31 +01:00
menu_thunk.asm_aarch64 misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
menu_thunk.asm_ia32 misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
menu_thunk.asm_riscv64 misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
menu_thunk.asm_x86_64 misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
menu.c menu: Fix cosmetic bug where controls list was wrong when editor disabled 2024-01-23 08:14:41 +01:00
menu.h menu: Support rebooting to UEFI firmware setup. Closes #299 2023-11-24 03:15:33 +01:00
stb_image.patch build: Use git for all subprojects 2024-01-26 01:13:18 +01:00