Binary release v5.20230924.0
This commit is contained in:
parent
304764a845
commit
f9980cf7cb
BIN
BOOTAA64.EFI
BIN
BOOTAA64.EFI
Binary file not shown.
BIN
BOOTIA32.EFI
BIN
BOOTIA32.EFI
Binary file not shown.
BIN
BOOTRISCV64.EFI
BIN
BOOTRISCV64.EFI
Binary file not shown.
BIN
BOOTX64.EFI
BIN
BOOTX64.EFI
Binary file not shown.
Binary file not shown.
2266
limine-bios-hdd.h
2266
limine-bios-hdd.h
File diff suppressed because it is too large
Load Diff
Binary file not shown.
BIN
limine-bios.sys
BIN
limine-bios.sys
Binary file not shown.
Binary file not shown.
2
limine.c
2
limine.c
|
@ -1120,7 +1120,7 @@ cleanup:
|
|||
return ret;
|
||||
}
|
||||
|
||||
#define LIMINE_VERSION "5.20230917.0"
|
||||
#define LIMINE_VERSION "5.20230924.0"
|
||||
#define LIMINE_COPYRIGHT "Copyright (C) 2019-2023 mintsuki and contributors."
|
||||
|
||||
static int version(void) {
|
||||
|
|
BIN
limine.exe
BIN
limine.exe
Binary file not shown.
6
limine.h
6
limine.h
|
@ -330,7 +330,7 @@ struct limine_smp_info {
|
|||
|
||||
struct limine_smp_response {
|
||||
uint64_t revision;
|
||||
uint32_t flags;
|
||||
uint64_t flags;
|
||||
uint64_t bsp_mpidr;
|
||||
uint64_t cpu_count;
|
||||
LIMINE_PTR(struct limine_smp_info **) cpus;
|
||||
|
@ -339,7 +339,7 @@ struct limine_smp_response {
|
|||
#elif defined (__riscv) && (__riscv_xlen == 64)
|
||||
|
||||
struct limine_smp_info {
|
||||
uint32_t processor_id;
|
||||
uint64_t processor_id;
|
||||
uint64_t hartid;
|
||||
uint64_t reserved;
|
||||
LIMINE_PTR(limine_goto_address) goto_address;
|
||||
|
@ -348,7 +348,7 @@ struct limine_smp_info {
|
|||
|
||||
struct limine_smp_response {
|
||||
uint64_t revision;
|
||||
uint32_t flags;
|
||||
uint64_t flags;
|
||||
uint64_t bsp_hartid;
|
||||
uint64_t cpu_count;
|
||||
LIMINE_PTR(struct limine_smp_info **) cpus;
|
||||
|
|
Loading…
Reference in New Issue