Binary release v2.99
This commit is contained in:
parent
523d01d952
commit
696d2390ae
BIN
BOOTIA32.EFI
BIN
BOOTIA32.EFI
Binary file not shown.
BIN
BOOTX64.EFI
BIN
BOOTX64.EFI
Binary file not shown.
BIN
limine-cd.bin
BIN
limine-cd.bin
Binary file not shown.
Binary file not shown.
BIN
limine-hdd.bin
BIN
limine-hdd.bin
Binary file not shown.
2467
limine-hdd.h
2467
limine-hdd.h
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -424,7 +424,6 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
device_read(&hint8, 446, sizeof(uint8_t));
|
||||
if (hint8 != 0x00 && hint8 != 0x80) {
|
||||
any_active = any_active ? any_active : (hint8 & 0x80) != 0;
|
||||
if (!force_mbr) {
|
||||
mbr = 0;
|
||||
} else {
|
||||
@ -432,9 +431,9 @@ int main(int argc, char *argv[]) {
|
||||
device_write(&hint8, 446, sizeof(uint8_t));
|
||||
}
|
||||
}
|
||||
any_active = any_active ? any_active : (hint8 & 0x80) != 0;
|
||||
device_read(&hint8, 462, sizeof(uint8_t));
|
||||
if (hint8 != 0x00 && hint8 != 0x80) {
|
||||
any_active = any_active ? any_active : (hint8 & 0x80) != 0;
|
||||
if (!force_mbr) {
|
||||
mbr = 0;
|
||||
} else {
|
||||
@ -442,9 +441,9 @@ int main(int argc, char *argv[]) {
|
||||
device_write(&hint8, 462, sizeof(uint8_t));
|
||||
}
|
||||
}
|
||||
any_active = any_active ? any_active : (hint8 & 0x80) != 0;
|
||||
device_read(&hint8, 478, sizeof(uint8_t));
|
||||
if (hint8 != 0x00 && hint8 != 0x80) {
|
||||
any_active = any_active ? any_active : (hint8 & 0x80) != 0;
|
||||
if (!force_mbr) {
|
||||
mbr = 0;
|
||||
} else {
|
||||
@ -452,9 +451,9 @@ int main(int argc, char *argv[]) {
|
||||
device_write(&hint8, 478, sizeof(uint8_t));
|
||||
}
|
||||
}
|
||||
any_active = any_active ? any_active : (hint8 & 0x80) != 0;
|
||||
device_read(&hint8, 494, sizeof(uint8_t));
|
||||
if (hint8 != 0x00 && hint8 != 0x80) {
|
||||
any_active = any_active ? any_active : (hint8 & 0x80) != 0;
|
||||
if (!force_mbr) {
|
||||
mbr = 0;
|
||||
} else {
|
||||
@ -462,6 +461,7 @@ int main(int argc, char *argv[]) {
|
||||
device_write(&hint8, 494, sizeof(uint8_t));
|
||||
}
|
||||
}
|
||||
any_active = any_active ? any_active : (hint8 & 0x80) != 0;
|
||||
|
||||
char hintc[64];
|
||||
device_read(hintc, 4, 8);
|
||||
|
BIN
limine-pxe.bin
BIN
limine-pxe.bin
Binary file not shown.
BIN
limine.sys
BIN
limine.sys
Binary file not shown.
Loading…
Reference in New Issue
Block a user