rulimine/common
mintsuki cad3c72fce config: Fix bug where macro definitions were not skipped over properly when parsing 2023-10-29 04:27:04 +01:00
..
compress Revert "compress/gz: Add hack to allow macOS compressed GZs to load with stbi" 2023-05-03 19:53:27 +02:00
crypt efi/disk: Use blake2b to calculate unique sector hash 2022-09-15 12:53:47 +02:00
drivers disk: BIOS: Skip drive if sector size is 0. Fixes #294 2023-08-19 08:20:45 -05:00
fs misc: Remove unnecessary ifdefs added in previous commits 2023-10-06 12:25:44 -05:00
lib config: Fix bug where macro definitions were not skipped over properly when parsing 2023-10-29 04:27:04 +01:00
mm pmm: Add MEMMAP_MAX macro and use it instead of hardcoding 256 2023-10-24 18:38:18 +02:00
protos pmm: Add MEMMAP_MAX macro and use it instead of hardcoding 256 2023-10-24 18:38:18 +02:00
pxe misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
stb stb: Ignore some warnings coming from stb_image.h 2023-02-15 11:31:28 +01:00
sys limine/ioapic: Change spec to avoid masking IOAPIC RTEs unless Fixed or Lowest Priority 2023-10-24 01:21:24 +02:00
GNUmakefile lib/gterm: Try to initialize all 32-bpp framebuffers 2023-10-24 18:38:18 +02:00
console.c misc: Misc EFI linker script improvements and drop .sbat 2023-09-11 17:16:19 -05: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.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
entry_asm.s2.asm_bios_ia32 misc: Add section .note.GNU-stack to assembly files 2023-09-28 06:56:28 -05:00
gensyms.sh misc: Add .note.GNU-stack where it was still missing 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.c pmm: Add MEMMAP_MAX macro and use it instead of hardcoding 256 2023-10-24 18:38:18 +02:00
menu.h menu: Avoid reinitialising fallback terminal on first runs 2022-09-18 11:52:31 +02: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
stb_image.patch Revert "misc: Revert back to using tinf for all GZ decompression" 2023-05-03 19:53:27 +02:00