rulimine/common
2023-09-28 06:56:28 -05:00
..
compress
crypt
drivers disk: BIOS: Skip drive if sector size is 0. Fixes #294 2023-08-19 08:20:45 -05:00
fs
lib misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
mm misc: Backports from trunk 2023-09-16 15:12:14 -05:00
protos misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
pxe misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
stb
sys smp: riscv64: Replace .insn directive with .4byte 2023-09-28 06:56:28 -05:00
console.c misc: Misc EFI linker script improvements and drop .sbat 2023-09-11 17:16:19 -05:00
console.h
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: Fix indentation issue in common/GNUmakefile 2023-09-28 06:56:28 -05:00
linker_bios.ld.in misc/bios: Update and improve linker script and related files 2023-09-11 17:16:19 -05:00
linker_uefi_aarch64.ld.in build: ldscripts: .reloc -> .dummy_reloc 2023-09-28 06:56:28 -05:00
linker_uefi_ia32.ld.in build: ldscripts: .reloc -> .dummy_reloc 2023-09-28 06:56:28 -05:00
linker_uefi_riscv64.ld.in build: ldscripts: .reloc -> .dummy_reloc 2023-09-28 06:56:28 -05:00
linker_uefi_x86_64.ld.in build: ldscripts: .reloc -> .dummy_reloc 2023-09-28 06:56:28 -05: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 padding issue introduced in e1d25f8 2023-09-22 16:39:51 -05:00
menu.h
stb_image.patch