limine/stage23
Andy-Python-Programmer cce7fa4e1e
acpi_get_rsdp: UEFI RSDP lookup return RSDPv1
* This commit makes the acpi_get_rsdp function to return the RSDPv1 if
avaliable (in UEFI) to match this functions behaviour under BIOS where
it returns the XSDP or the RSDP depending on which one is avaliable.

Signed-off-by: Andy-Python-Programmer <andypythonappdeveloper@gmail.com>
2021-10-05 09:34:51 +11:00
..
drivers term: Overhaul (4) 2021-09-28 02:05:47 +02:00
fs ntfs: Fix compilation errors 2021-09-29 17:47:24 +02:00
lib acpi_get_rsdp: UEFI RSDP lookup return RSDPv1 2021-10-05 09:34:51 +11:00
mm pmm: Workaround for cases in which AllocatePages fails during initialisation 2021-10-02 21:14:42 +02:00
protos multiboot2: add the EFI image handle tag 2021-10-04 11:39:37 +11:00
pxe tftp: Overhaul and bug fixes 2021-08-12 07:40:29 +02:00
sys apic: Do not attempt an APIC flush for protocols that don't mask IRQs 2021-09-22 12:33:56 +02:00
entry.asm misc: General code reorganisation 2021-02-25 01:24:54 +01:00
entry.s2.c bios: Call a20_enable() before doing anything else 2021-09-23 00:17:15 +02:00
entry.s3.c efi: Disable watchdog timer 2021-09-21 18:56:20 +02:00
font.bin vbe: Move graphical terminal code to gterm and ship font instead of dumping from graphics card 2021-03-02 06:05:14 +01:00
gensyms.sh build: Misc build system improvements 2021-08-07 07:26:34 +02:00
LICENSE.md misc: Add copyright notice at boot 2021-08-22 18:29:18 +02:00
linker_dbg.ld build: Ensure load addresses of debug and tab sections are 0 2021-05-31 01:52:43 +02:00
linker_nomap.ld build: Ensure load addresses of debug and tab sections are 0 2021-05-31 01:52:43 +02:00
linker_stage2only.ld build: Ensure load addresses of debug and tab sections are 0 2021-05-31 01:52:43 +02:00
linker_uefi32_nomap.ld uefi: Initial 32 bit UEFI support 2021-07-20 13:35:43 +02:00
linker_uefi32.ld uefi: Initial 32 bit UEFI support 2021-07-20 13:35:43 +02:00
linker_uefi_nomap.ld secureboot: Add .sbat section 2021-06-25 01:23:26 +02:00
linker_uefi.ld secureboot: Add .sbat section 2021-06-25 01:23:26 +02:00
linker.ld build: Ensure load addresses of debug and tab sections are 0 2021-05-31 01:52:43 +02:00
Makefile build: Resolve some potential dependency race on gnu-efi 2021-09-21 15:02:37 +02:00
menu.c term: Overhaul (1) 2021-09-26 18:16:55 +02:00
menu.h misc: General code reorganisation 2021-02-25 01:24:54 +01:00
sbat.c misc: Change how bios and uefi macros are defined and tested 2021-07-15 10:03:47 +02:00
test_pipefail.sh build: Prevent gensyms.sh from failing if pipefail is not supported by the shell 2021-07-26 20:19:40 +02:00
tinf misc: General code reorganisation 2021-02-25 01:24:54 +01:00